This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, pitrou
Date 2012-09-11.11:28:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347362900.6.0.139284928383.issue15919@psf.upfronthosting.co.za>
In-reply-to
Content
On hg.python.org, it seems like the entries on the "log" page don't
always link to the corresponding revision, for example some of the rows in--

http://hg.python.org/cpython/shortlog/1d9e89f6abec

This seems to happen whenever the revision description begins with
text that results in a link to something else (e.g. an issue number).  See, for example, the row for--

"#15886: remove redundant phrase"

In contrast, the "graph" page seems always to link to the revision:

http://hg.python.org/cpython/graph

Related to this, if the description field contains text that results
in a link to something else, then the UI doesn't make a distinction
between the portion of the description that links to the revision and
the portion that links to the something else.

For example, with description text "Fix for fcc629208842", "Fix for"
links to the revision for the log entry, but "fcc629208842" links to
the named revision, and there is no separation or visual indicator
that the two portions of text link to different things.

It might be better if the revision link was separate from the
description text.  That would be one way to address both of the issues
above.

(This was originally posted to python-dev here:
http://mail.python.org/pipermail/python-dev/2012-September/121635.html )
History
Date User Action Args
2012-09-11 11:28:20chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, ezio.melotti
2012-09-11 11:28:20chris.jerdoneksetmessageid: <1347362900.6.0.139284928383.issue15919@psf.upfronthosting.co.za>
2012-09-11 11:28:20chris.jerdoneklinkissue15919 messages
2012-09-11 11:28:19chris.jerdonekcreate