changeset 28756 | 45954a251a40 |
parent 28591 | f29cab5c519c |
child 28757 | 93bf61913f33 |
--- a/tests/hghave.py Mon Apr 04 03:16:18 2016 +0300 +++ b/tests/hghave.py Fri Apr 01 13:19:58 2016 +0000 @@ -111,7 +111,7 @@ re = r'Concurrent Versions System.*?server' return matchoutput('cvs --version 2>&1', re) and not has_msys() -@check("cvs112", "cvs client/server >= 1.12") +@check("cvs112", "cvs client/server 1.12.* (not cvsnt)") def has_cvs112(): re = r'Concurrent Versions System \(CVS\) 1.12.*?server' return matchoutput('cvs --version 2>&1', re) and not has_msys()