comparison tests/test-tag-issue916 @ 7009:3d54cf97598d

tag: without a checkout, base the tag changeset on tip instead of nullid issue916
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 08 Sep 2008 14:04:10 +0200
parents
children
comparison
equal deleted inserted replaced
7008:8fee8ff13d37 7009:3d54cf97598d
1 #!/bin/sh
2
3 hg init
4 echo a > a
5 hg commit -Am "test" -d "1000000 0"
6
7 echo % issue 916
8 hg up 000000
9 hg parents
10 hg tag -r tip -d "1000000 0" "jglick"
11 echo % should it be removed ?
12 cat .hgtags
13 hg tip