D4192: changegroup: combine _generatefiles() into generatefiles()

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Thu Aug 9 16:27:36 EDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG4cff37564006: changegroup: combine _generatefiles() into generatefiles() (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D4192?vs=10159&id=10181

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

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
@@ -1022,9 +1022,6 @@
         else:
             linknodes = normallinknodes
 
-        return self._generatefiles(changedfiles, linknodes, commonrevs, source)
-
-    def _generatefiles(self, changedfiles, linknodes, commonrevs, source):
         repo = self._repo
         cl = repo.changelog
         progress = repo.ui.makeprogress(_('bundling'), unit=_('files'),



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list