--- a/tests/test-status-color Mon May 10 21:44:00 2010 +0200
+++ b/tests/test-status-color Mon May 10 22:46:16 2010 +0200
@@ -2,6 +2,8 @@
echo "[extensions]" >> $HGRCPATH
echo "color=" >> $HGRCPATH
+echo "[color]" >> $HGRCPATH
+echo "mode=ansi" >> $HGRCPATH
hg init repo1
cd repo1