]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(tiny) markdown syntax
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>
Sat, 7 Feb 2009 19:22:01 +0000 (14:22 -0500)
committerJoey Hess <joey@kitenet.net>
Sat, 7 Feb 2009 19:22:01 +0000 (14:22 -0500)
doc/todo/mercurial.mdwn

index c0af10719ddbe738c812b0cf6c783be95aef843a..26888131ee225ab9d9b344e0c671a153e6d385fa 100644 (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.)