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