rework influence calculation
authorJoey Hess <joey@gnu.kitenet.net>
Fri, 9 Oct 2009 18:27:11 +0000 (14:27 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Fri, 9 Oct 2009 18:27:11 +0000 (14:27 -0400)
commit4ef0b2d77b6aa9db0a45e69c1db29998e4cc06fb
treee7dc148d5dda63797561ad51fc4b8110416928a2
parent9eb229bfc73066e5d12d5a199c77f63d5881dfb7
rework influence calculation

Thought of a cleaner way to accumulate all influences in
pagespec_match_list, using the pagespec_match result object as an
accumulator.

(This also accumulates all influences from failed matches, rather than just
one failed match. I'm not sure if the old method was correct.)
IkiWiki.pm