Submitter | phabricator |
---|---|
Date | Nov. 16, 2017, 11:10 p.m. |
Message ID | <differential-rev-PHID-DREV-gpt4s7zqntwbybncx4ik-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/25612/ |
State | Superseded |
Headers | show |
Comments
quark abandoned this revision. quark added a comment. Actually it is hex -> node. So does not really belong to nodemap. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1438 To: quark, indygreg, #hg-reviewers Cc: mercurial-devel
Patch
diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1180,7 +1180,7 @@ def _partialmatch(self, id): maybewdir = wdirhex.startswith(id) try: - partial = self.index.partialmatch(id) + partial = self.nodemap.partialmatch(id) if partial and self.hasnode(partial): if maybewdir: # single 'ff...' match in radix tree, ambiguous with wdir