changeset 5189:26b47a967a1d

compat: update a couple of obviously outdated version comments
author Anton Shestakov <av6@dwimlabs.net>
date Mon, 09 Mar 2020 18:36:10 +0700
parents 43feb2380c05
children d2e0e6447a73
files hgext3rd/evolve/__init__.py hgext3rd/topic/discovery.py
diffstat 2 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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