summaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>2009-02-07 14:22:01 -0500
committerJoey Hess <joey@kitenet.net>2009-02-07 14:22:01 -0500
commit2cc6a07f5492912f35d103bcc57753f21ee09ecf (patch)
tree5efb6a3beebb988c6262156b16900a4e6c48d8ca /doc/todo
parent3aab99fae5f7681154a35a3e75d8e225424e2d8b (diff)
(tiny) markdown syntax
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/mercurial.mdwn12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/todo/mercurial.mdwn b/doc/todo/mercurial.mdwn
index c0af10719..26888131e 100644
--- a/doc/todo/mercurial.mdwn
+++ b/doc/todo/mercurial.mdwn
@@ -33,15 +33,15 @@ The problem with --post-commit is that if you delete some pages in $SRC, ikiwiki
I add the following to .hg/hgrc:
- [hooks]
- changegroup = hg update >&2 && ikiwiki --setup path.to.setup.file --refresh
- post-commit = ikiwiki --setup path.to.setup.file --refresh
+ [hooks]
+ changegroup = hg update >&2 && ikiwiki --setup path.to.setup.file --refresh
+ post-commit = ikiwiki --setup path.to.setup.file --refresh
I tried the follwing commands in $SRC:
- touch deadlocktest.mdwn
- hg add
- hg ci
+ touch deadlocktest.mdwn
+ hg add
+ hg ci
No deadlock happens. (Also I push to the $SRC from another machine, again, no deadlock.)