Author: anonymissimus
Date: Tue Mar 27 21:50:39 2012
New Revision: 53673

URL: http://svn.gna.org/viewcvs/wesnoth?rev=53673&view=rev
Log:
cheap wmllint rule for viewing_side -> side

Global renaming; there is only 1 false positive in my addons
and none in mainline. I hope nobody uses this string as a tag
or variable name.

Modified:
    trunk/data/tools/wmllint

Modified: trunk/data/tools/wmllint
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=53673&r1=53672&r2=53673&view=diff
==============================================================================
--- trunk/data/tools/wmllint (original)
+++ trunk/data/tools/wmllint Tue Mar 27 21:50:39 2012
@@ -520,6 +520,8 @@
         # Changes just before 1.9.2
         ("[removeitem]", "[remove_item]"),
         ("[/removeitem]", "[/remove_item]"),
+        # Changes just before 1.11.0
+        ("viewing_side", "side")
         )
 
 def validate_on_pop(tagstack, closer, filename, lineno):


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

Reply via email to