view 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
line wrap: on
line source

#!/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