hgext3rd/topic/revset.py
branchstable
changeset 5353 f32d4c7f8fb7
parent 5299 426f2800b793
--- a/hgext3rd/topic/revset.py	Mon Apr 20 00:05:05 2020 +0800
+++ b/hgext3rd/topic/revset.py	Fri May 08 18:22:26 2020 +0800
@@ -124,6 +124,7 @@
                 b'relation subscript bounds must be integers',
                 None, None)
         else:
+            # hg <= 4.9 (431cf2c8c839+13f7a6a4f0db)
             a = b = z
 
         s = revset.getset(repo, revset.fullreposet(repo), x)