From c9961ab1e920932a9ae0a243c919d0562fae3f95 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Jul 2008 19:38:09 -0400 Subject: [PATCH] add todo --- IkiWiki/Rcs/Stub.pm | 2 +- doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm index 43a2f2029..04ba5f028 100644 --- a/IkiWiki/Rcs/Stub.pm +++ b/IkiWiki/Rcs/Stub.pm @@ -57,7 +57,7 @@ sub rcs_rename ($$) { # prepare it for when rcs_commit is called. # The new filename may be in a new subdir, that is not yet added to # version control. If so, the subdir will exist already, and should - # be added. + # be added to revision control. } sub rcs_recentchanges ($) { diff --git a/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn b/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn new file mode 100644 index 000000000..02c935b4f --- /dev/null +++ b/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn @@ -0,0 +1,5 @@ +I've added three new functions to the ikiwiki VCS interface to support +renaming and removing files using the web interface. The bzr, mercurial, +monotone, and tla [[rcs]] backends need implementions of these functions. + +(The maintainers of these backends have been mailed. --[[Joey]])