diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-19 11:26:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-19 11:26:14 -0400 |
commit | 86e1dc492ffa26f6546c9c6d3234b762a86ccb61 (patch) | |
tree | 9cb9d3eddd875bd1abe3fbc7c1e3defd80be3d22 /doc/todo | |
parent | 91e5375e6e9e1b56d9240e228d033cd90002fc8e (diff) | |
download | ikiwiki-86e1dc492ffa26f6546c9c6d3234b762a86ccb61.tar ikiwiki-86e1dc492ffa26f6546c9c6d3234b762a86ccb61.tar.gz |
apply the big mercurial patch
* 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: fix viewing of a diff containing non-utf8 changes.
(Daniel Andersson)
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Attempt_to_extend_Mercurial_backend_support.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Attempt_to_extend_Mercurial_backend_support.mdwn b/doc/todo/Attempt_to_extend_Mercurial_backend_support.mdwn index b17960385..8ded94393 100644 --- a/doc/todo/Attempt_to_extend_Mercurial_backend_support.mdwn +++ b/doc/todo/Attempt_to_extend_Mercurial_backend_support.mdwn @@ -24,6 +24,8 @@ Diff follows, for anyone to annotate. First code version is also available at [m >> I changed the by `mercurial.pm` recorded commit messages and the `rcs_recentchanges` logic to include more information, to emulate the `git.pm` behaviour regarding name presentation on RecentChanges. I don't have anything more to add at the moment, so if the code passes review, I'm done, and I tag this page as "patch". [Final patch version as per this page at my hg repo](http://510x.se/hg/program/ikiwiki/file/bc0e2f838fe3/Plugin/mercurial.pm) ([raw format](http://46.239.104.5:81/hg/program/ikiwiki/raw-file/bc0e2f838fe3/Plugin/mercurial.pm)). I keep the below conversation for reference, but it's mostly outdated. --[[Daniel Andersson]] +[[merged|done]] --[[Joey]] + [[!tag patch]] *** |