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 | |
parent | 7a070c64fab372cb829261a989eb28fdd30d306e (diff) | |
download | ikiwiki-36a0d984c9323c51bcb604b4c021a3c9659cc1f5.tar ikiwiki-36a0d984c9323c51bcb604b4c021a3c9659cc1f5.tar.gz |
fix monotone/mercurial confusion
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index bafcd2ade..ea5845778 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,7 +25,7 @@ ikiwiki (2.55) UNRELEASED; urgency=low templates. * attachment: Do not escape _ when determining attachment filenames. * Rebuild pages that change their type. (Gabriel McManus) - * mercurial: Add support for rename, delete, and also diff. (William Uther) + * monotone: Add support for rename, delete, and also diff. (William Uther) -- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2008 11:35:46 -0400 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]]) |