fix monotone/mercurial confusion

master
Joey Hess 2008-07-24 22:03:03 -04:00
parent 7a070c64fa
commit 36a0d984c9
2 changed files with 2 additions and 2 deletions

2
debian/changelog vendored
View 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

View 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]])