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