##// END OF EJS Templates
test-subrepo: fix globs for Windows...
test-subrepo: fix globs for Windows It looks like these changes originated with 2538b87660be. I'm not sure that it was intentional, but is seems harmless enough for an error message.

File last commit:

r25854:eabba9c7 default
r25865:a48a7c2d stable
Show More
test-check-config-hg.t
27 lines | 1.1 KiB | text/troff | Tads3Lexer
/ tests / test-check-config-hg.t
#require test-repo
$ cd "$TESTDIR"/..
New errors are not allowed. Warnings are strongly discouraged.
$ hg files "set:(**.py or **.txt) - tests/**" |
> xargs python contrib/check-config.py
undocumented: convert.cvsps.cache (bool) [True]
undocumented: convert.cvsps.fuzz (str) [60]
undocumented: convert.cvsps.mergefrom (str)
undocumented: convert.cvsps.mergeto (str)
undocumented: convert.git.remoteprefix (str) ['remote']
undocumented: convert.git.similarity (int) [50]
undocumented: convert.hg.clonebranches (bool)
undocumented: convert.hg.ignoreerrors (bool)
undocumented: convert.hg.revs (str)
undocumented: convert.hg.saverev (bool)
undocumented: convert.hg.sourcename (str)
undocumented: convert.hg.startrev (str)
undocumented: convert.hg.tagsbranch (str) ['default']
undocumented: convert.hg.usebranchnames (bool) [True]
undocumented: convert.localtimezone (bool)
undocumented: convert.p4.startrev (str)
undocumented: convert.skiptags (bool)
undocumented: convert.svn.debugsvnlog (bool) [True]
undocumented: convert.svn.startrev (str)