]> sipb.mit.edu Git - ikiwiki.git/commitdiff
implement support for DEPEND_EXISTS
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 3 Oct 2009 19:46:53 +0000 (15:46 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 3 Oct 2009 19:50:22 +0000 (15:50 -0400)
Preliminary support, anyway.

If a dependency only includes DEPEND_EXISTS, then only changes that
involved adding or deleting a page can trigger it.

This is complicated by internal pages, since the code did not previously
differentiate between add, delete, and change of internal pages.
Now it tracks change separately from add+delete, so DEPEND_EXISTS pagespecs
that actually match internal pages (which will probably be quite rare in
practice) should work.


No differences found