##// END OF EJS Templates
Update tests to match new addremove chattiness.
Update tests to match new addremove chattiness.

File last commit:

r749:7e4843b7 default
r767:61ed30e8 default
Show More
test-tag
13 lines | 183 B | text/plain | TextLexer
#!/bin/sh -x
hg init
echo a > a
hg add a
hg commit -m "test" -d "0 0"
hg history
hg tag -d "0 0" "bleah"
hg history
echo foo >> .hgtags
hg tag -d "0 0" "bleah2" || echo "failed"