mirror of
https://github.com/frej/fast-export.git
synced 2025-11-15 06:55:51 +01:00
Fix variable usage in tag import
This commit is contained in:
4
git-p4
4
git-p4
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user