Submitter | phabricator |
---|---|
Date | March 9, 2020, 10:03 a.m. |
Message ID | <f75ac2988f703c0765f06a372f002f63@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45628/ |
State | Not Applicable |
Headers | show |
Comments
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.