aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAmitai Schlair <schmonz@magnetic-babysitter.(none)>2009-09-09 22:42:47 -0400
committerAmitai Schlair <schmonz@magnetic-babysitter.(none)>2009-09-09 22:42:47 -0400
commitb7415543c1ee1ee6ee0404cf781e89043de26fb7 (patch)
tree81158f81eb8741e5fbfc0b4cecf7f4f6c9e23402 /doc
parent1b4c3fb551754cc70abd7a18871a79d79ac3cb5b (diff)
downloadikiwiki-b7415543c1ee1ee6ee0404cf781e89043de26fb7.tar
ikiwiki-b7415543c1ee1ee6ee0404cf781e89043de26fb7.tar.gz
describe current state of wrapper modification
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/cvs.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins/contrib/cvs.mdwn b/doc/plugins/contrib/cvs.mdwn
index fcf5b936f..3d72255fe 100644
--- a/doc/plugins/contrib/cvs.mdwn
+++ b/doc/plugins/contrib/cvs.mdwn
@@ -22,9 +22,9 @@ Consider creating `$HOME/.cvsrc` if you don't have one already; the plugin doesn
* `cvs.pm` started life as a copy of [[3.14159|news/version_3.14159]]'s `svn.pm`.
* `IkiWiki.pm:wiki_file_prune_regexps` avoids copying CVS metadata
into `$DESTDIR`.
-* `IkiWiki/Wrapper.pm` avoids calling ikiwiki from post-commit if it's a
-directory being `cvs add`ed (this check is only compiled into the wrapper
-iff the configured VCS is "cvs").
+* `IkiWiki/Wrapper.pm` provides a new "wrapperargcheck" hook, which
+the plugin implements to avoid calling ikiwiki from post-commit
+(and locking against itself) if it's a directory being `cvs add`ed.
* [[ikiwiki-makerepo]]:
* creates a repository,
* imports `$SRCDIR` into top-level module `ikiwiki` (vendor tag IKIWIKI, release tag PRE_CVS),