From: Joey Hess Date: Tue, 19 Jul 2011 15:41:11 +0000 (-0400) Subject: rcs_rename and rcs_remove also were in the big mercurial patch X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/339b95e719990ea6fec1ed4ef3f06e26edcf8213?hp=b4db945b34d0475894467792acc69038d5b25306 rcs_rename and rcs_remove also were in the big mercurial patch --- diff --git a/debian/changelog b/debian/changelog index 562816083..5e9c91016 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ikiwiki (3.20110716) UNRELEASED; urgency=low * mercurial: openid nicknames are now used when committing. (Daniel Andersson) * mercurial: implement rcs_commit_staged so comments, attachments, etc can be used. (Daniel Andersson) + * mercurial: implement rcs_rename and rcs_remove. (Daniel Andersson) * mercurial: fix viewing of a diff containing non-utf8 changes. (Daniel Andersson) * mercurial: Make both rcs_getctime and rcs_getmtime fast. (Daniel Andersson) diff --git a/doc/rcs.mdwn b/doc/rcs.mdwn index f2c6f192f..61aa76410 100644 --- a/doc/rcs.mdwn +++ b/doc/rcs.mdwn @@ -18,8 +18,8 @@ feature |[[git]]|[[svn]]|[[bzr]] |[[monotone]]|[[mercurial]]|[[dar [[ikiwiki-makerepo]]|yes |yes |yes |yes |yes |yes |no |yes auto.setup |yes |yes |incomplete|yes |incomplete |yes |incomplete|yes `rcs_commit_staged` |yes |yes |yes |yes |yes |yes |no |yes -`rcs_rename` |yes |yes |yes |yes |no |yes |no |yes -`rcs_remove` |yes |yes |yes |yes |no |yes |no |yes +`rcs_rename` |yes |yes |yes |yes |yes |yes |no |yes +`rcs_remove` |yes |yes |yes |yes |yes |yes |no |yes `rcs_diff` |yes |yes |yes |yes |no |yes |yes |yes `rcs_getctime` |fast |slow |slow |slow |fast |slow |slow |slow `rcs_getmtime` |fast |slow |slow |slow |fast |no |no |no