tag: without a checkout, base the tag changeset on tip instead of nullid
issue916
#!/bin/shhg initecho a > ahg commit -Am "test" -d "1000000 0"echo % issue 916hg up 000000hg parentshg tag -r tip -d "1000000 0" "jglick"echo % should it be removed ?cat .hgtagshg tip