mirror of
https://github.com/git/git.git
synced 2024-11-19 07:34:11 +01:00
git-p4: Fix typo in --detect-labels
Signed-off-by: Kevin Leung <kevinlsk@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
b9c506f7d9
commit
183f84365d
@ -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…
Reference in New Issue
Block a user