diff mercurial/commands.py @ 42940:c04e0836f039

archive: add XZ support if built with Python 3
author David Demelier <markand@malikania.fr>
date Tue, 17 Sep 2019 10:47:31 +0000
parents 66048f6b5d0d
children 2372284d9457
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Sep 15 22:43:32 2019 +0900
+++ b/mercurial/commands.py	Tue Sep 17 10:47:31 2019 +0000
@@ -514,6 +514,7 @@
     :``tar``:   tar archive, uncompressed
     :``tbz2``:  tar archive, compressed using bzip2
     :``tgz``:   tar archive, compressed using gzip
+    :``txz``:   tar archive, compressed using lzma (only in Python 3)
     :``uzip``:  zip archive, uncompressed
     :``zip``:   zip archive, compressed using deflate