[issue2063] Creating a tag with a dash "-" in the name errors with a bad parent

Mischa Becker bugs at mercurial.selenic.com
Wed Feb 24 22:07:32 UTC 2010


New submission from Mischa Becker <mischa.becker at fredmeyer.com>:

The following command resulted in output saying that the tag was created. 

hg tag Acc-v0.20100219

There was no error message.  However, not only was the tag NOT created, the 
tag's auto-commit was done with an invalid parent as seen from 'hg log'.

changeset:   4:e22b8e641eb6
parent:      -1:000000000000
user:        Mischa Becker <mischa.becker at fredmeyer.com>
date:        Wed Feb 24 10:45:25 2010 -0800
summary:     Added tag Acc-v0.20100219 for changeset 000000000000

Because of the bad parent, all existing code was lost from that and all 
subsequent revisions.

----------
messages: 11880
nosy: mischab1
priority: bug
status: unread
title: Creating a tag with a dash "-" in the name errors with a bad parent

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2063>
____________________________________________________


More information about the Mercurial-devel mailing list