Revision 947
Added by Jean-Philippe Lang over 17 years ago
routes.rb | ||
---|---|---|
24 | 24 |
omap.repositories_changes 'repositories/changes/:id/*path', :action => 'changes' |
25 | 25 |
omap.repositories_diff 'repositories/diff/:id/*path', :action => 'diff' |
26 | 26 |
omap.repositories_entry 'repositories/entry/:id/*path', :action => 'entry' |
27 |
omap.repositories_entry 'repositories/annotate/:id/*path', :action => 'annotate' |
|
27 | 28 |
end |
28 | 29 |
|
29 | 30 |
# Allow downloading Web Service WSDL as a file with an extension |
Also available in: Unified diff
Added Annotate/Blame view for Subversion, CVS and Mercurial repositories.