[Python-apps-team] Bug#725904: mercurial-common: hg view tags only show last word in tag
D Haley
mycae at gmx.com
Wed Oct 9 21:16:20 UTC 2013
Package: mercurial-common
Version: 2.6.3-1
Severity: normal
Dear Maintainer,
The following sequence of commands can produce a bug whereby a tag, such as "release version" will instead only show "version" in the tag view. This appears to be a regression, as this previously worked in earlier versions of hg view.
Here is a sesion reproducing the bug:
$ hg init .
$ hg commit -u "me" -m "commitMesg"
$ echo "otherstuff" > file
$ hg commit -u "me" -m "yacm"
$ hg tag -r 1 -m "commit tag" "Some Tag Here"
$ hg view
Instead of "Some Tag Here", i simply see "Here" in the tree display. The contents of .hgtags appears to be correct, and so does the output from hg tags.
I think *maybe* that it might be related to this change. Ive rarely used tcl.:
http://www.selenic.com/pipermail/mercurial-devel/2013-March/049582.html
Thanks.
-- System Information:
Debian Release: 7.0
APT prefers testing
APT policy: (500, 'testing'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages mercurial-common depends on:
ii python 2.7.5-4
Versions of packages mercurial-common recommends:
ii ca-certificates 20130610
ii mercurial 2.6.3-1
Versions of packages mercurial-common suggests:
pn python-mysqldb <none>
pn python-openssl <none>
pn python-pygments <none>
ii tk8.5 [wish] 8.5.14-2
-- no debconf information
More information about the Python-apps-team
mailing list