diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-24 22:03:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-24 22:03:38 -0400 |
commit | 36a0d984c9323c51bcb604b4c021a3c9659cc1f5 (patch) | |
tree | f4b66cf357774755a48a239f0b1865f652a58bb5 /doc | |
parent | 7a070c64fab372cb829261a989eb28fdd30d306e (diff) | |
download | ikiwiki-36a0d984c9323c51bcb604b4c021a3c9659cc1f5.tar ikiwiki-36a0d984c9323c51bcb604b4c021a3c9659cc1f5.tar.gz |
fix monotone/mercurial confusion
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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 bf54eefaf..412f94804 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, -monotone, and tla [[rcs]] backends need implementions of these functions. +mercurial, and tla [[rcs]] backends need implementions of these functions. (The maintainers of these backends have been mailed. --[[Joey]]) |