##// END OF EJS Templates
ui: don't fixup [paths] sub-options...
ui: don't fixup [paths] sub-options As part of developing a subsequent patch I discovered that sub-option values like "." were getting converted to paths. This is because the [paths] section is treated specially during config loading. This patch prevents post-processing sub-options from the [paths] section.

File last commit:

r26421:4b0fc75f default
r29412:b62bce81 default
Show More
README
7 lines | 141 B | text/plain | TextLexer
mpm@selenic.com
testing fixups...
r332 To run the tests, do:
cd tests/
Stephen Darnell
Delete the shell version of run-tests...
r2207 python run-tests.py
mpm@selenic.com
testing fixups...
r332
Matt Mackall
urls: bulk-change primary website URLs
r26421 See https://mercurial-scm.org/wiki/WritingTests for
Matt Mackall
Move test suite docs to the wiki
r3934 more information on writing tests.