fix monotone/mercurial confusion
authorJoey Hess <joey@kodama.kitenet.net>
Fri, 25 Jul 2008 02:03:03 +0000 (22:03 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Fri, 25 Jul 2008 02:03:38 +0000 (22:03 -0400)
debian/changelog
doc/todo/rcs_updates_needed_for_rename_and_remove.mdwn

index bafcd2adee16de6d4e0dd3744069483280cc1539..ea5845778ff7d10ad24d99978501011a86a17ff3 100644 (file)
@@ -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
 
index bf54eefafb0a71f38535c5a9830fecfd8fb20f36..412f948044f5c71f2cf80090648a008c37fc6c69 100644 (file)
@@ -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]])