[PATCH hglib] hglib: Eliminate named tuples for Python 2.4 and 2.5 compatibility

Dennis Brakhane brakhane at googlemail.com
Tue Nov 29 02:36:38 CST 2011


__cmp__ is incorrectly implemented, if two of your objects are equal, a==b
holds,  however, if they are not, both a>b as well as b>a hold, which is
obviously impossible.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20111129/c95ad8e1/attachment.html>


More information about the Mercurial-devel mailing list