diff -r 491eabd0df79 -r 3bf2892f685f tests/test-chg.t --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/test-chg.t Mon Mar 14 12:52:35 2016 +0000 @@ -0,0 +1,12 @@ +init repo + + $ hg init foo + $ cd foo + +ill-formed config + + $ hg status + $ echo '=brokenconfig' >> $HGRCPATH + $ hg status + hg: parse error at * (glob) + [255]