##// END OF EJS Templates
Added tag 1.4.3 for changeset 4aa619c4c2c0
Added tag 1.4.3 for changeset 4aa619c4c2c0

File last commit:

r8167:6c82beaa default
r10310:61750d3a stable
Show More
test-strict
18 lines | 200 B | text/plain | TextLexer
#!/bin/sh
hg init
echo a > a
hg ci -Ama
hg an a
echo "[ui]" >> $HGRCPATH
echo "strict=True" >> $HGRCPATH
hg an a
hg annotate a
echo % should succeed - up is an alias, not an abbreviation
hg up