##// END OF EJS Templates
tag: without a checkout, base the tag changeset on tip instead of nullid...
tag: without a checkout, base the tag changeset on tip instead of nullid issue916

File last commit:

r7009:3d54cf97 default
r7009:3d54cf97 default
Show More
test-tag-issue916
13 lines | 195 B | text/plain | TextLexer
#!/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