diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmUWmB1M35_jviFvGPYDIH-a-_Al-7OrXM <Daniel@web> | 2011-07-26 11:43:44 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-07-26 11:43:44 -0400 |
commit | 6f9b3d1ae79654a18f3d7663ce0eb90160f48146 (patch) | |
tree | 899a037f46b6c722d1428913c863bbe827d572e2 /doc/todo | |
parent | 25dc43276702b7edeec27493dce976fdab5869ec (diff) | |
download | ikiwiki-6f9b3d1ae79654a18f3d7663ce0eb90160f48146.tar ikiwiki-6f9b3d1ae79654a18f3d7663ce0eb90160f48146.tar.gz |
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/Auto-setup_and_maintain_Mercurial_wrapper_hooks.mdwn | 2 |
1 files changed, 1 insertions, 1 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 fe4d7209e..470647100 100644 --- a/doc/todo/Auto-setup_and_maintain_Mercurial_wrapper_hooks.mdwn +++ b/doc/todo/Auto-setup_and_maintain_Mercurial_wrapper_hooks.mdwn @@ -7,7 +7,7 @@ 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]] +> 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, 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. Maybe `rcs_checkconfig` or `rcs_genwrapper` should host the `hgrc`-changing code. --[[Daniel Andersson]] Compact way (addresses only point 1) ------------------------------------ |