]> sipb.mit.edu Git - ikiwiki.git/commitdiff
catch up to genwrapper
authorAmitai Schlair <schmonz@magnetic-babysitter.(none)>
Thu, 10 Sep 2009 19:17:28 +0000 (15:17 -0400)
committerAmitai Schlair <schmonz@magnetic-babysitter.(none)>
Thu, 10 Sep 2009 19:17:28 +0000 (15:17 -0400)
doc/plugins/contrib/cvs.mdwn
doc/plugins/contrib/cvs/discussion.mdwn

index d4599230004870fff4742326763cfae32746cbda..b759291396792af6b1eb7130962763d2e44792f0 100644 (file)
@@ -22,9 +22,6 @@ 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`.
 * `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` 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),
 * [[ikiwiki-makerepo]]:
  * creates a repository,
  * imports `$SRCDIR` into top-level module `ikiwiki` (vendor tag IKIWIKI, release tag PRE_CVS),
index ace455d06dc3227a34f7330858f3dc771625752f..645b2388be1b54ee15042b8abede429488bcadee 100644 (file)
@@ -145,3 +145,5 @@ short and clear as possible. --[[schmonz]]
 > I've committed a slightly different hook, which should be general enough
 > that `IkiWiki::Receive` can also use it, so please adapt your code to
 > that. --[[Joey]]
 > I've committed a slightly different hook, which should be general enough
 > that `IkiWiki::Receive` can also use it, so please adapt your code to
 > that. --[[Joey]]
+
+>> Done. --[[schmonz]].