hgext/git/manifest.py
changeset 44479 7518ea76eff4
parent 44477 ad718271a9eb
child 44484 ec54b3d2af0b
--- a/hgext/git/manifest.py	Fri Mar 06 14:14:05 2020 -0800
+++ b/hgext/git/manifest.py	Sat Mar 07 16:51:21 2020 -0500
@@ -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.