Index: branches/wmf/1.16wmf4/extensions/CodeReview/backend/Subversion.php |
— | — | @@ -319,6 +319,7 @@ |
320 | 320 | function getDiff( $path, $rev1, $rev2 ) { |
321 | 321 | return $this->_proxy( array( |
322 | 322 | 'action' => 'diff', |
| 323 | + 'base' => $this->mRepo, |
323 | 324 | 'path' => $path, |
324 | 325 | 'rev1' => $rev1, |
325 | 326 | 'rev2' => $rev2 ) ); |
— | — | @@ -327,6 +328,7 @@ |
328 | 329 | function getLog( $path, $startRev = null, $endRev = null ) { |
329 | 330 | return $this->_proxy( array( |
330 | 331 | 'action' => 'log', |
| 332 | + 'base' => $this->mRepo, |
331 | 333 | 'path' => $path, |
332 | 334 | 'start' => $startRev, |
333 | 335 | 'end' => $endRev ) ); |
— | — | @@ -335,6 +337,7 @@ |
336 | 338 | function getDirList( $path, $rev = null ) { |
337 | 339 | return $this->_proxy( array( |
338 | 340 | 'action' => 'list', |
| 341 | + 'base' => $this->mRepo, |
339 | 342 | 'path' => $path, |
340 | 343 | 'rev' => $rev ) ); |
341 | 344 | } |
Property changes on: branches/wmf/1.16wmf4/extensions/CodeReview |
___________________________________________________________________ |
Name: svn:mergeinfo |
342 | 345 | + /branches/wmf-deployment/extensions/CodeReview:60970 |
/trunk/extensions/CodeReview:67212 |
/trunk/phase3/extensions/CodeReview:63545-63546,63549,63643,63764,63897-63901,64113,64509,65387,65391,65555,65590,65650,65816 |