Mercurial > hg
diff tests/test-hgrc @ 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 | f23f87462c18 |
line wrap: on
line diff
--- a/tests/test-hgrc Tue Mar 02 10:40:58 2010 +0100 +++ b/tests/test-hgrc Wed Mar 03 00:12:05 2010 +0900 @@ -36,6 +36,8 @@ echo "slash=true" >> $HGRCPATH echo "traceback=true" >> $HGRCPATH echo "verbose=true" >> $HGRCPATH +echo "style=~/.hgstyle" >> $HGRCPATH +echo "logtemplate={node}" >> $HGRCPATH echo "[defaults]" >> $HGRCPATH echo "identify=-n" >> $HGRCPATH echo "[alias]" >> $HGRCPATH