mercurial/changegroup.py
changeset 46624 357d2ea95ce9
parent 46513 c3c7a86e9c24
child 46627 f4c325bf80fc
--- a/mercurial/changegroup.py	Fri Jan 29 12:17:11 2021 +0100
+++ b/mercurial/changegroup.py	Fri Feb 19 11:17:16 2021 +0100
@@ -1009,7 +1009,7 @@
         mfdicts = None
         if self._ellipses and self._isshallow:
             mfdicts = [
-                (self._repo.manifestlog[n].read(), lr)
+                (repo.manifestlog[n].read(), lr)
                 for (n, lr) in pycompat.iteritems(manifests)
             ]