Issue1463

Title Support xz/lzma compression for hg bundles
Priority feature Status deferred
Superseder Nosy List SamB, ThomasAH, mpm, nth10sd, pmezard
Assigned To Topics

Created on 2009-01-13.07:20:33 by nth10sd, last changed 2010-11-24.19:44:54 by SamB.

Messages
msg14524 (view) Author: SamB Date: 2010-11-24.19:44:54
Also note that it would probably be a bad idea to actually *use* this support 
much until most mercurial users were using a version of Python that includes 
the xz support.

If you've got a large repository or a big bundle, it would certainly not hurt 
to offer it as an xz-compresed bundle, as long as that wasn't the only way to 
get it. On the other hand, it probably wouldn't be a good choice for sending 
changes to a mailing list until at least a couple of Python releases later.
msg12672 (view) Author: ThomasAH Date: 2010-05-25.15:01:23
See http://bugs.python.org/issue6715 (xz compressor support) for the
corresponding entry in Python's tracker.

Deferred until Python supports xz
msg8380 (view) Author: mpm Date: 2009-01-13.07:53:57
Not likely to happen until Python supports it natively, as it does for bzip2 and
gzip. Until then, you can create uncompressed bundles and compress them with lzma.
msg8379 (view) Author: nth10sd Date: 2009-01-13.07:20:32
It would be nice if |hg bundle| supported LZMA compression in addition to the
current options.

LZMA is now in the public domain (see http://en.wikipedia.org/wiki/Lzma ) and
generally compresses better than bzip2.
History
Date User Action Args
2010-11-24 19:44:54SamBsetnosy: + SamB
messages: + msg14524
2010-05-25 15:01:23ThomasAHsetstatus: chatting -> deferred
nosy: + ThomasAH
messages: + msg12672
title: Support LZMA compression for hg bundles -> Support xz/lzma compression for hg bundles
2009-01-13 08:26:55pmezardsetnosy: + pmezard
2009-01-13 07:54:00mpmsetstatus: unread -> chatting
nosy: + mpm
messages: + msg8380
2009-01-13 07:20:33nth10sdcreate