summaryrefslogtreecommitdiff
path: root/t/add_depends.t
AgeCommit message (Collapse)Author
2010-04-22fix test cases for dynamic influence calculationJoey Hess
2009-10-11typoJoey Hess
2009-10-09move influence tests to pagespec_match_list.tJoey Hess
2009-10-09fix test to use new calling conventionJoey Hess
This test still fails several cases, since add_depends influence testing is currently commented out.
2009-10-07add type info to influence informationJoey Hess
2009-10-07convert add_depends to use influencesJoey Hess
No more horrible special-case pagespec parsing. OTOH, matching over all pages to determine influences is a lot of work.
2009-10-06add_depends should default to content dependencies if unknown type specifiedJoey Hess
2009-10-06update to test backlinks() pagespecsJoey Hess
2009-10-04add test suite for add_dependsJoey Hess
and found a bug in my bitmath..