mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +09:00
#17881936 : remove diff-related codes
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5975 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11e362bf7f
commit
e9e5f91119
5 changed files with 3 additions and 113 deletions
|
|
@ -170,7 +170,7 @@
|
|||
$erev = Context::get('erev');
|
||||
$brev = Context::get('brev');
|
||||
|
||||
$oSvn = new Svn($this->module_info->svn_url, $this->module_info->svn_cmd, $this->module_info->diff_cmd);
|
||||
$oSvn = new Svn($this->module_info->svn_url, $this->module_info->svn_cmd);
|
||||
$current = $oSvn->getStatus($path);
|
||||
Context::set('current', $current);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue