diff hgext3rd/topic/discovery.py @ 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 515d425c0a05
children a4d081923c81
line wrap: on
line diff
--- 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