Suppress some verbosity.
This commit is contained in:
parent
7495ca861b
commit
2341a7ee08
1 changed files with 1 additions and 1 deletions
|
@ -1940,7 +1940,7 @@ if __name__ == '__main__':
|
|||
else:
|
||||
print >>sys.stderr, "wmllint: unrecognized version."
|
||||
sys.exit(1)
|
||||
if not dryrun and not clean and not revert and len(versions) > 1:
|
||||
if not dryrun and not clean and not revert and not diffs and len(versions) > 1:
|
||||
explain = "Upgrades for:"
|
||||
for i in range(len(versions)-1):
|
||||
explain += " %s -> %s," % (versions[i], versions[i+1])
|
||||
|
|
Loading…
Add table
Reference in a new issue