diff tests/test-hgrc @ 10506:42afde35e9f7 stable

ui: suppress aliases when HGPLAIN is set
author Brodie Rao <me+hg@dackz.net>
date Thu, 18 Feb 2010 16:50:49 -0500
parents 40dfd46d098f
children 79dd96774187
line wrap: on
line diff
--- a/tests/test-hgrc	Mon Feb 15 15:25:29 2010 -0500
+++ b/tests/test-hgrc	Thu Feb 18 16:50:49 2010 -0500
@@ -37,6 +37,8 @@
 echo "verbose=true" >> $HGRCPATH
 echo "[defaults]" >> $HGRCPATH
 echo "identify=-n" >> $HGRCPATH
+echo "[alias]" >> $HGRCPATH
+echo "log=log -g" >> $HGRCPATH
 
 echo '% customized hgrc'
 hg showconfig | sed -e "s:$p:...:"