]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Rcs/Stub.pm
touchups
[git.ikiwiki.info.git] / IkiWiki / Rcs / Stub.pm
index a460f29a2ee34f9580ba9ad5a81c3b2159a32acf..375591c96ce6883a7e4eeadf3862fce768191580 100644 (file)
@@ -1,12 +1,12 @@
 #!/usr/bin/perl
 # Stubs for no revision control.
 
+package IkiWiki;
+
 use warnings;
 use strict;
 use IkiWiki;
 
-package IkiWiki;
-
 sub rcs_update () {
        # Update working directory to current version.
        # (May be more complex for distributed RCS.)
@@ -33,6 +33,12 @@ sub rcs_add ($) {
        # prepare for it to be checked in when rcs_commit is called.
 }
 
+sub rcs_remove ($) {
+       # Remove a file. The filename is relative to the root of the srcdir.
+       # Note that this should not check the removal in, it should only
+       # prepare for it to be checked in when rcs_commit is called.
+}
+
 sub rcs_recentchanges ($) {
        # Examine the RCS history and generate a list of recent changes.
        # The data structure returned for each change is: