Ticket #5710 (closed enhancement: fixed)
Opened 5 years ago
Last modified 2 years ago
add link to last change to browse
| Reported by: | ThurnerRupert | Owned by: | cboos |
|---|---|---|---|
| Priority: | lowest | Milestone: | 0.12-multirepos |
| Component: | version control/browser | Version: | 0.10.3 |
| Severity: | minor | Keywords: | multirepos |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
when browsing the source, the comment of the last change is displayed for every folder, and the revision. it would be nice if one could get to the last change set with one click, e.g. clicking on the changesets comment.
Attachments
Change History
comment:1 Changed 5 years ago by nkantrowitz
comment:2 Changed 5 years ago by cboos
- Milestone changed from 0.11.1 to 0.12
- Priority changed from normal to lowest
- Severity changed from trivial to minor
The Rev column links to the TracRevisionLog.
I agree that a direct link to the changeset would be handy at times, but I've yet to find a non-obtrusive way to add that link (linkifying the whole comment would be too much).
comment:3 follow-up: ↓ 7 Changed 4 years ago by cboos
- Status changed from new to assigned
As I wanted to link directly to the latest changeset for each repository in the repository index for the new MultipleRepositorySupport, I added it for normal browser entries as well. See r6465.
comment:4 follow-up: ↓ 5 Changed 4 years ago by cboos
An alternative approach would be to add an explicit Author column and use that for the link to the changeset.
comment:5 in reply to: ↑ 4 ; follow-up: ↓ 6 Changed 3 years ago by cboos
- Keywords multirepos added
- Milestone changed from 0.13 to 0.12
comment:6 in reply to: ↑ 5 Changed 3 years ago by cboos
comment:7 in reply to: ↑ 3 Changed 3 years ago by cboos
- Resolution set to fixed
- Status changed from assigned to closed
Replying to cboos:
As I wanted to link directly to the latest changeset for each repository in the repository index for the new MultipleRepositorySupport, I added it for normal browser entries as well. See r6465.
Fixed in that changeset.
comment:8 Changed 2 years ago by cboos
- Milestone changed from 0.12 to 0.12-multirepos



You mean like clicking the changeset number?