ikiwiki/doc/todo/rcs_updates_needed.mdwn

11 lines
493 B
Plaintext
Raw Normal View History

2008-07-24 01:38:09 +02:00
I've added three new functions to the ikiwiki VCS interface to support
2008-07-25 18:16:21 +02:00
renaming and removing files using the web interface. The mercurial and
tla [[rcs]] backends need implementions of these functions.
2008-07-24 01:38:09 +02:00
(The maintainers of these backends have been mailed. --[[Joey]])
Also, currently git is the only VCS to have support for
[[untrusted_push|tips/untrusted_git_push]]. It _may_ be possible to
implement it for other DVCS, if they offer a hook that can be used to check
incoming pushes early.