Mercurial > hg
changeset 18920:67f3f02df144
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 | cdf764a2f7a5 |
children | ac31f586eff7 |
files | mercurial/pvec.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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