From: Joey Hess <joey@gnu.kitenet.net>
Date: Tue, 4 Aug 2009 20:38:22 +0000 (-0400)
Subject: response
X-Git-Tag: 3.15~24
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e46ea2a687b97e96c54e21169f41f14f9b21728c;p=ikiwiki.git

response
---

diff --git a/doc/bugs/post-commit_hangs.mdwn b/doc/bugs/post-commit_hangs.mdwn
index 1e16bc097..ee7f881d5 100644
--- a/doc/bugs/post-commit_hangs.mdwn
+++ b/doc/bugs/post-commit_hangs.mdwn
@@ -24,6 +24,9 @@ I installed ikiwiki v3.14159 in /usr/local from tarball (/usr contains an older
 >>>> I'm trying to run ikiwiki --setup from the command line after modifying the setup file.
 >>>> ikiwiki --setup is calling hg update, which is calling ikiwiki --post-commit. Am I not supposed to do that? --Ali
 
+>>>>> No, I don't think that hg update should call ikiwiki anything. The
+>>>>> [[hgrc_example|rcs/mercurial]] doesn't seem to configure it to do that? --[[Joey]] 
+
 > Also, how have you arranged to keep it from seeing the installation in /usr? Perl could well be loading
 > modules from the old installation, and if it's one with a different locking strategy that would explain your problem. --[[Joey]]