Author: esr
Date: Sun Mar  2 00:39:52 2008
New Revision: 24190

URL: http://svn.gna.org/viewcvs/wesnoth?rev=24190&view=rev
Log:
Suppress some verbosity.

Modified:
    trunk/data/tools/wmllint

Modified: trunk/data/tools/wmllint
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=24190&r1=24189&r2=24190&view=diff
==============================================================================
--- trunk/data/tools/wmllint (original)
+++ trunk/data/tools/wmllint Sun Mar  2 00:39:52 2008
@@ -1940,7 +1940,7 @@
     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])


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to