aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/mercurial.mdwn
diff options
context:
space:
mode:
authorhttp://weakish.int.eu.org/ <http://weakish.int.eu.org/@web>2009-02-10 04:42:03 -0500
committerJoey Hess <joey@kitenet.net>2009-02-10 04:42:03 -0500
commit12a72e758382c8efb9cdd6c66e06d9de094a4b29 (patch)
tree1bbe123d2d29e622f080d93cc056ec6c8e02663d /doc/todo/mercurial.mdwn
parentb96bab0449d6f326a7e847fba3488100ad84bead (diff)
downloadikiwiki-12a72e758382c8efb9cdd6c66e06d9de094a4b29.tar
ikiwiki-12a72e758382c8efb9cdd6c66e06d9de094a4b29.tar.gz
update for rename of todo/weakish.mdwn to users/weakish.mdwn
Diffstat (limited to 'doc/todo/mercurial.mdwn')
-rw-r--r--doc/todo/mercurial.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/todo/mercurial.mdwn b/doc/todo/mercurial.mdwn
index 2f844db03..89f5337ab 100644
--- a/doc/todo/mercurial.mdwn
+++ b/doc/todo/mercurial.mdwn
@@ -29,7 +29,7 @@ This should update the working directory and run ikiwiki every time a change is
> It can deadlock if the post-commit hook runs with --refresh in the
> former case. --[[Joey]]
-The problem with --post-commit is that if you delete some pages in $SRC, ikiwiki --setup setupfile --post-commit will not delete them in $DEST. --[[weakish]]
+The problem with --post-commit is that if you delete some pages in $SRC, ikiwiki --setup setupfile --post-commit will not delete them in $DEST. --[[users/weakish]]
> You should really be using a setup file that has `mercurial_wrapper`
> set, and running the wrapper generated by that from your hook.
@@ -45,7 +45,7 @@ The problem with --post-commit is that if you delete some pages in $SRC, ikiwiki
>> (Fortunately ikiwiki supports --set var=value so without --setup works.)
>>
>> Alternative is always editing via cgi or pushing. Never work on the $SRC/repo directly.
->> --[[weakish]]
+>> --[[users/weakish]]
I add the following to .hg/hgrc:(I use changegroup since I don't think we need refresh per changeset, please point out if I am wrong.)
@@ -54,7 +54,7 @@ I add the following to .hg/hgrc:(I use changegroup since I don't think we need r
<p><del>post-commit = ikiwiki --setup path.to.setup.file --refresh</del><strong>This will cause deadlock! See bleow!</strong></p>
-I have no idea when the deadlock will happen. --[[weakish]]
+I have no idea when the deadlock will happen. --[[users/weakish]]
> For the deadlock to occur, a edit has to be made via the web.
>