Mercurial > hg
diff tests/test-hgrc.out @ 10567:992723445a29 stable
ui: ignore ui.logtemplate and ui.style when HGPLAIN is set
HGPLAIN should suppress them because they change Mercurial's default
output.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Wed, 03 Mar 2010 00:12:05 +0900 |
parents | 79dd96774187 |
children | 9e643a0c3278 |
line wrap: on
line diff
--- a/tests/test-hgrc.out Tue Mar 02 10:40:58 2010 +0100 +++ b/tests/test-hgrc.out Wed Mar 03 00:12:05 2010 +0900 @@ -11,14 +11,16 @@ foo.baz=bif cb hg: config error at $HGRCPATH:1: cannot include /no-such-file (No such file or directory) % customized hgrc -.../.hgrc:11: alias.log=log -g -.../.hgrc:9: defaults.identify=-n +.../.hgrc:13: alias.log=log -g +.../.hgrc:11: defaults.identify=-n .../.hgrc:2: ui.debug=true .../.hgrc:3: ui.fallbackencoding=ASCII .../.hgrc:4: ui.quiet=true .../.hgrc:5: ui.slash=true .../.hgrc:6: ui.traceback=true .../.hgrc:7: ui.verbose=true +.../.hgrc:8: ui.style=~/.hgstyle +.../.hgrc:9: ui.logtemplate={node} % plain hgrc none: ui.traceback=True none: ui.verbose=False