]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/Stub.pm
update comment
[ikiwiki.git] / IkiWiki / Rcs / Stub.pm
index 03757758aa2fc3815223430848b8bfac9bdd8fcc..19ecfa88df571bd2ca4553c4c9bbc0690ba12188 100644 (file)
@@ -29,6 +29,8 @@ sub rcs_commit ($$$;$$) {
 
 sub rcs_add ($) {
        # Add a file. The filename is relative to the root of the srcdir.
 
 sub rcs_add ($) {
        # Add a file. The filename is relative to the root of the srcdir.
+       # Note that this should not check the new file in, it should only
+       # prepare for it to be checked in when rcs_commit is called.
 }
 
 sub rcs_recentchanges ($) {
 }
 
 sub rcs_recentchanges ($) {