mercurial at 5179: 5 new changesets

Benoit Boissinot bboissin at gmail.com
Fri Aug 17 10:28:52 CDT 2007


On 8/17/07, Christian Ebert <blacktrash at gmx.net> wrote:
> * Mercurial Commits on Thursday, August 16, 2007 at 00:15:38 +0200
> > 5 new changesets in mercurial:
>
> [...]
>
> > http://www.selenic.com/hg/rev/18a9fbb5cd78
> > changeset:   5178:18a9fbb5cd78
> > user:        Matt Mackall <mpm at selenic.com>
> > date:        Wed Aug 15 16:55:13 2007 -0500
> > summary:     dispatch: move command dispatching into its own module
>
> I believe the above breaks communication with older hg versions:
>
> ~/HGworkspace/hgkeyword/hgkw$ hg out
> [...]
> searching for changes
> no changes found
> Exception exceptions.TypeError: TypeError("'NoneType' object is not callable",) in <bound method Popen3.__del__ of <popen2.Popen3 instance at 0x12a0d28>> ignored
>
> If I downgrade before 18a9fbb5cd78 I don't get that exception.
>

Do you use an extension not shipped in hg ? this patch breaks the API
for them, they'll have to be updated.

regards,

Benoit


More information about the Mercurial-devel mailing list