<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>To Follow</title><link>http://blog.seety.org/tofollow/</link><description>He Would Rend the Heavens and Come Down</description><atom:link href="http://blog.seety.org/tofollow/feeds/latest/" rel="self"></atom:link><language>zh-tw</language><lastBuildDate>Thu, 12 Feb 2009 04:24:30 -0000</lastBuildDate><item><title>Strange hg st result (.hgignore)
</title><link>http://blog.seety.org/tofollow/2009/2/12/1068/</link><description>&lt;p&gt;Sometimes &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;hg&lt;/span&gt; &lt;span class="pre"&gt;st&lt;/span&gt;&lt;/tt&gt; just don't work like expected...  It shows something that I am sure I have put into &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;.hgignore&lt;/span&gt;&lt;/tt&gt;.  This only happens on my Linux/Debian boxes while there's no problem with any of my Windows boxes.  Weird?  That's what I felt.&lt;/p&gt;
&lt;p&gt;After encountering it several times, I found it's inotify's fault.  inotify extension was enabled somehow on my Debian box, which brings up a long living process for each repository.  It is claimed that for large repository, the extension can help you to get better performance.  Unfortunately it gives my mercurial ill-behaviors.  Simply disabling it is the cure.  Put:&lt;/p&gt;
&lt;pre class="literal-block"&gt;
[inotify]
autostart = False
&lt;/pre&gt;
&lt;p&gt;in your &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;~/.hgrc&lt;/span&gt;&lt;/tt&gt; or &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;.hg/hgrc&lt;/span&gt;&lt;/tt&gt;.  If you want to have it enabled in certain repository, go head to set the option back on in the specific &lt;tt class="docutils literal"&gt;&lt;span class="pre"&gt;.hg/hgrc&lt;/span&gt;&lt;/tt&gt;.&lt;/p&gt;





</description><author>yyc@seety.org (yungyuc)</author><pubDate>Thu, 12 Feb 2009 04:24:30 -0000</pubDate><guid>http://blog.seety.org/tofollow/2009/2/12/1068/</guid><category>Mercurial</category></item><item><title>Brand new blog
</title><link>http://blog.seety.org/tofollow/2008/10/2/1062/</link><description>&lt;p&gt;This is a brand new blog.  In order to exchange thought with people can't read/write Chinese, I decided to start over just a new blog other than mixing something in English than my primary blog &lt;a class="reference" href="http://blog.seety.org/everydaywork/"&gt;Everyday Work&lt;/a&gt;.  I guess the older would still be in Chinese.&lt;/p&gt;





</description><author>yyc@seety.org (yungyuc)</author><pubDate>Thu, 02 Oct 2008 03:04:01 -0000</pubDate><guid>http://blog.seety.org/tofollow/2008/10/2/1062/</guid><category>Nothing</category></item></channel></rss>