From 339b95e719990ea6fec1ed4ef3f06e26edcf8213 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 19 Jul 2011 11:41:11 -0400 Subject: [PATCH] rcs_rename and rcs_remove also were in the big mercurial patch --- debian/changelog | 1 + doc/rcs.mdwn | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.32.0.93.g670b81a890