From: Joey Hess Date: Tue, 25 Aug 2009 21:46:15 +0000 (-0400) Subject: don't use pagespec_match_list X-Git-Tag: 3.1415926~63 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/7dd9b65db4dae3aca473f15ea7dcdbf88c8acb1b?hp=7dd9b65db4dae3aca473f15ea7dcdbf88c8acb1b don't use pagespec_match_list This should be more efficient than pagespec_match_list since it short-circuits after the first match is found. The other problem with using pagespec_match_list here is it may throw an error if a bad or failing pagespec somehow got into the dependencies. ---