master
Joey Hess 2008-07-23 19:38:09 -04:00
parent 762bf0b887
commit c9961ab1e9
2 changed files with 6 additions and 1 deletions

View File

@ -57,7 +57,7 @@ sub rcs_rename ($$) {
# prepare it for when rcs_commit is called.
# The new filename may be in a new subdir, that is not yet added to
# version control. If so, the subdir will exist already, and should
# be added.
# be added to revision control.
}
sub rcs_recentchanges ($) {

View File

@ -0,0 +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,
monotone, and tla [[rcs]] backends need implementions of these functions.
(The maintainers of these backends have been mailed. --[[Joey]])