<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.ratatanek.cz/hg/hg/</link>
    <language>en-us</language>

    <title>hg Changelog</title>
    <description>hg Changelog</description>
    <item>
    <title>Added new remoteopts 'contact' and 'description' for httprepo creation.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/c024eb04b020</guid>
    <description><![CDATA[Added new remoteopts 'contact' and 'description' for httprepo creation.<br/>
<br/>
If either of the options is specified, a hgrc file for the remote repo is created<br/>
and the items are stored to the [web] section.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 04 Oct 2009 20:05:44 +0200</pubDate>
</item>
<item>
    <title>Implemented create for httprepo</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/286e9e759de2</guid>
    <description><![CDATA[Implemented create for httprepo<br/>
hgwebdir intercepts 'init' commands and creates an empty repository.<br/>
The user must have both allow_push and allow_init permissions<br/>
(the former is to ensure that a clone doesn't fail with an empty repo).<br/>
<br/>
hgwebdir config must not specify any repos using [paths] section<br/>
(it might make the determination of the path of the new repository<br/>
ambiguous due to ** path wildcards). The entries in [collection]<br/>
are used the find a suitable path.<br/>
<br/>
The 'init' web command fails if the repository already exists.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 04 Oct 2009 20:05:40 +0200</pubDate>
</item>
<item>
    <title>Moved hgweb.check_perm outside the class and added multiple permission checking.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/27cadd22292e</guid>
    <description><![CDATA[Moved hgweb.check_perm outside the class and added multiple permission checking.<br/>
<br/>
hgweb_mod.check_perms accepts multiple operations to check permissions for.<br/>
The permissions are deduced from web.allow_&lt;op&gt; and web.deny_&lt;op&gt; config items,<br/>
the syntax is compatible with original web.allow_push and web.deny_push<br/>
(deny access if both lists are empty).<br/>
<br/>
This is to be used by hgwebdir_mod to check permissions to create a new repository.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#86;&#101;&#106;&#110;&#97;&#114;&#32;&#60;&#97;&#118;&#97;&#107;&#97;&#114;&#64;&#114;&#97;&#116;&#97;&#116;&#97;&#110;&#101;&#107;&#46;&#99;&#122;&#62;</author>
    <pubDate>Sun, 04 Oct 2009 20:05:17 +0200</pubDate>
</item>
<item>
    <title>diff: change --inverse to --reverse</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/24bc6e414610</guid>
    <description><![CDATA[diff: change --inverse to --reverse<br/>
<br/>
This fixes an incompatibility with patch(1), which also uses --reverse<br/>
for reversed diffs. The --inverse flag was added in 3f522d2fa633. That<br/>
name was chosen over --reverse since it was thought that --reverse<br/>
would make --rev ambiguous.<br/>
<br/>
It turns out that both flags can co-exist, with the cost that --rev<br/>
can no longer be shortened to --r and --re. Since one can always use<br/>
the short -r option, this is not a real problem.]]></description>
    <author>&#77;&#97;&#114;&#116;&#105;&#110;&#32;&#71;&#101;&#105;&#115;&#108;&#101;&#114;&#32;&#60;&#109;&#103;&#64;&#108;&#97;&#122;&#121;&#98;&#121;&#116;&#101;&#115;&#46;&#110;&#101;&#116;&#62;</author>
    <pubDate>Sat, 14 Nov 2009 14:21:53 +0100</pubDate>
</item>
<item>
    <title>setup: pass LD_LIBRARY_PATH to subprocess when determining version.</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/ed362d41d1f6</guid>
    <description><![CDATA[setup: pass LD_LIBRARY_PATH to subprocess when determining version.]]></description>
    <author>&#67;&#104;&#114;&#105;&#115;&#116;&#105;&#97;&#110;&#32;&#66;&#111;&#111;&#115;&#32;&#60;&#99;&#98;&#111;&#111;&#115;&#64;&#98;&#99;&#116;&#45;&#116;&#101;&#99;&#104;&#110;&#111;&#108;&#111;&#103;&#121;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Mon, 09 Nov 2009 17:41:21 +0100</pubDate>
</item>
<item>
    <title>inotify: Do not access inotify when dirstate is dirty (issue1811)</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/f47c0881b16e</guid>
    <description><![CDATA[inotify: Do not access inotify when dirstate is dirty (issue1811)<br/>
<br/>
Original patch was provided by Simon Heimberg<br/>
<br/>
It delegates dirstate computation to dirstate.status when dirstate is dirty:<br/>
better be slow from time to time instead of using wrong data.<br/>
<br/>
This solves issue1719. As the last component, issue1810, is still not solved,<br/>
test-inotify-dirty-dirstate will fail for now. It emphasizes a regression due<br/>
to 7c01599dd340:<br/>
<br/>
changeset:   9515:7c01599dd340<br/>
user:        Nicolas Dumazet &lt;nicdumz.commits@gmail.com&gt;<br/>
date:        Sun Aug 16 11:11:37 2009 +0900<br/>
summary:     inotify: use cmdutil.service instead of local daemonizing code<br/>
<br/>
Ancestors of 7c01599dd30 are passing the test, when applied this patch.<br/>
Regression has to be investigated, but this patch is important since it affects<br/>
often mq operations.]]></description>
    <author>&#78;&#105;&#99;&#111;&#108;&#97;&#115;&#32;&#68;&#117;&#109;&#97;&#122;&#101;&#116;&#32;&#60;&#110;&#105;&#99;&#100;&#117;&#109;&#122;&#46;&#99;&#111;&#109;&#109;&#105;&#116;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Wed, 11 Nov 2009 14:38:59 +0900</pubDate>
</item>
<item>
    <title>inotify: mark directories visited during lookup (issue1844)</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/95e1867f765b</guid>
    <description><![CDATA[inotify: mark directories visited during lookup (issue1844)<br/>
<br/>
Emulate the match.dir calls that are made in dirstate.walk:<br/>
 * first mark the visited directories on the server side<br/>
 * then extend the transmitted response to include this directory list<br/>
 * and lastly call match.dir on each directory]]></description>
    <author>&#78;&#105;&#99;&#111;&#108;&#97;&#115;&#32;&#68;&#117;&#109;&#97;&#122;&#101;&#116;&#32;&#60;&#110;&#105;&#99;&#100;&#117;&#109;&#122;&#46;&#99;&#111;&#109;&#109;&#105;&#116;&#115;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Fri, 13 Nov 2009 08:31:10 +0900</pubDate>
</item>
<item>
    <title>Merge with crew-stable</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/a033929bd34e</guid>
    <description><![CDATA[Merge with crew-stable]]></description>
    <author>&#72;&#101;&#110;&#114;&#105;&#107;&#32;&#83;&#116;&#117;&#97;&#114;&#116;&#32;&#60;&#104;&#103;&#64;&#104;&#115;&#116;&#117;&#97;&#114;&#116;&#46;&#100;&#107;&#62;</author>
    <pubDate>Fri, 13 Nov 2009 06:36:26 +0100</pubDate>
</item>
<item>
    <title>url: generalise HTTPS proxy handling to accomodate Python changes</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/917cf6bb6d0c</guid>
    <description><![CDATA[url: generalise HTTPS proxy handling to accomodate Python changes<br/>
<br/>
Python 2.6.3 introduced HTTPS proxy tunnelling in a way that interferes with<br/>
the way HTTPS proxying is handled in Mercurial. This fix generalises it to work<br/>
on Python 2.4 to 2.6.]]></description>
    <author>&#72;&#101;&#110;&#114;&#105;&#107;&#32;&#83;&#116;&#117;&#97;&#114;&#116;&#32;&#60;&#104;&#103;&#64;&#104;&#115;&#116;&#117;&#97;&#114;&#116;&#46;&#100;&#107;&#62;</author>
    <pubDate>Fri, 13 Nov 2009 06:29:49 +0100</pubDate>
</item>
<item>
    <title>Make it possible to debug failed hook imports via use of --traceback</title>
    <guid isPermaLink="true">http://www.ratatanek.cz/hg/hg/rev/9e7b2c49d25d</guid>
    <description><![CDATA[Make it possible to debug failed hook imports via use of --traceback<br/>
<br/>
Prior to this change, if a Python hook module failed to load (e.g. due<br/>
to an import error or path problem), it was impossible to figure out<br/>
why the error occurred, because the ImportErrors that got raised were<br/>
caught but never displayed.<br/>
<br/>
If run with --traceback or ui.traceback=True, hg now prints tracebacks<br/>
of both of the ImportError instances that get raised before it bails.]]></description>
    <author>&#66;&#114;&#121;&#97;&#110;&#32;&#79;&#39;&#83;&#117;&#108;&#108;&#105;&#118;&#97;&#110;&#32;&#60;&#98;&#111;&#115;&#64;&#115;&#101;&#114;&#112;&#101;&#110;&#116;&#105;&#110;&#101;&#46;&#99;&#111;&#109;&#62;</author>
    <pubDate>Thu, 12 Nov 2009 14:05:52 -0800</pubDate>
</item>

  </channel>
</rss>
