This revision was automatically updated to reflect the committed changes.
Closed by commit rHG9134c4e46084: changegroup: assign to proper attribute 
(authored by indygreg, committed by ).

CHANGED PRIOR TO COMMIT
  https://phab.mercurial-scm.org/D4144?vs=10019&id=10030#toc

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4144?vs=10019&id=10030

REVISION DETAIL
  https://phab.mercurial-scm.org/D4144

AFFECTED FILES
  mercurial/changegroup.py

CHANGE DETAILS

diff --git a/mercurial/changegroup.py b/mercurial/changegroup.py
--- a/mercurial/changegroup.py
+++ b/mercurial/changegroup.py
@@ -605,7 +605,7 @@
         # Ellipses serving mode.
         self._clrevtolocalrev.clear()
         if self._nextclrevtolocalrev:
-            self.clrevtolocalrev = self._nextclrevtolocalrev
+            self._clrevtolocalrev = self._nextclrevtolocalrev
             self._nextclrevtolocalrev.clear()
         self._changelogdone = True
 



To: indygreg, #hg-reviewers, martinvonz
Cc: mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to