removed the slasher renaming since it's not safe

This commit is contained in:
Gunter Labes 2009-07-28 14:25:56 +00:00
parent 49f6b62af3
commit 0cd5bba216
2 changed files with 2 additions and 5 deletions

View file

@ -13,7 +13,7 @@ The release team should empty this file after each release.
***
The Drake Slasher became the Drake Arbiter and the Drake Gladiator became the Drake Slasher to establish more consistency in the unit lines. The Slasher to Arbiter change is accomodated in WMLLINT but the Gladiator change needs to be done by hand.
The Drake Slasher became the Drake Arbiter and the Drake Gladiator became the Drake Slasher to establish more consistency in the unit lines. Unfortunately these renamings can not be done automatically (in wmllint) so UMC authors need to do them by hand.
***

View file

@ -457,10 +457,7 @@ linechanges = (
("SPECIAL_NOTE_STONE", "SPECIAL_NOTE_PETRIFY"),
(".stoned", ".petrified"),
# Changed just before 1.7.3
("slasher", "arbiter"),
("Slasher", "Arbiter"),
("SLASHER", "ARBITER"),
)
)
def validate_stack(stack, filename, lineno):
"Check the stack for deprecated WML syntax."