(tiny) markdown syntax
parent
3aab99fae5
commit
2cc6a07f54
|
@ -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:
|
I add the following to .hg/hgrc:
|
||||||
|
|
||||||
[hooks]
|
[hooks]
|
||||||
changegroup = hg update >&2 && ikiwiki --setup path.to.setup.file --refresh
|
changegroup = hg update >&2 && ikiwiki --setup path.to.setup.file --refresh
|
||||||
post-commit = ikiwiki --setup path.to.setup.file --refresh
|
post-commit = ikiwiki --setup path.to.setup.file --refresh
|
||||||
|
|
||||||
I tried the follwing commands in $SRC:
|
I tried the follwing commands in $SRC:
|
||||||
|
|
||||||
touch deadlocktest.mdwn
|
touch deadlocktest.mdwn
|
||||||
hg add
|
hg add
|
||||||
hg ci
|
hg ci
|
||||||
|
|
||||||
No deadlock happens. (Also I push to the $SRC from another machine, again, no deadlock.)
|
No deadlock happens. (Also I push to the $SRC from another machine, again, no deadlock.)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue