summaryrefslogtreecommitdiff
path: root/contrib/fast-import
diff options
context:
space:
mode:
authorShun Kei Leung <kevinlsk@gmail.com>2007-11-21 03:01:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-21 07:27:44 (GMT)
commit183f84365de7b4b1fe0e15cebce80a95023aa1d6 (patch)
tree3f9d576b4adc78188a411104bc21159d459fa3f4 /contrib/fast-import
parentb9c506f7d9f05a630fa7e31b77a9cf5081d7dbba (diff)
downloadgit-183f84365de7b4b1fe0e15cebce80a95023aa1d6.zip
git-183f84365de7b4b1fe0e15cebce80a95023aa1d6.tar.gz
git-183f84365de7b4b1fe0e15cebce80a95023aa1d6.tar.bz2
git-p4: Fix typo in --detect-labels
Signed-off-by: Kevin Leung <kevinlsk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/fast-import')
-rwxr-xr-xcontrib/fast-import/git-p42
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index c869bb8..c80a6da 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"]