test-tag
13 lines
| 183 B
| text/plain
|
TextLexer
/ tests / test-tag
mpm@selenic.com
|
r401 | #!/bin/sh -x | ||
hg init | ||||
echo a > a | ||||
hg add a | ||||
mpm@selenic.com
|
r749 | hg commit -m "test" -d "0 0" | ||
mpm@selenic.com
|
r401 | hg history | ||
mpm@selenic.com
|
r749 | hg tag -d "0 0" "bleah" | ||
mpm@selenic.com
|
r401 | hg history | ||
echo foo >> .hgtags | ||||
mpm@selenic.com
|
r749 | hg tag -d "0 0" "bleah2" || echo "failed" | ||
mpm@selenic.com
|
r401 | |||