#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:
haneul 2009-03-25 06:41:23 +00:00
parent f81054f33e
commit fbb92e4b52

View file

@ -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);