diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-08 06:45:05 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-11-08 06:45:05 +0000 |
commit | 0617793bf69c6a3dc709ea1fb4abb02ca9d82c88 (patch) | |
tree | 5500dbf7daa0a378d2953d5b3b1a31aff8b241b0 /doc | |
parent | a2766fa0d7c4ba4bad775afc41545f028658b1d0 (diff) |
web commit by EthanGlasserCamp: Oops, this is what the patch actually says!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/patchqueue/pruning_is_too_strict.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/patchqueue/pruning_is_too_strict.mdwn b/doc/patchqueue/pruning_is_too_strict.mdwn index 0e56ef897..0b7ea76f9 100644 --- a/doc/patchqueue/pruning_is_too_strict.mdwn +++ b/doc/patchqueue/pruning_is_too_strict.mdwn @@ -39,7 +39,7 @@ Preliminary patch for a feature wishlist item: [[bugs/pruning_is_too_strict]]. wanted => sub { $_=decode_utf8($_); - if (/$config{wiki_file_prune_regexp}/) { - + if (is_prune($_)) { + + if (is_prune($_, $config{underlaydir})) { $File::Find::prune=1; } elsif (! -d $_ && ! -l $_) { |