Break svn blame on every single line of SpecialWatchlist.php by converting it to...
authorHappy-melon <happy-melon@users.mediawiki.org>
Sat, 26 Mar 2011 13:04:40 +0000 (13:04 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Sat, 26 Mar 2011 13:04:40 +0000 (13:04 +0000)
commit205f6431bbcd1bc058409ba5d405457ad275856c
treeaa0bd578833a63523840d6b92a1560fabb02f457
parent83fd8e8d904255d8fe3e5d2775b6702e7d9837a8
Break svn blame on every single line of SpecialWatchlist.php by converting it to subclass SpecialPage and hence changing the indentation :D.  SpecialInterwikiWatchlist.php is virtually a clone of this code, so make it subclass in turn and remove duplication; there is probably more that could be removed.

Only three more global-function special page implementations left.  \o/
includes/AutoLoader.php
includes/SpecialPage.php
includes/specials/SpecialWatchlist.php