branch | stable |
changeset 10295 | 44c923eeb81d |
parent 10042 | 7cdd2a7db2c2 |
child 10296 | cade47dcac2d |
--- a/tests/test-hgrc Thu Jan 28 22:45:46 2010 -0600 +++ b/tests/test-hgrc Thu Jan 28 23:07:28 2010 -0600 @@ -23,5 +23,9 @@ echo ' x = y' >> $HGRCPATH hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|" +python -c "print '[foo]\nbar = a\n b\n c \n de\n fg \nbaz = bif cb \n'" \ + > $HGRCPATH +hg showconfig foo + echo '%include /no-such-file' > $HGRCPATH hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"