changeset 14432:0969d91fad5c

tests: update monotone version requirement
author Sune Foldager <cryo@cyanite.org>
date Thu, 26 May 2011 11:11:34 +0200
parents a6b543e05305
children 7658221da551
files tests/hghave
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"),