##// END OF EJS Templates
merge with stable
merge with stable

File last commit:

r8167:6c82beaa default
r10244:c4c0502b merge default
Show More
test-strict
18 lines | 200 B | text/plain | TextLexer
Bryan O'Sullivan
Add ui.strict config item....
r2988 #!/bin/sh
hg init
echo a > a
Martin Geisler
tests: removed redundant "-d '0 0'" from test scripts...
r8167 hg ci -Ama
Bryan O'Sullivan
Add ui.strict config item....
r2988
hg an a
Thomas Arendsen Hein
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
r2992 echo "[ui]" >> $HGRCPATH
echo "strict=True" >> $HGRCPATH
Bryan O'Sullivan
Add ui.strict config item....
r2988
hg an a
hg annotate a
echo % should succeed - up is an alias, not an abbreviation
hg up