зеркало из https://github.com/microsoft/git.git
Fix variable usage in tag import
Signed-off-by: Simon Hausmann <hausmann@kde.org>
This commit is contained in:
Родитель
1f4ba1cbfc
Коммит
a46668faf7
|
@ -660,11 +660,11 @@ class GitSync(Command):
|
|||
self.gitStream.write("EOT\n\n")
|
||||
|
||||
else:
|
||||
if not silent:
|
||||
if not self.silent:
|
||||
print "Tag %s does not match with change %s: files do not match." % (labelDetails["label"], change)
|
||||
|
||||
else:
|
||||
if not silent:
|
||||
if not self.silent:
|
||||
print "Tag %s does not match with change %s: file count is different." % (labelDetails["label"], change)
|
||||
|
||||
def extractFilesInCommitToBranch(self, files, branchPrefix):
|
||||
|
|
Загрузка…
Ссылка в новой задаче