equal
deleted
inserted
replaced
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. |