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
parent
b9c506f7d9
commit
183f84365d
|
@ -1141,7 +1141,7 @@ class P4Sync(Command):
|
||||||
|
|
||||||
l = p4CmdList("labels %s..." % ' '.join (self.depotPaths))
|
l = p4CmdList("labels %s..." % ' '.join (self.depotPaths))
|
||||||
if len(l) > 0 and not self.silent:
|
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:
|
for output in l:
|
||||||
label = output["label"]
|
label = output["label"]
|
||||||
|
|
Loading…
Reference in New Issue