Browse Source

git-p4: Fix typo in --detect-labels

Signed-off-by: Kevin Leung <kevinlsk@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Shun Kei Leung 17 years ago committed by Junio C Hamano
parent
commit
183f84365d
  1. 2
      contrib/fast-import/git-p4

2
contrib/fast-import/git-p4

@ -1141,7 +1141,7 @@ class P4Sync(Command): @@ -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"]

Loading…
Cancel
Save