# HG changeset patch # User Augie Fackler # Date 2018-09-20 03:36:16 # Node ID c71f80bfb414fecc967db6a12d0d3b8b271b5b17 # Parent 65b39c556c6dcf06e19d59db33c0ce65fb9b3618 changegroup: remove outdated comment Differential Revision: https://phab.mercurial-scm.org/D4684 diff --git a/mercurial/changegroup.py b/mercurial/changegroup.py --- a/mercurial/changegroup.py +++ b/mercurial/changegroup.py @@ -1120,9 +1120,6 @@ class cgpacker(object): 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: