##// END OF EJS Templates
test-check-config: convert directory separators to '/' for MSYS...
Matt Harbison -
r25866:8c1d7a0e stable
parent child Browse files
Show More
@@ -4,7 +4,7 b''
4 4
5 5 New errors are not allowed. Warnings are strongly discouraged.
6 6
7 $ hg files "set:(**.py or **.txt) - tests/**" |
7 $ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' |
8 8 > xargs python contrib/check-config.py
9 9 undocumented: convert.cvsps.cache (bool) [True]
10 10 undocumented: convert.cvsps.fuzz (str) [60]
General Comments 0
You need to be logged in to leave comments. Login now