Fixed to finish the code cleaning.

dev
Benjamin Jorand 2008-11-26 08:36:01 +01:00 committed by Loic d'Anterroches
parent 82ed55f1a0
commit 4bff745890
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class IDF_Scm_Mercurial
*/
public function getFileInfo($totest, $commit='tip')
{
$cmd_tmpl = 'hg manifest -R %s --debug -r %s | sed \'s/*/ /\' | sort -k 3| uniq -f2';
$cmd_tmpl = 'hg manifest -R %s --debug -r %s';
$cmd = sprintf($cmd_tmpl, escapeshellarg($this->repo), $commit);
$out = array();
$res = array();