Issue1463

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

Created on 2009-01-13.07:20:33 by nth10sd, last changed 2010-05-25.15:01:23 by ThomasAH.

Messages
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-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