add rcs_commit_staged and rcs_rename
authorJoey Hess <joey@kodama.kitenet.net>
Tue, 22 Jul 2008 20:14:33 +0000 (16:14 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Tue, 22 Jul 2008 20:14:33 +0000 (16:14 -0400)
commitcbddb5a4b8e0e2fb63886ad9d1cf8a087cdb83b1
treefab8316d385e89d959189cc199e79457dcb90486
parentcf9620074acb1309118f08094229ce21d7352ed0
add rcs_commit_staged and rcs_rename

Implemented for git and svn so far.

Note that rcs_commit_staged does assume that the rcs has the ability to
"stage" multiple changes for a later commit. Support for this varies, but
all we really care about is staging removals and renames, which, AFAIK, all
modern rcs's support.
IkiWiki/Plugin/remove.pm
IkiWiki/Plugin/rename.pm
IkiWiki/Rcs/Stub.pm
IkiWiki/Rcs/bzr.pm
IkiWiki/Rcs/git.pm
IkiWiki/Rcs/mercurial.pm
IkiWiki/Rcs/monotone.pm
IkiWiki/Rcs/svn.pm
IkiWiki/Rcs/tla.pm
debian/changelog