bzr (mostly) done
parent
acf94414e3
commit
99ec944766
|
@ -27,6 +27,7 @@ ikiwiki (2.55) UNRELEASED; urgency=low
|
||||||
* Rebuild pages that change their type. (Gabriel McManus)
|
* Rebuild pages that change their type. (Gabriel McManus)
|
||||||
* monotone: Add support for rename, delete, and also diff. (William Uther)
|
* monotone: Add support for rename, delete, and also diff. (William Uther)
|
||||||
* toggle: Fix incompatability between javascript and webkit.
|
* 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
|
-- Joey Hess <joeyh@debian.org> Mon, 21 Jul 2008 11:35:46 -0400
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
I've added three new functions to the ikiwiki VCS interface to support
|
I've added three new functions to the ikiwiki VCS interface to support
|
||||||
renaming and removing files using the web interface. The bzr,
|
renaming and removing files using the web interface. The mercurial and
|
||||||
mercurial, and tla [[rcs]] backends need implementions of these functions.
|
tla [[rcs]] backends need implementions of these functions.
|
||||||
|
|
||||||
(The maintainers of these backends have been mailed. --[[Joey]])
|
(The maintainers of these backends have been mailed. --[[Joey]])
|
||||||
|
|
Loading…
Reference in New Issue