Show More
@@ -195,6 +195,9 class gittreemanifestctx(object): | |||||
195 | def read(self): |
|
195 | def read(self): | |
196 | return gittreemanifest(self._repo, self._tree, None) |
|
196 | return gittreemanifest(self._repo, self._tree, None) | |
197 |
|
197 | |||
|
198 | def readfast(self, shallow=False): | |||
|
199 | return self.read() | |||
|
200 | ||||
198 | def copy(self): |
|
201 | def copy(self): | |
199 | # NB: it's important that we return a memgittreemanifestctx |
|
202 | # NB: it's important that we return a memgittreemanifestctx | |
200 | # because the caller expects a mutable manifest. |
|
203 | # because the caller expects a mutable manifest. |
General Comments 0
You need to be logged in to leave comments.
Login now