diff tests/test-hgrc @ 10507:79dd96774187 stable

ui: unset ui.slash when HGPLAIN is set
author Brodie Rao <me+hg@dackz.net>
date Thu, 18 Feb 2010 16:51:39 -0500
parents 42afde35e9f7
children 992723445a29
line wrap: on
line diff
--- a/tests/test-hgrc	Thu Feb 18 16:50:49 2010 -0500
+++ b/tests/test-hgrc	Thu Feb 18 16:51:39 2010 -0500
@@ -33,6 +33,7 @@
 echo "debug=true" >> $HGRCPATH
 echo "fallbackencoding=ASCII" >> $HGRCPATH
 echo "quiet=true" >> $HGRCPATH
+echo "slash=true" >> $HGRCPATH
 echo "traceback=true" >> $HGRCPATH
 echo "verbose=true" >> $HGRCPATH
 echo "[defaults]" >> $HGRCPATH