##// END OF EJS Templates
hghave: update cvs112 description...
timeless -
r28756:45954a25 default
parent child Browse files
Show More
@@ -111,7 +111,7 b' def has_cvs():'
111 re = r'Concurrent Versions System.*?server'
111 re = r'Concurrent Versions System.*?server'
112 return matchoutput('cvs --version 2>&1', re) and not has_msys()
112 return matchoutput('cvs --version 2>&1', re) and not has_msys()
113
113
114 @check("cvs112", "cvs client/server >= 1.12")
114 @check("cvs112", "cvs client/server 1.12.* (not cvsnt)")
115 def has_cvs112():
115 def has_cvs112():
116 re = r'Concurrent Versions System \(CVS\) 1.12.*?server'
116 re = r'Concurrent Versions System \(CVS\) 1.12.*?server'
117 return matchoutput('cvs --version 2>&1', re) and not has_msys()
117 return matchoutput('cvs --version 2>&1', re) and not has_msys()
General Comments 0
You need to be logged in to leave comments. Login now