[issue3338] Converting local tag to global tag results in no tags shown

Martin Geisler bugs at mercurial.selenic.com
Tue Mar 27 08:17:13 CDT 2012


New submission from Martin Geisler <mg at lazybytes.net>:

A remove local tag keeps dominating a global tag. Running these commands 
with Mercurial 2.1.1 shows the error:

  hg init
  touch foo
  hg commit -Am foo
  hg tag -l v1
  hg tag -l --remove v1
  hg tag v1
  hg tags

The v1 tag should have been shown, but there are no tags defined.

This was discovered by Peter Hull on Stack Overflow:

  http://stackoverflow.com/q/9888773/110204

----------
messages: 19458
nosy: mg
priority: bug
status: unread
title: Converting local tag to global tag results in no tags shown

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


More information about the Mercurial-devel mailing list