mercurial and tla are missing implementations of several things

master
Joey Hess 2009-02-26 14:16:13 -05:00
parent 596b2906fd
commit c2df40c01b
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,10 @@
It seems that with the current mercurial commit code, it will always It seems that with the current mercurial commit code, it will always
blindly overwrite the current file with the web edited version, losing blindly overwrite the current file with the web edited version, losing
any other changes. 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 Posthook: in `$srcdir/.hg/hgrc`, I have the following

View File

@ -1,4 +1,7 @@
* Need to get post commit hook code working. * Need to get post commit hook code working.
* Need some example urls for web based diffs. * 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]] [[!tag rcs/tla]]