[PATCH hglib] hglib: Eliminate named tuples for Python 2.4 and 2.5 compatibility
Dennis Brakhane
brakhane at googlemail.com
Tue Nov 29 08:36:38 UTC 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://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20111129/c95ad8e1/attachment-0002.html>
More information about the Mercurial-devel
mailing list