summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-07-24 14:17:04 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-07-24 14:17:04 -0400
commit58e2b2c99c3efaf69e83a2a7035a8d52a6cfa679 (patch)
tree053b2ed060cfdbbe4c2d62363a151425b5f73037 /doc/todo
parenta99804c68ba49446a3b3a539eaab7e101242b377 (diff)
mercurial: Add support for rename, delete, and also diff. (William Uther)
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/mercurial.mdwn1
-rw-r--r--doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn2
2 files changed, 1 insertions, 2 deletions
diff --git a/doc/todo/mercurial.mdwn b/doc/todo/mercurial.mdwn
index 77b538c02..f0dbf9806 100644
--- a/doc/todo/mercurial.mdwn
+++ b/doc/todo/mercurial.mdwn
@@ -1,4 +1,3 @@
-* rcs_notify is not implemented (not needed in this branch --[[Joey]])
* Is the code sufficiently robust? It just warns when mercurial fails.
* When rcs_commit is called with a $user that is an openid, it will be
passed through to mercurial -u. Will mercurial choke on this?
diff --git a/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn b/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn
index 02c935b4f..bf54eefaf 100644
--- a/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn
+++ b/doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn
@@ -1,5 +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,
+renaming and removing files using the web interface. The bzr,
monotone, and tla [[rcs]] backends need implementions of these functions.
(The maintainers of these backends have been mailed. --[[Joey]])