tests/test-hgrc
branchstable
changeset 10042 7cdd2a7db2c2
parent 9470 ba75830d17a9
child 10044 dc5462d94a72
child 10295 44c923eeb81d
--- a/tests/test-hgrc	Thu Dec 10 12:31:21 2009 +0100
+++ b/tests/test-hgrc	Sat Dec 12 16:46:16 2009 +0100
@@ -22,3 +22,6 @@
 echo '[foo]' >> $HGRCPATH
 echo '  x = y' >> $HGRCPATH
 hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"
+
+echo '%include /no-such-file' > $HGRCPATH
+hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"