use HG10UN header for uncompressed bundle
- use HG10UN instead of HG11 for uncompressed bundles header
- check HG10BZ for compressed bundle
- better error handling for invalid header
some notes:
- people who created uncompressed bundle will no longer be
able to use them (it could be fixed with hand-editing)
- older hg cannot detect an uncompressed bundle
(bzip2 decompression will fail).
More detailed documentation about ssh:// URLs; fixes
issue170.
do proper typecasting on malloc() and calloc() calls
to support build on Solaris 2.6 using Sun Pro SC4.0 (C++ 4.1) compiler.
Don't forget version at the end of setup.py, write it only if changed.
This fixes
issue159: "python setup.py install" shouldn't write new files
in the working dir if one has done "python setup.py build" first.
Enable path validation for copy, rename, debugwalk and other canonpath users.
This fixed the last bit of
issue134.
Added some tests to test-rename and test-walk.
Delete bundle file of hg incoming in case of errors, preserve existing files.
Let write_bundle always create the bundle file, check if target doesn't exist
and delete it in case of errors.
This way incoming only has to delete the bundle file if it was meant to
be a temporary file.