Opened 9 years ago
#12422 new enhancement
Highlight specified changesets in Revision Log
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/log view | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
TracLinks allows to highlight an arbitrary set of lines for source:
links:
source:/some/file@123:10-20,100,103#L99
- highlight lines 10 to 20, and lines 100 and 103, and target line 99
(This turns into a ?marks=
parameter, so source:trunk/COPYING@:8 can also be written as source:trunk/COPYING?marks=8)
It would be nice if there was a similar feature for log:
links, where an arbitrary set of changesets would be highlighted (while still displaying them in context of the other unhighlighted changesets).
For example log:rjollos.git@68feb63e?marks=fc1db222 could display the log as it does now, but highlight the line of changeset fc1db222
. This would be very useful for discussions, code review etc.
(Adding a special abbreviation syntax for ?marks=
like @:
seems more difficult, but is not needed.)