mercurial/commands.py
changeset 42940 c04e0836f039
parent 42903 66048f6b5d0d
child 43076 2372284d9457
equal deleted inserted replaced
42939:06080afd0565 42940:c04e0836f039
   512 
   512 
   513     :``files``: a directory full of files (default)
   513     :``files``: a directory full of files (default)
   514     :``tar``:   tar archive, uncompressed
   514     :``tar``:   tar archive, uncompressed
   515     :``tbz2``:  tar archive, compressed using bzip2
   515     :``tbz2``:  tar archive, compressed using bzip2
   516     :``tgz``:   tar archive, compressed using gzip
   516     :``tgz``:   tar archive, compressed using gzip
       
   517     :``txz``:   tar archive, compressed using lzma (only in Python 3)
   517     :``uzip``:  zip archive, uncompressed
   518     :``uzip``:  zip archive, uncompressed
   518     :``zip``:   zip archive, compressed using deflate
   519     :``zip``:   zip archive, compressed using deflate
   519 
   520 
   520     The exact name of the destination archive or directory is given
   521     The exact name of the destination archive or directory is given
   521     using a format string; see :hg:`help export` for details.
   522     using a format string; see :hg:`help export` for details.