mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 04:24:14 +09:00
#17877351 : make diff use same logic with comp
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5963 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f81054f33e
commit
fbb92e4b52
1 changed files with 0 additions and 8 deletions
|
|
@ -177,14 +177,6 @@
|
||||||
$type = Context::get('type');
|
$type = Context::get('type');
|
||||||
switch($type) {
|
switch($type) {
|
||||||
case 'diff' :
|
case 'diff' :
|
||||||
$diff = $oSvn->getDiff($path, $brev, $erev);
|
|
||||||
Context::set('diff', $diff);
|
|
||||||
|
|
||||||
$path_tree = Svn::explodePath($path, true);
|
|
||||||
Context::set('path_tree', $path_tree);
|
|
||||||
|
|
||||||
$this->setTemplateFile('source_diff');
|
|
||||||
break;
|
|
||||||
case 'compare' :
|
case 'compare' :
|
||||||
$comp = $oSvn->getComp($path, $brev, $erev);
|
$comp = $oSvn->getComp($path, $brev, $erev);
|
||||||
Context::set('comp', $comp);
|
Context::set('comp', $comp);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue