##// END OF EJS Templates
changegroup: use the local variable instead of reaching through self...
Raphaël Gomès -
r47369:357d2ea9 default
parent child Browse files
Show More
@@ -1009,7 +1009,7 b' class cgpacker(object):'
1009 mfdicts = None
1009 mfdicts = None
1010 if self._ellipses and self._isshallow:
1010 if self._ellipses and self._isshallow:
1011 mfdicts = [
1011 mfdicts = [
1012 (self._repo.manifestlog[n].read(), lr)
1012 (repo.manifestlog[n].read(), lr)
1013 for (n, lr) in pycompat.iteritems(manifests)
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