<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel">
    <title>gmane.comp.version-control.mercurial.devel</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19309"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19308"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19307"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19306"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19305"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19304"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19303"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19302"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19301"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19300"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19299"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19298"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19297"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19296"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19295"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19294"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19293"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19292"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19291"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19290"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19309">
    <title>[issue1414] hg log should show parent changeset branches</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19309</link>
    <description>
New submission from Stepan Koltsov &lt;yozh&lt; at &gt;mx1.ru&gt;:

hg log outputs:

===
changeset:   887:bd3da2ce3610
branch:      r2199-all
tag:         tip
parent:      885:dd0fed14aec7
parent:      886:a18d4114c86b
user:        Stepan Koltsov &lt;stepancheg&lt; at &gt;yandex-team.ru&gt;
date:        Wed Dec 03 22:02:38 2008 +0300
summary:     merge r2199-debian (ccache as dependency)
===

885 comes from branch r2199-all
886 comes from branch r2199-debian

Output should be something like this:

===
changeset:   887:bd3da2ce3610
branch:      r2199-all
tag:         tip
parent:      885:dd0fed14aec7 (r2199-all)
parent:      886:a18d4114c86b (r2199-debian)
user:        Stepan Koltsov &lt;stepancheg&lt; at &gt;yandex-team.ru&gt;
date:        Wed Dec 03 22:02:38 2008 +0300
summary:     merge r2199-debian (ccache as dependency)
===

Note branch name at the end of "parent:" lines.

----------
messages: 8059
nosy: yozh
priority: wish
status: unread
title: hg log should show parent changeset branches

____________________________________________________
Mercurial </description>
    <dc:creator>Stepan Koltsov</dc:creator>
    <dc:date>2008-12-03T19:37:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19308">
    <title>[issue1413] isinstance(source, str) should be isinstance(source,basestring)</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19308</link>
    <description>
New submission from david priest &lt;davidp&lt; at &gt;meyersound.com&gt;:

Testing against basestring permits use of unicode path names as well as ascii.  
See hg.py line 117 (def clone) for example of isinstance bug.

----------
messages: 8055
nosy: davidp
priority: bug
status: unread
title: isinstance(source, str) should be isinstance(source, basestring)

____________________________________________________
Mercurial issue tracker &lt;mercurial-bugs&lt; at &gt;selenic.com&gt;
&lt;http://www.selenic.com/mercurial/bts/issue1413&gt;
____________________________________________________

</description>
    <dc:creator>david priest</dc:creator>
    <dc:date>2008-12-03T18:56:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19307">
    <title>[issue1412] make install on Mac OS X installs into an invalidsite-packages</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19307</link>
    <description>
New submission from Brodie Rao &lt;dackze&lt; at &gt;gmail.com&gt;:

Right now, running "make install" on OS X 10.5 with Apple's distribution of
Python correctly installs scripts and external data into /usr/local, but
incorrectly installs the Mercurial Python package into
/usr/local/lib/python2.5/site-packages, instead of
/Library/Python/2.5/site-packages, presenting the user with an ImportErorr when
they run hg. This also probably affects 10.4 and Python 2.3, and the python.org
distribution.

A solution would have to involve either not passing --prefix to setup.py, or
passing the correct --install-lib. Perhaps the Makefile could invoke python -c
[get default install lib], check to see if it doesn't start with /usr, and if it
doesn't, pass it with --install-lib to setup.py.

----------
messages: 8054
nosy: brodie
priority: bug
status: unread
title: make install on Mac OS X installs into an invalid site-packages
topic: macos, surprise

____________________________________________________
Mercurial issue tracker &lt;mercurial-bu</description>
    <dc:creator>Brodie Rao</dc:creator>
    <dc:date>2008-12-03T18:48:23</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19306">
    <title>[issue1411] /usr/include/arpa/inet.h:89: warning: parameter hasincomplete type</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19306</link>
    <description>
New submission from Akira Kitada &lt;akitada&lt; at &gt;gmail.com&gt;:

When building Mercurial 1.1 on FreeBSD 4.11 with gcc 2.95.4,
I got the following warnings.

In file included from mercurial/bdiff.c:40:
/usr/include/arpa/inet.h:89: warning: parameter has incomplete type
/usr/include/arpa/inet.h:92: warning: parameter has incomplete type
/usr/include/arpa/inet.h:96: warning: parameter has incomplete type

In file included from mercurial/mpatch.c:58:
/usr/include/arpa/inet.h:89: warning: parameter has incomplete type
/usr/include/arpa/inet.h:92: warning: parameter has incomplete type
/usr/include/arpa/inet.h:96: warning: parameter has incomplete type

In file included from mercurial/parsers.c:157:
/usr/include/arpa/inet.h:89: warning: parameter has incomplete type
/usr/include/arpa/inet.h:92: warning: parameter has incomplete type
/usr/include/arpa/inet.h:96: warning: parameter has incomplete type

----------
messages: 8049
nosy: akitada
priority: bug
status: unread
title: /usr/include/arpa/inet.h:89: warning: parameter </description>
    <dc:creator>Akira Kitada</dc:creator>
    <dc:date>2008-12-03T16:24:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19305">
    <title>[issue1410] cannot build Mercurial with BSD Make</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19305</link>
    <description>
New submission from Akira Kitada &lt;akitada&lt; at &gt;gmail.com&gt;:

$ make local
"Makefile", line 2: Need an operator
make: fatal errors encountered -- cannot continue

If I removed "export PREFIX" (line 2), BSD Make works fine.

----------
messages: 8048
nosy: akitada
priority: wish
status: unread
title: cannot build Mercurial with BSD Make

____________________________________________________
Mercurial issue tracker &lt;mercurial-bugs&lt; at &gt;selenic.com&gt;
&lt;http://www.selenic.com/mercurial/bts/issue1410&gt;
____________________________________________________

</description>
    <dc:creator>Akira Kitada</dc:creator>
    <dc:date>2008-12-03T16:21:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19304">
    <title>[issue1409] Win32 Mercurial 1.1 binary distribution does not honorsystem wide mercurial.ini</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19304</link>
    <description>
New submission from Rune Halvorsen &lt;runefh&lt; at &gt;gmail.com&gt;:

The system wide mercurial.ini, C:\Program Files\Mercurial, is not used by 
mercurial in the 1.1 binary distribution. That is, the file does not seem to be 
read at all.

----------
messages: 8046
nosy: runeh
priority: bug
status: unread
title: Win32 Mercurial 1.1 binary distribution does not honor system wide mercurial.ini
topic: windows

____________________________________________________
Mercurial issue tracker &lt;mercurial-bugs&lt; at &gt;selenic.com&gt;
&lt;http://www.selenic.com/mercurial/bts/issue1409&gt;
____________________________________________________

</description>
    <dc:creator>Rune Halvorsen</dc:creator>
    <dc:date>2008-12-03T16:11:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19303">
    <title>[issue1408] official binary distribution of Mercurial 1.1 on Win32built without Win32 extensions</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19303</link>
    <description>
New submission from Petr Kodl &lt;petrkodl&lt; at &gt;gmail.com&gt;:

The Win32 installer for 1.1 seems to be build on machine without Win32
extensions installed - as a result hardlinking would not work and .ini file
search reverts to a hardcoded c:\mercurial\mercurial.ini. 

With Win32 extension installed everything works fine.

----------
messages: 8044
nosy: pko
priority: bug
status: unread
title: official binary distribution of Mercurial 1.1 on Win32 built without Win32 extensions

____________________________________________________
Mercurial issue tracker &lt;mercurial-bugs&lt; at &gt;selenic.com&gt;
&lt;http://www.selenic.com/mercurial/bts/issue1408&gt;
____________________________________________________

</description>
    <dc:creator>Petr Kodl</dc:creator>
    <dc:date>2008-12-03T14:57:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19302">
    <title>mercurial/crew&lt; at &gt;7464: outgoing changeset</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19302</link>
    <description>Outgoing changeset in mercurial/crew:

http://hg.intevation.org/mercurial/crew/rev/3a829f29d1e2
changeset:   7464:3a829f29d1e2
tag:         tip
user:        Benoit Boissinot &lt;benoit.boissinot&lt; at &gt;ens-lyon.org&gt;
date:        Wed Dec 03 01:28:33 2008 +0100
summary:     re-add +x bit for test-convert-darcs (was missing from 14ed6662af48)

</description>
    <dc:creator>Mercurial Commits</dc:creator>
    <dc:date>2008-12-03T12:00:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19301">
    <title>mercurial/crew-stable&lt; at &gt;7464: outgoing changeset</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19301</link>
    <description>Outgoing changeset in mercurial/crew-stable:

http://hg.intevation.org/mercurial/crew-stable/rev/3a829f29d1e2
changeset:   7464:3a829f29d1e2
tag:         tip
user:        Benoit Boissinot &lt;benoit.boissinot&lt; at &gt;ens-lyon.org&gt;
date:        Wed Dec 03 01:28:33 2008 +0100
summary:     re-add +x bit for test-convert-darcs (was missing from 14ed6662af48)

</description>
    <dc:creator>Mercurial Commits</dc:creator>
    <dc:date>2008-12-03T12:00:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19300">
    <title>[issue1407] .hgignore should be explained in the book</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19300</link>
    <description>
New submission from Joerg Sonnenberger &lt;joerg&lt; at &gt;bec.de&gt;:

The book mentions .hgignore in two places, but doesn't explain or index it
otherwise. Coming from a different VCS, it can be guessed, but for new users it
is likely hard to find. This is likely the missing content of section 7.6

----------
assignedto: djc
messages: 8043
nosy: djc, joerg
priority: wish
status: unread
title: .hgignore should be explained in the book
topic: documentation

____________________________________________________
Mercurial issue tracker &lt;mercurial-bugs&lt; at &gt;selenic.com&gt;
&lt;http://www.selenic.com/mercurial/bts/issue1407&gt;
____________________________________________________

</description>
    <dc:creator>Joerg Sonnenberger</dc:creator>
    <dc:date>2008-12-03T10:32:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19299">
    <title>Re: [PATCH] rebase: add support to keep branch names</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19299</link>
    <description>Patrick Mezard a écrit :

Here is an update on Augie initial proposal. I am not completely happy with passing the extrafn callback as a rebase() keyword argument but this is the simpler solution short of splitting rebase() into a CLI entry point and an API dedicated call. Tell me if you prefer the second option.

If this is accepted, I'd like it to go in 1.1.1, this feature is blocking svn branches rebasing IIRC.

--
Patrick Mézard
</description>
    <dc:creator>Patrick Mézard</dc:creator>
    <dc:date>2008-12-03T08:44:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19298">
    <title>[PATCH] rebase: add support to keep branch names</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19298</link>
    <description># HG changeset patch
# User Augie Fackler &lt;durin42&lt; at &gt;gmail.com&gt;
# Date 1227066361 21600
# Node ID 18877b897712f2bb171b7ee723efdb002c2f0d94
# Parent  79d1bb737c16b343e33be7cd7e22dcc4e7bfab0b
rebase: add support to keep branch names

Callback on extra fields added by Patrick Mezard &lt;pmezard&lt; at &gt;gmail.com&gt;.

diff --git a/hgext/rebase.py b/hgext/rebase.py
--- a/hgext/rebase.py
+++ b/hgext/rebase.py
&lt; at &gt;&lt; at &gt; -64,6 +64,14 &lt; at &gt;&lt; at &gt;
         contf = opts.get('continue')
         abortf = opts.get('abort')
         collapsef = opts.get('collapse', False)
+        extrafn = opts.get('extrafn')
+        if opts.get('keepbranches', None):
+            if extrafn:
+                raise dispatch.ParseError('rebase',
+                        _('cannot use both keepbranches and extrafn'))
+            def extrafn(ctx, extra):
+                extra['branch'] = ctx.branch()
+
         if contf or abortf:
             if contf and abortf:
                 raise dispatch.ParseError('rebase',
&lt; at &gt;&lt; at &gt; -101,14 +109,14 &lt; at &gt;&lt; at &gt;
                 storestatus(r</description>
    <dc:creator>Patrick Mezard</dc:creator>
    <dc:date>2008-12-02T22:04:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19297">
    <title>Re: [PATCH 0 of 1] Addition of a colored legend for graph page</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19297</link>
    <description>
Benoît Allard wrote:

It is similar, but consider the branches that I have screenshotted at 
http://phparadox.com/ss/branches.png - it is possible to have an entire 
page with no changesets against a branch, so the branch name never 
appears. In this case, it's the purple branch.

I guess the rational is that, because the colours are chosen randomly 
and can change between changesets, you can never learn to associate a 
colour with a particular branch. With my change you can at least have a 
quick reference between the colours and name available at all times.


</description>
    <dc:creator>Lindsey Smith</dc:creator>
    <dc:date>2008-12-02T23:32:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19296">
    <title>hg-stable&lt; at &gt;7463: 905 new changesets</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19296</link>
    <description>905 new changesets in hg-stable:

changeset:   6559:0231f763ebc8
parent:      6388:1e4ddc9ac9f7
user:        Bryan O'Sullivan &lt;bos&lt; at &gt;serpentine.com&gt;
date:        Wed Mar 26 10:12:10 2008 -0700
summary:     manifest: improve parsing performance by 8x via a new C extension

...

changeset:   7463:6aafd75fb924
tag:         tip
user:        Matt Mackall &lt;mpm&lt; at &gt;selenic.com&gt;
date:        Tue Dec 02 13:06:18 2008 -0600
summary:     Added signature for changeset 2a67430f92f1

</description>
    <dc:creator>Mercurial Commits</dc:creator>
    <dc:date>2008-12-02T22:31:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19295">
    <title>mercurial&lt; at &gt;7463: 9 new changesets</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19295</link>
    <description>9 new changesets in mercurial:

http://www.selenic.com/hg/rev/c9fd5474a707
changeset:   7455:c9fd5474a707
user:        Brodie Rao &lt;me+hg&lt; at &gt;dackz.net&gt;
date:        Wed Nov 26 08:58:31 2008 -0500
summary:     color: add --color switch

http://www.selenic.com/hg/rev/79eb16db5e4a
changeset:   7456:79eb16db5e4a
user:        Brodie Rao &lt;me+hg&lt; at &gt;dackz.net&gt;
date:        Tue Dec 02 16:46:45 2008 +0100
summary:     color: diff colorization

http://www.selenic.com/hg/rev/a70fb83cbb9e
changeset:   7457:a70fb83cbb9e
user:        Georg Brandl &lt;georg&lt; at &gt;python.org&gt;
date:        Wed Nov 26 22:58:07 2008 +0100
summary:     diff colorization: finish highlighting trailing whitespace

http://www.selenic.com/hg/rev/03dd55115985
changeset:   7458:03dd55115985
user:        Augie Fackler &lt;durin42&lt; at &gt;gmail.com&gt;
date:        Tue Dec 02 10:13:52 2008 -0600
summary:     color: Add tests for colorized diff and status output.

http://www.selenic.com/hg/rev/3fb5c142a9f0
changeset:   7459:3fb5c142a9f0
user:        Brodie Rao &lt;me+hg&lt; at &gt;dackz.net&gt;
date: </description>
    <dc:creator>Mercurial Commits</dc:creator>
    <dc:date>2008-12-02T22:15:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19294">
    <title>Re: [PATCH 0 of 2] color: diff colorization,--color switch (slight fixes versus last version)</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19294</link>
    <description>
I reworked them a bit, it will soon be pushed to crew, now.

thanks,

Benoit
</description>
    <dc:creator>Benoit Boissinot</dc:creator>
    <dc:date>2008-12-02T18:35:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19293">
    <title>mercurial&lt; at &gt;7454: 4 new changesets</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19293</link>
    <description>4 new changesets in mercurial:

http://www.selenic.com/hg/rev/fca9947652ce
changeset:   7451:fca9947652ce
user:        Brendan Cully &lt;brendan&lt; at &gt;kublai.com&gt;
date:        Mon Dec 01 13:38:26 2008 -0800
summary:     inotify: close most file descriptors when autostarting

http://www.selenic.com/hg/rev/89c516430107
changeset:   7452:89c516430107
user:        Brendan Cully &lt;brendan&lt; at &gt;kublai.com&gt;
date:        Mon Dec 01 14:06:02 2008 -0800
summary:     inotify: do not complain that inotify is not running if autostart is False

http://www.selenic.com/hg/rev/9898427add1c
changeset:   7453:9898427add1c
user:        Brendan Cully &lt;brendan&lt; at &gt;kublai.com&gt;
date:        Mon Dec 01 20:09:10 2008 -0800
summary:     mq: drop copy sources removed during qfold

http://www.selenic.com/hg/rev/1d5ecaa47abb
changeset:   7454:1d5ecaa47abb
tag:         tip
user:        Brendan Cully &lt;brendan&lt; at &gt;kublai.com&gt;
date:        Mon Dec 01 20:10:02 2008 -0800
summary:     mq: filter out empty commit messages in qfold

</description>
    <dc:creator>Mercurial Commits</dc:creator>
    <dc:date>2008-12-02T18:15:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19292">
    <title>Re: Python extension distribution without sources</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19292</link>
    <description/>
    <dc:creator>Berkes Adam</dc:creator>
    <dc:date>2008-12-02T17:29:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19291">
    <title>Re: Python extension distribution without sources</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19291</link>
    <description/>
    <dc:creator>Peter Ruibal</dc:creator>
    <dc:date>2008-12-02T16:49:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19290">
    <title>[issue1406] record extension can't handle files with changedpermissions</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19290</link>
    <description>
New submission from edgimar &lt;edgimar&lt; at &gt;gmail.com&gt;:

the 'record' extension fails when files having changed permissions are waiting
to be committed, as the following test script demonstrates:

#!/bin/sh
mkdir test_dir
cd test_dir
hg init .
echo 'a' &gt;a
echo 'b' &gt;b
chmod 644 b
hg ci -A -m 'blah'
chmod 755 b
echo 'a' &gt;&gt;a
hg record # fails
# hg ci would work here

----------
messages: 8042
nosy: edgimar
priority: bug
status: unread
title: record extension can't handle files with changed permissions

____________________________________________________
Mercurial issue tracker &lt;mercurial-bugs&lt; at &gt;selenic.com&gt;
&lt;http://www.selenic.com/mercurial/bts/issue1406&gt;
____________________________________________________

</description>
    <dc:creator>edgimar</dc:creator>
    <dc:date>2008-12-02T14:53:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19289">
    <title>[PATCH 2 of 2] hgrc 5: fix email.charsets documentation</title>
    <link>http://permalink.gmane.org/gmane.comp.version-control.mercurial.devel/19289</link>
    <description># HG changeset patch
# User Christian Ebert &lt;blacktrash&lt; at &gt;gmx.net&gt;
# Date 1228228308 -3600
# Node ID 5d2fa3d118993a4420348c5ae0a9b178fa1a21e5
# Parent  23f19b44a35c99542c6b18e852075c6c16b6288d
hgrc 5: fix email.charsets documentation

diff --git a/doc/hgrc.5.txt b/doc/hgrc.5.txt
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
&lt; at &gt;&lt; at &gt; -219,7 +219,7 &lt; at &gt;&lt; at &gt;
     convenient for recipients. Addresses, headers, and parts not
     containing patches of outgoing messages will be encoded in
     the first charset to which conversion from local encoding
-    (ui.encoding, ui.fallbackencoding) succeeds. If correct
+    ($HGENCODING, ui.fallbackencoding) succeeds. If correct
     conversion fails, the text in question is sent as is.
     Defaults to empty (explicit) list.
 
&lt; at &gt;&lt; at &gt; -228,7 +228,7 &lt; at &gt;&lt; at &gt;
     us-ascii             always first, regardless of settings
     email.charsets       in order given by user
     ui.fallbackencoding  if not in email.charsets
-    ui.encoding          if not in email.charsets
+    $HGENCODING          if not </description>
    <dc:creator>Christian Ebert</dc:creator>
    <dc:date>2008-12-02T14:37:53</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.version-control.mercurial.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.version-control.mercurial.devel</link>
  </textinput>
</rdf:RDF>
