diff options
author | Joey Hess <joey@wren.kitenet.net> | 2007-11-24 09:13:09 -0500 |
---|---|---|
committer | Joey Hess <joey@wren.kitenet.net> | 2007-11-24 09:13:09 -0500 |
commit | b8e7a7d1a6eb467416a45e710ee85c03caf33b48 (patch) | |
tree | e2cf1c874f0712da16027d87add05de34f1d1e76 /doc/todo | |
parent | 2217e3d5bbb377bb40a5701e90341f011c49a536 (diff) | |
download | ikiwiki-b8e7a7d1a6eb467416a45e710ee85c03caf33b48.tar ikiwiki-b8e7a7d1a6eb467416a45e710ee85c03caf33b48.tar.gz |
web commit by http://willthompson.co.uk/: The posthook goes into hgrc, not hrc.
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/mercurial.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/mercurial.mdwn b/doc/todo/mercurial.mdwn index 134a71b2b..e5de93521 100644 --- a/doc/todo/mercurial.mdwn +++ b/doc/todo/mercurial.mdwn @@ -18,7 +18,7 @@ blindly overwrite the current file with the web edited version, losing any other changes. -Posthook: in $srcdir/.hg/hrc, I have the following +Posthook: in `$srcdir/.hg/hgrc`, I have the following [hooks] incoming.update = hg up |