##// END OF EJS Templates
Merge with tah
Merge with tah

File last commit:

r2988:63c3a192 default
r2991:f63667f6 merge default
Show More
test-strict
19 lines | 254 B | text/plain | TextLexer
#!/bin/sh
hg init
echo a > a
hg ci -d '0 0' -Ama
hg an a
HGRCPATH=$HGTMP/.hgrc; export HGRCPATH
echo "[ui]" >> $HGTMP/.hgrc
echo "strict=True" >> $HGTMP/.hgrc
hg an a
hg annotate a
echo % should succeed - up is an alias, not an abbreviation
hg up