From 4bff7458902b6110dea288b3c81877f8ed34bc74 Mon Sep 17 00:00:00 2001 From: Benjamin Jorand Date: Wed, 26 Nov 2008 08:36:01 +0100 Subject: [PATCH] Fixed to finish the code cleaning. --- src/IDF/Scm/Mercurial.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Scm/Mercurial.php b/src/IDF/Scm/Mercurial.php index 079342b..94e4aec 100644 --- a/src/IDF/Scm/Mercurial.php +++ b/src/IDF/Scm/Mercurial.php @@ -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();