sapling/tests/test-tag-issue916
2008-09-08 14:04:10 +02:00

14 lines
195 B
Bash
Executable File

#!/bin/sh
hg init
echo a > a
hg commit -Am "test" -d "1000000 0"
echo % issue 916
hg up 000000
hg parents
hg tag -r tip -d "1000000 0" "jglick"
echo % should it be removed ?
cat .hgtags
hg tip