From: Shun Kei Leung Date: Wed, 21 Nov 2007 03:01:19 +0000 (+0800) Subject: git-p4: Fix typo in --detect-labels X-Git-Tag: v1.5.4-rc0~168 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=183f84365de7b4b1fe0e15cebce80a95023aa1d6;p=git.git git-p4: Fix typo in --detect-labels Signed-off-by: Kevin Leung Signed-off-by: Junio C Hamano --- diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4 index c869bb886..c80a6da25 100755 --- a/contrib/fast-import/git-p4 +++ b/contrib/fast-import/git-p4 @@ -1141,7 +1141,7 @@ class P4Sync(Command): l = p4CmdList("labels %s..." % ' '.join (self.depotPaths)) if len(l) > 0 and not self.silent: - print "Finding files belonging to labels in %s" % `self.depotPath` + print "Finding files belonging to labels in %s" % `self.depotPaths` for output in l: label = output["label"]