comparison tests/hghave @ 14432:0969d91fad5c

tests: update monotone version requirement
author Sune Foldager <cryo@cyanite.org>
date Thu, 26 May 2011 11:11:34 +0200
parents 82f0412ef7de
children 2425a3536396
comparison
equal deleted inserted replaced
14431:a6b543e05305 14432:0969d91fad5c
210 "git": (has_git, "git command line client"), 210 "git": (has_git, "git command line client"),
211 "gpg": (has_gpg, "gpg client"), 211 "gpg": (has_gpg, "gpg client"),
212 "icasefs": (has_icasefs, "case insensitive file system"), 212 "icasefs": (has_icasefs, "case insensitive file system"),
213 "inotify": (has_inotify, "inotify extension support"), 213 "inotify": (has_inotify, "inotify extension support"),
214 "lsprof": (has_lsprof, "python lsprof module"), 214 "lsprof": (has_lsprof, "python lsprof module"),
215 "mtn": (has_mtn, "monotone client (> 0.31)"), 215 "mtn": (has_mtn, "monotone client (>= 1.0)"),
216 "outer-repo": (has_outer_repo, "outer repo"), 216 "outer-repo": (has_outer_repo, "outer repo"),
217 "p4": (has_p4, "Perforce server and client"), 217 "p4": (has_p4, "Perforce server and client"),
218 "pyflakes": (has_pyflakes, "Pyflakes python linter"), 218 "pyflakes": (has_pyflakes, "Pyflakes python linter"),
219 "pygments": (has_pygments, "Pygments source highlighting library"), 219 "pygments": (has_pygments, "Pygments source highlighting library"),
220 "ssl": (has_ssl, "python >= 2.6 ssl module and python OpenSSL"), 220 "ssl": (has_ssl, "python >= 2.6 ssl module and python OpenSSL"),