Show More
@@ -504,10 +504,6 b' class localrepository(object):' | |||||
504 | c.readpending('00changelog.i.a') |
|
504 | c.readpending('00changelog.i.a') | |
505 | return c |
|
505 | return c | |
506 |
|
506 | |||
507 | @property |
|
|||
508 | def manifest(self): |
|
|||
509 | return self.manifestlog._oldmanifest |
|
|||
510 |
|
||||
511 | def _constructmanifest(self): |
|
507 | def _constructmanifest(self): | |
512 | # This is a temporary function while we migrate from manifest to |
|
508 | # This is a temporary function while we migrate from manifest to | |
513 | # manifestlog. It allows bundlerepo and unionrepo to intercept the |
|
509 | # manifestlog. It allows bundlerepo and unionrepo to intercept the |
General Comments 0
You need to be logged in to leave comments.
Login now