git-p4: Fix typo in --detect-labels
authorShun Kei Leung <kevinlsk@gmail.com>
Wed, 21 Nov 2007 03:01:19 +0000 (11:01 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2007 07:27:44 +0000 (23:27 -0800)
Signed-off-by: Kevin Leung <kevinlsk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-p4

index c869bb88643d67a7954db026ce9ebb50c0f89be0..c80a6da2522b690e15f84fedf52a132078cd265a 100755 (executable)
@@ -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"]