From c8f7b9480e6e2ef44633e640fcca57c4658de3f3 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 15 Aug 2007 00:06:20 +0000 Subject: proper fix for adding file, based on jkoenig's patch --- IkiWiki/Rcs/Stub.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'IkiWiki/Rcs') diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm index 03757758a..19ecfa88d 100644 --- a/IkiWiki/Rcs/Stub.pm +++ b/IkiWiki/Rcs/Stub.pm @@ -29,6 +29,8 @@ sub rcs_commit ($$$;$$) { 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 ($) { -- cgit v1.2.3