(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:
|
||||
|
||||
[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.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue