Your message dated Thu, 3 Mar 2016 14:05:05 +0100
with message-id <[email protected]>
and subject line Re: Bug#725904: mercurial-common: hg view tags only show last
word in tag
has caused the Debian Bug report #725904,
regarding mercurial-common: hg view tags only show last word in tag
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
725904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725904
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 2.8.1-1
On Wed, Oct 9, 2013 at 23:16:20 +0200, D Haley wrote:
> 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
>
According to https://bz.mercurial-scm.org/show_bug.cgi?id=4101 this was
fixed in hg 2.8.1, two years ago.
Cheers,
Julien
--
Julien Cristau <[email protected]>
Logilab http://www.logilab.fr/
Informatique scientifique & gestion de connaissances
--- End Message ---