Ticket #4223 (closed enhancement: fixed)
Merge the browser-quickjump branch
| Reported by: | cboos | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11 |
| Component: | version control/browser | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by cboos) (diff)
I think the VcRefactoring/BrowserQuickjump branch is now ready for integration.
This branch adds the possibility to have a list of preselected paths where you can easily jump to, in the TracBrowser.
For example, with the Subversion backend, you can specify the following configuration options:
[svn] branches = /trunk,/branches/maintenance/*,/branch/test,branches/experimental/* tags = /tags/maintenance/*,/tags/milestone/*
By default, the preselected paths are the traditionally expected ones: branches = /trunk,/branches/* and tags = /tags/*.
But this will be even more handy for people having lots of branches which are sometimes deeply buried in the hierarchy ;)
For TracMercurial, this will give the ability to jump to known tags and branches.
Diff of the changes: diff:trunk@4320//sandbox/browser-quickjump@4326


