tests/hghave.py
branchstable
changeset 32206 5bdceec6387d
parent 31964 ebaada96aec3
child 32245 3a755652ce3a
--- a/tests/hghave.py	Thu May 11 17:18:40 2017 +0200
+++ b/tests/hghave.py	Tue May 09 15:08:47 2017 +0200
@@ -247,7 +247,7 @@
     return (int(m.group(1)), int(m.group(2)))
 
 @checkvers("hg", "Mercurial >= %s",
-            list([(1.0 * x) / 10 for x in range(9, 40)]))
+            list([(1.0 * x) / 10 for x in range(9, 99)]))
 def has_hg_range(v):
     major, minor = v.split('.')[0:2]
     return gethgversion() >= (int(major), int(minor))