[issue1103] local tags sometimes fail to override global tags

Tom Karzes mercurial-bugs at selenic.com
Sat Apr 26 03:09:17 CDT 2008


New submission from Tom Karzes <Tom.Karzes at magnumsemi.com>:

If a repository has a global and a local tag with the same name, the local
tag should obviously override the global tag, and usually it does.  In some
cases, however, the global tag resolution logic (presumably introduced in
the fix for issue 498) appears to be leaking through, causing them to
behave incorrectly.

See the attached file "ltagfail.txt" for a detailed example of an easily
reproducible instance of this bug.

Local tags should always override global tags, and should be indifferent to
the global tagging history of the repository.  (Also see issue 1102 for
more problems with the global tagging mechanism.)

----------
files: ltagfail.txt
messages: 5967
nosy: tkarzes
priority: bug
status: unread
title: local tags sometimes fail to override global tags

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue1103>
____________________________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: ltagfail.txt
Url: http://selenic.com/pipermail/mercurial-devel/attachments/20080426/7c50c307/attachment.txt 


More information about the Mercurial-devel mailing list