Submitter | Bryan O'Sullivan |
---|---|
Date | April 13, 2013, 12:20 a.m. |
Message ID | <5093d2a87ff6fb99d054.1365812446@australite.local> |
Download | mbox | patch |
Permalink | /patch/1293/ |
State | Accepted |
Commit | 5093d2a87ff6fb99d054aa1006a2c2073c467584 |
Headers | show |
Comments
Patch
diff --git a/mercurial/pvec.py b/mercurial/pvec.py --- a/mercurial/pvec.py +++ b/mercurial/pvec.py @@ -169,7 +169,7 @@ class pvec(object): 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