aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/mercurial.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-26 14:16:13 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-26 14:16:13 -0500
commitc2df40c01ba78e0c0631df0a5042980eb1688488 (patch)
tree74d1ada3cebaf288fce3c5002ae69ffe0f9de6ae /doc/todo/mercurial.mdwn
parent596b2906fdc863fac2a3c86abbdb39416eee1961 (diff)
downloadikiwiki-c2df40c01ba78e0c0631df0a5042980eb1688488.tar
ikiwiki-c2df40c01ba78e0c0631df0a5042980eb1688488.tar.gz
mercurial and tla are missing implementations of several things
Diffstat (limited to 'doc/todo/mercurial.mdwn')
-rw-r--r--doc/todo/mercurial.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/todo/mercurial.mdwn b/doc/todo/mercurial.mdwn
index 2f148498e..e71c8106a 100644
--- a/doc/todo/mercurial.mdwn
+++ b/doc/todo/mercurial.mdwn
@@ -14,6 +14,10 @@
It seems that with the current mercurial commit code, it will always
blindly overwrite the current file with the web edited version, losing
any other changes.
+* `rcs_commit_staged`, `rcs_rename`, `rcs_remove`, and `rcs_diff` are not
+ implemented for mercurial, and so attachments, remove and rename plugins
+ and recentchangesdiff cannot be used with it. (These should be fairly
+ easy to add..)
Posthook: in `$srcdir/.hg/hgrc`, I have the following