[PATCH 1 of 2] added error handling to PyList_Sort return value

Adrian Buehlmann adrian at cadifra.com
Fri Sep 5 07:39:15 CDT 2008


On 05.09.2008 13:36, Petr Kodl wrote:
> # HG changeset patch
> # User Petr Kodl <petrkodl at gmail.com>
> # Date 1220614352 14400
> # Node ID d377fec6239540cc19eddbbb62b384587afeaf67
> # Parent  bbfc523b12ff1a813dc0e3b687e76b93985b697e

Some general comments:

This parent cset is not in crew repo. The first patch of a series
posted to this list (or the bts) should usually be based on a crew
repo changest.

I've never seen that a patch series on top of patch
series would have been accepted.

If a patch series is modified, the whole series is
usually resent.

BTW, in case you don't already know:

I suggest having a look at the mq extension, which is often used
for more advanced patches (most regular patch submitters
use that):

http://hgbook.red-bean.com/hgbookch12.html
http://www.selenic.com/mercurial/wiki/index.cgi/MqExtension

BTW2: mq extension helps versioning mq patches (hg qinit -c, then
inside .hg/patches you can do hg ci).

BTW3: Another useful page in general is:
http://www.selenic.com/mercurial/wiki/index.cgi/DeveloperInfo


More information about the Mercurial-devel mailing list