changeset 42940 | c04e0836f039 |
parent 42903 | 66048f6b5d0d |
child 43076 | 2372284d9457 |
--- 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