bzr (mostly) done

master
Joey Hess 2008-07-25 12:16:21 -04:00
parent acf94414e3
commit 99ec944766
2 changed files with 3 additions and 2 deletions

1
debian/changelog vendored
View File

@ -27,6 +27,7 @@ ikiwiki (2.55) UNRELEASED; urgency=low
* Rebuild pages that change their type. (Gabriel McManus)
* monotone: Add support for rename, delete, and also diff. (William Uther)
* toggle: Fix incompatability between javascript and webkit.
* bzr: Add support for rename and delete. (Jelmer Vernooij)
-- 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,
mercurial, and tla [[rcs]] backends need implementions of these functions.
renaming and removing files using the web interface. The mercurial and
tla [[rcs]] backends need implementions of these functions.
(The maintainers of these backends have been mailed. --[[Joey]])