Abstract out CVS's involvement in the wrapper:
authorAmitai Schlair <schmonz@magnetic-babysitter.Ativa>
Thu, 10 Sep 2009 01:58:42 +0000 (21:58 -0400)
committerAmitai Schlair <schmonz@magnetic-babysitter.Ativa>
Thu, 10 Sep 2009 01:58:42 +0000 (21:58 -0400)
commitaafd267ee099ddb8ff4129a0e4d46964be866f6d
tree3319823bc1948e15d22d3eee29f87ec8d3fd86dd
parent5f44dd8e7762827753c02dcd78d663c0fd9554b3
Abstract out CVS's involvement in the wrapper:

* In Wrapper.pm, add a new hook "wrapperargcheck" to examine argc/argv
  and return success or failure. In the failure case, the wrapper
  terminates.

* In cvs.pm, implement the new hook to return failure if a directory is
  being cvs added.
IkiWiki/Plugin/cvs.pm
IkiWiki/Wrapper.pm