(tiny) markdown syntax

master
http://weakish.int.eu.org/ 2009-02-07 14:22:01 -05:00 committed by Joey Hess
parent 3aab99fae5
commit 2cc6a07f54
1 changed files with 6 additions and 6 deletions

View File

@ -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.)