diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 16:14:33 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 16:14:33 -0400 |
commit | cbddb5a4b8e0e2fb63886ad9d1cf8a087cdb83b1 (patch) | |
tree | fab8316d385e89d959189cc199e79457dcb90486 /debian | |
parent | cf9620074acb1309118f08094229ce21d7352ed0 (diff) | |
download | ikiwiki-cbddb5a4b8e0e2fb63886ad9d1cf8a087cdb83b1.tar ikiwiki-cbddb5a4b8e0e2fb63886ad9d1cf8a087cdb83b1.tar.gz |
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.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b53d846d7..b44d8923d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,12 +2,13 @@ ikiwiki (2.55) UNRELEASED; urgency=low * remove: New plugin that adds the ability to remove pages via the web. (Sponsored by The TOVA Company.) + * All rcs backends need to implement rcs_remove, rcs_commitstaged, + and rcs_rename. (Done for svn, git). * rename: New plugin that adds the ability to rename pages via the web. (Sponsored by The TOVA Company.) (This one's for you, Kyle.) * prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie) * editpage: Don't show attachments link when attachments are disabled. - * All rcs backends need to implement rcs_remove. (Done for svn, git). * tag: Allow tagbase to be overridden by starting a tag with "./" or "/". (Simon McVittie) * Really fix bug with links to pages with names containing colons. |