Modify ↓
#11995 closed enhancement (fixed)
Versioncontrol API for changeset bookmarks
Reported by: | Peter Suter | Owned by: | Peter Suter |
---|---|---|---|
Priority: | normal | Milestone: | 1.1.5 |
Component: | version control | Version: | |
Severity: | normal | Keywords: | bookmarks |
Cc: | Branch: | ||
Release Notes: |
Allow plugins to provide changeset bookmarks and render them in the browser, on the revision log and on the timeline. |
||
API Changes: |
Add new |
||
Internal Changes: |
Description
As discussed in #10527, changeset bookmarks (in Mercurial repositories) should be shown in the browser, on the revision log and on the timeline.
The versioncontrol API has to be extended to allow plugins to provide this data.
The proposed patch implements this.
Attachments (0)
Change History (3)
comment:1 by , 10 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Committed in [13937].