Submitter | phabricator |
---|---|
Date | March 7, 2020, 9:51 p.m. |
Message ID | <differential-rev-PHID-DREV-r25w2mr4iflybzxjufwh-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/45612/ |
State | Superseded |
Headers | show |
Comments
martinvonz added a comment. FYI, I saw this failure on `hg log -r` with an partial nodeid. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8262/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8262 To: durin42, #hg-reviewers Cc: martinvonz, mercurial-devel
This revision is now accepted and ready to land. pulkit added a comment. pulkit accepted this revision. Looks like we should test the interfaces. REPOSITORY rHG Mercurial BRANCH default CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8262/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8262 To: durin42, #hg-reviewers, pulkit Cc: pulkit, martinvonz, mercurial-devel
Patch
diff --git a/hgext/git/manifest.py b/hgext/git/manifest.py --- a/hgext/git/manifest.py +++ b/hgext/git/manifest.py @@ -195,6 +195,9 @@ def read(self): return gittreemanifest(self._repo, self._tree, None) + def readfast(self, shallow=False): + return self.read() + def copy(self): # NB: it's important that we return a memgittreemanifestctx # because the caller expects a mutable manifest.