tests: update monotone version requirement
authorSune Foldager <cryo@cyanite.org>
Thu, 26 May 2011 11:11:34 +0200
changeset 14432 0969d91fad5c
parent 14431 a6b543e05305
child 14433 7658221da551
tests: update monotone version requirement
tests/hghave
--- a/tests/hghave	Wed May 25 10:06:17 2011 +0200
+++ b/tests/hghave	Thu May 26 11:11:34 2011 +0200
@@ -212,7 +212,7 @@
     "icasefs": (has_icasefs, "case insensitive file system"),
     "inotify": (has_inotify, "inotify extension support"),
     "lsprof": (has_lsprof, "python lsprof module"),
-    "mtn": (has_mtn, "monotone client (> 0.31)"),
+    "mtn": (has_mtn, "monotone client (>= 1.0)"),
     "outer-repo": (has_outer_repo, "outer repo"),
     "p4": (has_p4, "Perforce server and client"),
     "pyflakes": (has_pyflakes, "Pyflakes python linter"),