Mercurial > public > mercurial-scm > hg-stable
diff mercurial/pvec.py @ 18918:5093d2a87ff6
pvec: use the correct name for an identifier
Found using Cython.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Fri, 12 Apr 2013 17:20:09 -0700 |
parents | e7cfe3587ea4 |
children | bcc319d936a3 |
line wrap: on
line diff
--- 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