@@ -229,8 +229,9 RAW | |||
|
229 | 229 | changeset_link = link_to('abcd', |
|
230 | 230 |
|
|
231 | 231 | :controller => 'repositories', |
|
232 |
:action => 'revision', |
|
|
233 |
|
|
|
232 | :action => 'revision', | |
|
233 | :id => 'subproject1', | |
|
234 | :rev => 'abcd', | |
|
234 | 235 |
|
|
235 | 236 | :class => 'changeset', :title => 'test commit') |
|
236 | 237 | to_test = { |
@@ -253,8 +254,9 RAW | |||
|
253 | 254 | changeset_link = link_to('20080308225258-98289-abcd456efg.gz', |
|
254 | 255 |
|
|
255 | 256 | :controller => 'repositories', |
|
256 |
:action => 'revision', |
|
|
257 |
|
|
|
257 | :action => 'revision', | |
|
258 | :id => 'subproject1', | |
|
259 | :rev => '123', | |
|
258 | 260 |
|
|
259 | 261 | :class => 'changeset', :title => 'test commit') |
|
260 | 262 | to_test = { |
General Comments 0
You need to be logged in to leave comments.
Login now