Submitter | phabricator |
---|---|
Date | Nov. 8, 2019, 1:34 p.m. |
Message ID | <differential-rev-PHID-DREV-tx7dzx3egjcgd3qm42q2-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/42927/ |
State | Superseded |
Headers | show |
Comments
This revision now requires changes to proceed. indygreg added a comment. indygreg requested changes to this revision. This needs a re-review depending on what happens in D7324 <https://phab.mercurial-scm.org/D7324>. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7325/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7325 To: marmoute, indygreg, #hg-reviewers Cc: mercurial-devel
marmoute added a comment. marmoute requested review of this revision. See my answer in D7324 <https://phab.mercurial-scm.org/D7324>, I am keeping the same exception that previously raised for now. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D7325/new/ REVISION DETAIL https://phab.mercurial-scm.org/D7325 To: marmoute, 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 @@ -687,7 +687,7 @@ def rev(self, node): try: - return self.index.nodemap[node] + return self.index.rev(node) except TypeError: raise except error.RevlogError: