aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-19 11:41:11 -0400
committerJoey Hess <joey@kitenet.net>2011-07-19 11:41:11 -0400
commit339b95e719990ea6fec1ed4ef3f06e26edcf8213 (patch)
tree53caf5409d927944d02c47c32a5cc251c49b7294
parentb4db945b34d0475894467792acc69038d5b25306 (diff)
downloadikiwiki-339b95e719990ea6fec1ed4ef3f06e26edcf8213.tar
ikiwiki-339b95e719990ea6fec1ed4ef3f06e26edcf8213.tar.gz
rcs_rename and rcs_remove also were in the big mercurial patch
-rw-r--r--debian/changelog1
-rw-r--r--doc/rcs.mdwn4
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