pvec: use the correct name for an identifier
authorBryan O'Sullivan <bryano@fb.com>
Fri, 12 Apr 2013 17:20:09 -0700
changeset 18920 67f3f02df144
parent 18919 cdf764a2f7a5
child 18921 ac31f586eff7
pvec: use the correct name for an identifier Found using Cython.
mercurial/pvec.py
--- a/mercurial/pvec.py	Fri Apr 12 17:18:52 2013 -0700
+++ b/mercurial/pvec.py	Fri Apr 12 17:20:09 2013 -0700
@@ -169,7 +169,7 @@
             self._bs = hashorctx
             self._depth, self._vec = _split(base85.b85decode(hashorctx))
         else:
-            self._vec = ctxpvec(ctx)
+            self._vec = ctxpvec(hashorctx)
 
     def __str__(self):
         return self._bs