Defect #32153 » 0002-Add-test.patch
app/controllers/repositories_controller.rb | ||
---|---|---|
135 | 135 |
:id => @project, |
136 | 136 |
:repository_id => @repository.identifier_param, |
137 | 137 |
:path => @path, |
138 |
:rev => @rev) |
|
138 |
:rev => @rev, |
|
139 |
:only_path => true) |
|
139 | 140 |
end |
140 | 141 | |
141 | 142 |
def entry_and_raw(is_raw) |