##// END OF EJS Templates
hghave: check darcs version more strictly...
Yuya Nishihara -
r30297:d4db88a2 default
parent child Browse files
Show More
@@ -150,7 +150,7 b' def has_cvsnt():'
150
150
151 @check("darcs", "darcs client")
151 @check("darcs", "darcs client")
152 def has_darcs():
152 def has_darcs():
153 return matchoutput('darcs --version', br'2\.[2-9]', True)
153 return matchoutput('darcs --version', br'\b2\.([2-9]|\d{2})', True)
154
154
155 @check("mtn", "monotone client (>= 1.0)")
155 @check("mtn", "monotone client (>= 1.0)")
156 def has_mtn():
156 def has_mtn():
General Comments 0
You need to be logged in to leave comments. Login now