Show More
@@ -1009,7 +1009,7 b' class cgpacker(object):' | |||
|
1009 | 1009 | mfdicts = None |
|
1010 | 1010 | if self._ellipses and self._isshallow: |
|
1011 | 1011 | mfdicts = [ |
|
1012 |
( |
|
|
1012 | (repo.manifestlog[n].read(), lr) | |
|
1013 | 1013 | for (n, lr) in pycompat.iteritems(manifests) |
|
1014 | 1014 | ] |
|
1015 | 1015 |
General Comments 0
You need to be logged in to leave comments.
Login now