Mercurial > hg
changeset 14550:2425a3536396
tests: fix updated monotone version requirement
0969d91fad5c only updated the comment, not the actual check.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 10 Jun 2011 16:50:45 +0200 |
parents | 48ec0763afbb |
children | 68d814a3cefd |
files | tests/hghave |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/hghave Tue Jun 07 17:02:54 2011 -0500 +++ b/tests/hghave Fri Jun 10 16:50:45 2011 +0200 @@ -52,7 +52,7 @@ def has_mtn(): return matchoutput('mtn --version', r'monotone', True) and not matchoutput( - 'mtn --version', r'monotone 0\.(\d|[12]\d|3[01])[^\d]', True) + 'mtn --version', r'monotone 0\.', True) def has_eol_in_paths(): try: