comparison tests/test-hgrc @ 10044:dc5462d94a72

Merge with stable
author Martin Geisler <mg@lazybytes.net>
date Sat, 12 Dec 2009 16:54:33 +0100
parents e95f0f70c3fd 7cdd2a7db2c2
children cade47dcac2d
comparison
equal deleted inserted replaced
10043:e95f0f70c3fd 10044:dc5462d94a72
16 16
17 # issue1829: wrong indentation 17 # issue1829: wrong indentation
18 echo '[foo]' > $HGRCPATH 18 echo '[foo]' > $HGRCPATH
19 echo ' x = y' >> $HGRCPATH 19 echo ' x = y' >> $HGRCPATH
20 hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|" 20 hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"
21
22 echo '%include /no-such-file' > $HGRCPATH
23 hg version 2>&1 | sed -e "s|$HGRCPATH|\$HGRCPATH|"