Indefero

Indefero Commit Details


Date:2010-01-20 14:27:18 (14 years 11 months ago)
Author:Ludovic Bellière
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:0b580ba2ec51dd37a1c7e59e0c9043e460417cf9
Parents: a8a292a3c5d7fa31d788ac2a8fea573f10af081f
Message:Fixed issue 314, Mercurial shows empty files in directories

Changes:

File differences

src/IDF/Scm/Mercurial.php
250250
251251
252252
253
253
254254
255255
256256
$cmd = sprintf(Pluf::f('hg_path', 'hg').' cat -R %s -r %s %s',
escapeshellarg($this->repo),
escapeshellarg($def->commit),
escapeshellarg($this->repo.'/'.$def->file));
escapeshellarg($this->repo.'/'.$def->fullpath));
$cmd = Pluf::f('idf_exec_cmd_prefix', '').$cmd;
return ($cmd_only) ? $cmd : shell_exec($cmd);
}

Archive Download the corresponding diff file

Page rendered in 0.09381s using 14 queries.