diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-15 18:31:23 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-15 18:31:23 -0400 |
commit | afad24b269bde25437ab0019322ebd7beb492bc6 (patch) | |
tree | 4e595c9e72a50037cd2bed4bff74aa68610012d9 /doc | |
parent | 1ea44325e9276e4cff79655e8fc794d1c0e8e9eb (diff) | |
download | ikiwiki-afad24b269bde25437ab0019322ebd7beb492bc6.tar ikiwiki-afad24b269bde25437ab0019322ebd7beb492bc6.tar.gz |
re-reviewed
Diffstat (limited to 'doc')
-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 a961dd2fd..868b57a17 100644 --- a/doc/todo/Attempt_to_extend_Mercurial_backend_support.mdwn +++ b/doc/todo/Attempt_to_extend_Mercurial_backend_support.mdwn @@ -20,6 +20,8 @@ though. Diff follows, for anyone to annotate. First code version is also available at [my hg-repo](http://510x.se/hg/program/ikiwiki/file/e741fcfd800f/Plugin/mercurial.pm). Latest version should be [here](http://46.239.104.5:81/hg/program/ikiwiki/file/tip/Plugin/mercurial.pm) ([raw format](http://46.239.104.5:81/hg/program/ikiwiki/raw-file/tip/Plugin/mercurial.pm)). I'll notify on this page with "*Done*" remarks when I've actually commited changes to my local repository. I don't know if I should replace the code and the comments below when I've changed something. I'll probably do this when the code feels more mature. --[[Daniel Andersson]] +> I've looked over the current version and it looks ok to me. --[[Joey]] + diff -r 20c61288d7bd Plugin/mercurial.pm --- a/Plugin/mercurial.pm Fri Jul 15 02:55:12 2011 +0200 +++ b/Plugin/mercurial.pm Fri Jul 15 03:29:10 2011 +0200 |