author | Pierre-Yves David <pierre-yves.david@fb.com> |
Wed, 23 Sep 2015 12:56:12 -0700 | |
changeset 26404 | 795f02a24b87 |
parent 25866 | 8c1d7a0e737b |
child 27310 | 9c98fe1416c2 |
permissions | -rw-r--r-- |
25854 | 1 |
#require test-repo |
2 |
||
3 |
$ cd "$TESTDIR"/.. |
|
4 |
||
5 |
New errors are not allowed. Warnings are strongly discouraged. |
|
6 |
||
25866
8c1d7a0e737b
test-check-config: convert directory separators to '/' for MSYS
Matt Harbison <matt_harbison@yahoo.com>
parents:
25854
diff
changeset
|
7 |
$ hg files "set:(**.py or **.txt) - tests/**" | sed 's|\\|/|g' | |
25854 | 8 |
> xargs python contrib/check-config.py |
9 |
undocumented: convert.cvsps.cache (bool) [True] |
|
10 |
undocumented: convert.cvsps.fuzz (str) [60] |
|
11 |
undocumented: convert.cvsps.mergefrom (str) |
|
12 |
undocumented: convert.cvsps.mergeto (str) |
|
13 |
undocumented: convert.git.remoteprefix (str) ['remote'] |
|
14 |
undocumented: convert.git.similarity (int) [50] |
|
15 |
undocumented: convert.hg.clonebranches (bool) |
|
16 |
undocumented: convert.hg.ignoreerrors (bool) |
|
17 |
undocumented: convert.hg.revs (str) |
|
18 |
undocumented: convert.hg.saverev (bool) |
|
19 |
undocumented: convert.hg.sourcename (str) |
|
20 |
undocumented: convert.hg.startrev (str) |
|
21 |
undocumented: convert.hg.tagsbranch (str) ['default'] |
|
22 |
undocumented: convert.hg.usebranchnames (bool) [True] |
|
23 |
undocumented: convert.localtimezone (bool) |
|
24 |
undocumented: convert.p4.startrev (str) |
|
25 |
undocumented: convert.skiptags (bool) |
|
26 |
undocumented: convert.svn.debugsvnlog (bool) [True] |
|
27 |
undocumented: convert.svn.startrev (str) |