comparison tests/test-check-config-hg.t @ 25854:eabba9c75061

tests: add a check-config pass
author Matt Mackall <mpm@selenic.com>
date Fri, 26 Jun 2015 18:45:29 -0500
parents
children 8c1d7a0e737b
comparison
equal deleted inserted replaced
25853:81802d1355ac 25854:eabba9c75061
1 #require test-repo
2
3 $ cd "$TESTDIR"/..
4
5 New errors are not allowed. Warnings are strongly discouraged.
6
7 $ hg files "set:(**.py or **.txt) - tests/**" |
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)