##// END OF EJS Templates
Documentation fixes for addremove....
Documentation fixes for addremove. - It is no longer deprecated, but the short help still included (DEPRECATED). - Similarity parameter has to be 0<=s<=100 and not 0<=s<=1.

File last commit:

r2992:4e815ee3 default
r3181:3637d5d1 default
Show More
test-strict
18 lines | 209 B | text/plain | TextLexer
#!/bin/sh
hg init
echo a > a
hg ci -d '0 0' -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