compat: update a couple of obviously outdated version comments
authorAnton Shestakov <av6@dwimlabs.net>
Mon, 09 Mar 2020 18:36:10 +0700
changeset 5189 26b47a967a1d
parent 5188 43feb2380c05
child 5190 d2e0e6447a73
compat: update a couple of obviously outdated version comments
hgext3rd/evolve/__init__.py
hgext3rd/topic/discovery.py
--- a/hgext3rd/evolve/__init__.py	Sat Mar 07 23:16:31 2020 +0700
+++ b/hgext3rd/evolve/__init__.py	Mon Mar 09 18:36:10 2020 +0700
@@ -33,7 +33,7 @@
 backported to older version of Mercurial by this extension. Some older
 experimental protocol are also supported for a longer time in the extensions to
 help people transitioning. (The extensions is currently compatible down to
-Mercurial version 4.4).
+Mercurial version 4.6).
 
 New Config::
 
--- a/hgext3rd/topic/discovery.py	Sat Mar 07 23:16:31 2020 +0700
+++ b/hgext3rd/topic/discovery.py	Mon Mar 09 18:36:10 2020 +0700
@@ -20,7 +20,6 @@
 from mercurial import wireprotov1server
 
 def _headssummary(orig, pushop, *args, **kwargs):
-    # In mercurial > 4.3, we receive the pushop as arguments
     repo = pushop.repo.unfiltered()
     remote = pushop.remote