mercurial/changegroup.py
changeset 39747 c71f80bfb414
parent 39688 a1942015c10e
child 39748 e03c1a63155c
--- a/mercurial/changegroup.py	Thu Sep 20 18:36:33 2018 +0300
+++ b/mercurial/changegroup.py	Wed Sep 19 23:36:16 2018 -0400
@@ -1120,9 +1120,6 @@
             commonctxs = [self._repo[c] for c in commonrevs]
             clrev = self._repo.changelog.rev
 
-            # Defining this function has a side-effect of overriding the
-            # function of the same name that was passed in as an argument.
-            # TODO have caller pass in appropriate function.
             def linknodes(flog, fname):
                 for c in commonctxs:
                     try: