Actions
Feature #6372
openLink to specific revision of file in repository
Status:
New
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
2010-09-12
Due date:
% Done:
0%
Estimated time:
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
Actions