<?xml version="1.0" encoding="ascii"?>
<rss version="2.0">
  <channel>
    <link>http://debian.johnwright.org/hg/trac-mercurial.upstream/</link>
    <language>en-us</language>

    <title>trac-mercurial.upstream Changelog</title>
    <description>trac-mercurial.upstream Changelog</description>
    <item>
    <title>Added tag 0.11.0.7+svnr8365 for changeset 39bc893c863d</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/125aafb03a83</guid>
    <description><![CDATA[Added tag 0.11.0.7+svnr8365 for changeset 39bc893c863d]]></description>
    <author>&#74;&#111;&#104;&#110;&#32;&#87;&#114;&#105;&#103;&#104;&#116;&#32;&#60;&#106;&#111;&#104;&#110;&#64;&#106;&#111;&#104;&#110;&#119;&#114;&#105;&#103;&#104;&#116;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Wed, 22 Jul 2009 15:22:49 -0600</pubDate>
</item>
<item>
    <title>[svn r8365] TracMercurial for 0.11: fix compatibility with Mercurial 1.3, patch from kastner_masilko@festo.at.</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/39bc893c863d</guid>
    <description><![CDATA[[svn r8365] TracMercurial for 0.11: fix compatibility with Mercurial 1.3, patch from kastner_masilko@festo.at.<br/>
<br/>
`ui.setconfig` is there since a long time, so the change doesn't break compatibility with older versions of Mercurial.<br/>
<br/>
This closes #8460.]]></description>
    <author>&#99;&#98;&#111;&#111;&#115;</author>
    <pubDate>Wed, 22 Jul 2009 07:26:47 -0600</pubDate>
</item>
<item>
    <title>[svn r8072] TracMercurial for 0.11: python 2.3 compatibility fix. Closes #8195.</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/84cc06ff94d6</guid>
    <description><![CDATA[[svn r8072] TracMercurial for 0.11: python 2.3 compatibility fix. Closes #8195.]]></description>
    <author>&#99;&#98;&#111;&#111;&#115;</author>
    <pubDate>Tue, 07 Apr 2009 01:33:12 -0600</pubDate>
</item>
<item>
    <title>Added tag 0.11.0.7+svnr7849 for changeset 32214e1ec984</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/19ce2b3780a6</guid>
    <description><![CDATA[Added tag 0.11.0.7+svnr7849 for changeset 32214e1ec984]]></description>
    <author>&#74;&#111;&#104;&#110;&#32;&#87;&#114;&#105;&#103;&#104;&#116;&#32;&#60;&#106;&#111;&#104;&#110;&#64;&#106;&#111;&#104;&#110;&#119;&#114;&#105;&#103;&#104;&#116;&#46;&#111;&#114;&#103;&#62;</author>
    <pubDate>Sun, 15 Mar 2009 17:52:11 -0600</pubDate>
</item>
<item>
    <title>[svn r7849] TracMercurial for 0.11: backported r7848 from 0.12 branch</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/32214e1ec984</guid>
    <description><![CDATA[[svn r7849] TracMercurial for 0.11: backported r7848 from 0.12 branch]]></description>
    <author>&#99;&#98;&#111;&#111;&#115;</author>
    <pubDate>Sun, 08 Feb 2009 12:20:12 -0700</pubDate>
</item>
<item>
    <title>[svn r7831] TracMercurial for 0.11: backported r7830 from 0.12 branch (''fix for #7981'')</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/7366531e27d2</guid>
    <description><![CDATA[[svn r7831] TracMercurial for 0.11: backported r7830 from 0.12 branch (''fix for #7981'')]]></description>
    <author>&#99;&#98;&#111;&#111;&#115;</author>
    <pubDate>Fri, 06 Feb 2009 08:38:27 -0700</pubDate>
</item>
<item>
    <title>[svn r7817] TracMercurial for 0.11: ported r7816 from 0.12 branch of the plugin</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/820e14483cc2</guid>
    <description><![CDATA[[svn r7817] TracMercurial for 0.11: ported r7816 from 0.12 branch of the plugin]]></description>
    <author>&#99;&#98;&#111;&#111;&#115;</author>
    <pubDate>Tue, 03 Feb 2009 07:19:00 -0700</pubDate>
</item>
<item>
    <title>[svn r7744] TracMercurial for 0.11: greatly speed-up repository browsing, thanks to a patch from Boris Kocherov.</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/888aabe7849b</guid>
    <description><![CDATA[[svn r7744] TracMercurial for 0.11: greatly speed-up repository browsing, thanks to a patch from Boris Kocherov.<br/>
<br/>
Instead of gathering every linkrevs from the files below a given folder, which can be very slow for big repositories, we rather scan the changelog information backward, looking for the most recent change that affected the directory.<br/>
<br/>
This closes #7746.]]></description>
    <author>&#99;&#98;&#111;&#111;&#115;</author>
    <pubDate>Wed, 03 Dec 2008 10:43:40 -0700</pubDate>
</item>
<item>
    <title>[svn r7742] TracMercurial: use the `filectx` API (also ensures compatibility with Mercurial 1.1, so fixes #7856)</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/7cc6c0ccf899</guid>
    <description><![CDATA[[svn r7742] TracMercurial: use the `filectx` API (also ensures compatibility with Mercurial 1.1, so fixes #7856)]]></description>
    <author>&#99;&#98;&#111;&#111;&#115;</author>
    <pubDate>Wed, 03 Dec 2008 07:42:42 -0700</pubDate>
</item>
<item>
    <title>[svn r7654] TracMercurial: follow-up to r7592, improve error reporting also when running a 0.11-stable version (needed for 0.11 branch only)</title>
    <guid isPermaLink="true">http://debian.johnwright.org/hg/trac-mercurial.upstream/rev/48cac0af6944</guid>
    <description><![CDATA[[svn r7654] TracMercurial: follow-up to r7592, improve error reporting also when running a 0.11-stable version (needed for 0.11 branch only)]]></description>
    <author>&#99;&#98;&#111;&#111;&#115;</author>
    <pubDate>Thu, 06 Nov 2008 01:01:17 -0700</pubDate>
</item>

  </channel>
</rss>
