##// END OF EJS Templates
test-check-config: convert directory separators to '/' for MSYS...
Matt Harbison -
r25866:8c1d7a0e stable
parent child Browse files
Show More
@@ -1,27 +1,27 b''
1 #require test-repo
1 #require test-repo
2
2
3 $ cd "$TESTDIR"/..
3 $ cd "$TESTDIR"/..
4
4
5 New errors are not allowed. Warnings are strongly discouraged.
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 > xargs python contrib/check-config.py
8 > xargs python contrib/check-config.py
9 undocumented: convert.cvsps.cache (bool) [True]
9 undocumented: convert.cvsps.cache (bool) [True]
10 undocumented: convert.cvsps.fuzz (str) [60]
10 undocumented: convert.cvsps.fuzz (str) [60]
11 undocumented: convert.cvsps.mergefrom (str)
11 undocumented: convert.cvsps.mergefrom (str)
12 undocumented: convert.cvsps.mergeto (str)
12 undocumented: convert.cvsps.mergeto (str)
13 undocumented: convert.git.remoteprefix (str) ['remote']
13 undocumented: convert.git.remoteprefix (str) ['remote']
14 undocumented: convert.git.similarity (int) [50]
14 undocumented: convert.git.similarity (int) [50]
15 undocumented: convert.hg.clonebranches (bool)
15 undocumented: convert.hg.clonebranches (bool)
16 undocumented: convert.hg.ignoreerrors (bool)
16 undocumented: convert.hg.ignoreerrors (bool)
17 undocumented: convert.hg.revs (str)
17 undocumented: convert.hg.revs (str)
18 undocumented: convert.hg.saverev (bool)
18 undocumented: convert.hg.saverev (bool)
19 undocumented: convert.hg.sourcename (str)
19 undocumented: convert.hg.sourcename (str)
20 undocumented: convert.hg.startrev (str)
20 undocumented: convert.hg.startrev (str)
21 undocumented: convert.hg.tagsbranch (str) ['default']
21 undocumented: convert.hg.tagsbranch (str) ['default']
22 undocumented: convert.hg.usebranchnames (bool) [True]
22 undocumented: convert.hg.usebranchnames (bool) [True]
23 undocumented: convert.localtimezone (bool)
23 undocumented: convert.localtimezone (bool)
24 undocumented: convert.p4.startrev (str)
24 undocumented: convert.p4.startrev (str)
25 undocumented: convert.skiptags (bool)
25 undocumented: convert.skiptags (bool)
26 undocumented: convert.svn.debugsvnlog (bool) [True]
26 undocumented: convert.svn.debugsvnlog (bool) [True]
27 undocumented: convert.svn.startrev (str)
27 undocumented: convert.svn.startrev (str)
General Comments 0
You need to be logged in to leave comments. Login now