Mercurial > public > mercurial-scm > hg-stable
diff mercurial/patch.py @ 5547:777996744942
patch: fix sort() comparator argument
'hg import' fails under Python 2.3. The name of the compare function parameter in the call to list.sort() is 'cmpfunc' in Python 2.3 and
'cmp' in Python 2.4+. Passing the compare function as a named parameter is therefore problematic.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 25 Nov 2007 11:49:34 +0100 |
parents | e5eedd74e70f |
children | 8a8c341bd292 |
line wrap: on
line diff