changeset 46166:c511fef30290

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
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 19 Dec 2020 15:56:54 +0100
parents 41d695a08e90
children 8a4914397d02
files mercurial/bundle2.py
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/bundle2.py	Fri Apr 24 16:36:04 2020 +0200
+++ b/mercurial/bundle2.py	Sat Dec 19 15:56:54 2020 +0100
@@ -1960,11 +1960,7 @@
     ),
 )
 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()