Feature #6372
Link to specific revision of file in repository
Status: | New | Start date: | 2010-09-12 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: |
Description
When writing a comment, I can insert a link to a file in the repository with e.g. source:trunk/app/controllers/issues_controller.rb
; I can also insert a link to a specific revision's root, e.g. r4020
.
However, if I would like to insert a link to a specific version of a file, I have to write the full URL, e.g. http://www.redmine.org/projects/redmine/repository/revisions/4020/entry/trunk/app/controllers/issues_controller.rb , or, at least a local one, like "Issues controller
@ rev 4020" : /projects/redmine/repository/revisions/4020/entry/trunk/app/controllers/issues_controller.rb
.
Instead, we could use e.g.
source:/trunk/app/controllers/issues_controller.rb@4020
History
#1
Updated by Barnabás Králik over 10 years ago
... or, even better:
r4020:/trunk/app/controllers/issues_controller.rb