diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM <Daniel@web> | 2011-07-26 08:36:27 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-26 08:36:27 -0400 |
commit | 25dc43276702b7edeec27493dce976fdab5869ec (patch) | |
tree | e9488ffc06b287cbb6dd3329311c8243173b5c12 | |
parent | 6f8b8d05c12137da2e3d600dc9b88c3e45bac7da (diff) | |
download | ikiwiki-25dc43276702b7edeec27493dce976fdab5869ec.tar ikiwiki-25dc43276702b7edeec27493dce976fdab5869ec.tar.gz |
-rw-r--r-- | doc/todo/Auto-setup_and_maintain_Mercurial_wrapper_hooks.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/Auto-setup_and_maintain_Mercurial_wrapper_hooks.mdwn b/doc/todo/Auto-setup_and_maintain_Mercurial_wrapper_hooks.mdwn index d03b7fe93..fe4d7209e 100644 --- a/doc/todo/Auto-setup_and_maintain_Mercurial_wrapper_hooks.mdwn +++ b/doc/todo/Auto-setup_and_maintain_Mercurial_wrapper_hooks.mdwn @@ -7,6 +7,8 @@ ikiwiki can keep track of lines in `hgrc` for which it is responsible by adding Two ways follow below. I prefer the long one. --[[Daniel Andersson]] +> I comment myself: this can probably be solved without adding ad-hoc hooks and stuff (maybe not as "correct" as changing the config file only directly after wrappers have been generated, but good enough). I have a large rewrite of `mercurial.pm` ready, currently under local testing before I upload it for comments here, trying to make it equal in function to `git.pm`. Comments below are of course welcome, but I will look into other ways of solving it later. --[[Daniel Andersson]] + Compact way (addresses only point 1) ------------------------------------ [This patch at pastebin](http://pastebin.com/by9f4dwX) ([raw version](http://pastebin.com/raw.php?i=by9f4dwX)). |