Tue, 27 Nov 2007 23:55:03 +0100 hgweb.server: flush log files after every access
Patrick Mezard <pmezard@gmail.com> [Tue, 27 Nov 2007 23:55:03 +0100] rev 5549
hgweb.server: flush log files after every access
Sun, 25 Nov 2007 12:17:30 +0100 test-import: test fuzziness, ambiguous patch locations
Patrick Mezard <pmezard@gmail.com> [Sun, 25 Nov 2007 12:17:30 +0100] rev 5548
test-import: test fuzziness, ambiguous patch locations
Sun, 25 Nov 2007 11:49:34 +0100 patch: fix sort() comparator argument
Jim Hague <jim.hague@acm.org> [Sun, 25 Nov 2007 11:49:34 +0100] rev 5547
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.
(0) -3000 -1000 -300 -100 -30 -10 -3 +3 +10 +30 +100 +300 +1000 +3000 +10000 +30000 tip