add todo
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Jul 2008 23:38:09 +0000 (19:38 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 23 Jul 2008 23:38:09 +0000 (19:38 -0400)
IkiWiki/Rcs/Stub.pm
doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn [new file with mode: 0644]

index 43a2f20299c7da33be1efd8a21236319fd8110d7..04ba5f028dc76e2d0eff76a6137db4d50e5eeea3 100644 (file)
@@ -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 (file)
index 0000000..02c935b
--- /dev/null
@@ -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]])