mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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');
|
||||
switch($type) {
|
||||
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' :
|
||||
$comp = $oSvn->getComp($path, $brev, $erev);
|
||||
Context::set('comp', $comp);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue