mercurial and tla are missing implementations of several things
parent
596b2906fd
commit
c2df40c01b
|
@ -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
|
||||
|
||||
|
|
|
@ -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]]
|
||||
|
|
Loading…
Reference in New Issue