# HG changeset patch # User Pierre-Yves David # Date 2020-12-19 14:56:54 # Node ID c511fef30290da2dc27cc6bde093311885550091 # Parent 41d695a08e9099de35846add40c9d2c270289f37 bundle2: drop some outdated comment This commend trace back to a very early bundle2 changeset c7ceae0faf69. And the code moved past this warning over 5 years ago. Differential Revision: https://phab.mercurial-scm.org/D9637 diff --git a/mercurial/bundle2.py b/mercurial/bundle2.py --- a/mercurial/bundle2.py +++ b/mercurial/bundle2.py @@ -1960,11 +1960,7 @@ def combinechangegroupresults(op): ), ) def handlechangegroup(op, inpart): - """apply a changegroup part on the repo - - This is a very early implementation that will massive rework before being - inflicted to any end-user. - """ + """apply a changegroup part on the repo""" from . import localrepo tr = op.gettransaction()