hgext3rd/pullbundle.py
changeset 5193 a4d081923c81
parent 5047 a8ac174010a5
--- a/hgext3rd/pullbundle.py	Tue Mar 10 19:04:33 2020 +0700
+++ b/hgext3rd/pullbundle.py	Tue Mar 10 19:05:08 2020 +0700
@@ -640,7 +640,7 @@
         ui.progress(topic, pos, item, unit, total)
 
 # nodemap.get and index.[has_node|rev|get_rev]
-# hg <= 5.3 (02802fa87b74)
+# hg <= 5.2 (02802fa87b74)
 def getgetrev(cl):
     """Returns index.get_rev or nodemap.get (for pre-5.3 Mercurial)."""
     if util.safehasattr(cl.index, 'get_rev'):