]> sipb.mit.edu Git - ikiwiki.git/commitdiff
mercurial and tla are missing implementations of several things
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 26 Feb 2009 19:16:13 +0000 (14:16 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 26 Feb 2009 19:16:13 +0000 (14:16 -0500)
doc/todo/mercurial.mdwn
doc/todo/tla.mdwn

index 2f148498e768627c7575ddf02dce6fb10ed3a41e..e71c8106adc832fb30203868174cd857a79450e3 100644 (file)
   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
 
index 6ef8453f184645590b0b34b581ce56d037faa3e6..b6b082cfe75b073b861f25159c8e9663ce0aa9a2 100644 (file)
@@ -1,4 +1,7 @@
 * Need to get post commit hook code working.
 * Need some example urls for web based diffs.
+* `rcs_commit_staged`, `rcs_rename`, `rcs_remove`, are not
+  implemented for tla, and so attachments, remove and rename plugins
+  cannot be used with it. (These should be fairly easy to add..)
 
 [[!tag rcs/tla]]