Show More
@@ -288,6 +288,10 b' class gitdirstate(object):' | |||||
288 | # TODO: track copies? |
|
288 | # TODO: track copies? | |
289 | return None |
|
289 | return None | |
290 |
|
290 | |||
|
291 | def prefetch_parents(self): | |||
|
292 | # TODO | |||
|
293 | pass | |||
|
294 | ||||
291 | @contextlib.contextmanager |
|
295 | @contextlib.contextmanager | |
292 | def parentchange(self): |
|
296 | def parentchange(self): | |
293 | # TODO: track this maybe? |
|
297 | # TODO: track this maybe? |
General Comments 0
You need to be logged in to leave comments.
Login now