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
Patrick Mezard <pmezard@gmail.com> [Sat, 17 Nov 2007 18:41:31 +0100] rev 5537
convert: add directories to subversion from root to leaves
Patrick Mezard <pmezard@gmail.com> [Sun, 11 Nov 2007 19:34:00 +0100] rev 5536
convert: force svn:executable when execute-bit is not supported
The util.is_exec fallback would be to ask subversion for the current value of svn:executable. Setting it directly is just simpler.
Patrick Mezard <pmezard@gmail.com> [Sun, 11 Nov 2007 14:17:30 +0100] rev 5535
convert: fix svn file:// URL generation under Windows