зеркало из https://github.com/microsoft/git.git
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:
Родитель
b9c506f7d9
Коммит
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"]
|
||||
|
|
Загрузка…
Ссылка в новой задаче