changeset 39731:c71f80bfb414

changegroup: remove outdated comment Differential Revision: https://phab.mercurial-scm.org/D4684
author Augie Fackler <augie@google.com>
date Wed, 19 Sep 2018 23:36:16 -0400
parents 65b39c556c6d
children e03c1a63155c
files mercurial/changegroup.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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: