[issue3051] hg id makes no distinction between a list of tags and a tag with spaces

luca_ing bugs at mercurial.selenic.com
Sun Oct 16 05:37:01 CDT 2011


New submission from luca_ing <luca at ingianni.eu>:

If I use hg id -t, I get my tags as a list separated by spaces. This is all
well and good, except that spaces are valid characters inside a tag name.
Thus, it becomes impossible for me to distinguish whether I'm looking at a
single tag or at a series of tags.
I propose (perhaps as an option, in order not to break existing scripts) to
use a different separating character. Possibly the colon (:), as it is
illegal in tags.

----------
messages: 17646
nosy: luca_ing
priority: bug
status: unread
title: hg id makes no distinction between a list of tags and a tag with spaces

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


More information about the Mercurial-devel mailing list