[PATCH 1 of 5 v2] hghave: update cvs112 description

timeless timeless at mozdev.org
Fri Apr 1 22:25:21 UTC 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1459516798 0
#      Fri Apr 01 13:19:58 2016 +0000
# Node ID 0b49a4a6a7e2d139727fdf172f2242238733564b
# Parent  ff0d3b6b287f89594bd8d0308fe2810d2a18ea01
hghave: update cvs112 description

diff --git a/tests/hghave.py b/tests/hghave.py
--- a/tests/hghave.py
+++ b/tests/hghave.py
@@ -111,7 +111,7 @@
     re = r'Concurrent Versions System.*?server'
     return matchoutput('cvs --version 2>&1', re) and not has_msys()
 
- at check("cvs112", "cvs client/server >= 1.12")
+ at 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()


More information about the Mercurial-devel mailing list