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.
Matt Mackall <mpm@selenic.com> [Sat, 24 Nov 2007 12:35:02 -0600] rev 5546
Merge with crew
Patrick Mezard <pmezard@gmail.com> [Sat, 24 Nov 2007 17:56:15 +0100] rev 5545
cmdutil: always expose "files_add", "files_del" and "manifest" templater properties
Matt Mackall <mpm@selenic.com> [Sat, 24 Nov 2007 12:13:32 -0600] rev 5544
revlog: make revlogv0 loading more robust against corruption
Matt Mackall <mpm@selenic.com> [Wed, 21 Nov 2007 13:26:18 -0600] rev 5543
push/pull: abort if we try to visit a missing or empty revlog
Matt Mackall <mpm@selenic.com> [Tue, 20 Nov 2007 15:54:25 -0600] rev 5542
i18n: fix complaints from pygettext
Matt Mackall <mpm@selenic.com> [Tue, 20 Nov 2007 15:46:20 -0600] rev 5541
verify: improve handling of empty or missing files
- explicitly notice empty or missing changeset, manifest or file
revlogs
- shortcircuit warnings relating to missing changeset or manifest
revlogs
- fix changeset/manifest crosscheck swapped variables
- properly sort crosscheck messages
Patrick Mezard <pmezard@gmail.com> [Tue, 20 Nov 2007 14:41:47 +0100] rev 5540
Merge with crew-stable
Patrick Mezard <pmezard@gmail.com> [Sun, 18 Nov 2007 17:25:28 +0100] rev 5539
convert: read CVS files in chunks (issue 800)
socket.makefile() fails on large read requests (more than 10MB) with MemoryError.
Patrick Mezard <pmezard@gmail.com> [Sat, 17 Nov 2007 18:41:31 +0100] rev 5538
test-convert-svn-sink: test directory additions