equal
deleted
inserted
replaced
143 "tgz": tar archive, compressed using gzip |
143 "tgz": tar archive, compressed using gzip |
144 "uzip": zip archive, uncompressed |
144 "uzip": zip archive, uncompressed |
145 "zip": zip archive, compressed using deflate |
145 "zip": zip archive, compressed using deflate |
146 |
146 |
147 The exact name of the destination archive or directory is given |
147 The exact name of the destination archive or directory is given |
148 using a format string; see "hg help export" for details. |
148 using a format string; see 'hg help export' for details. |
149 |
149 |
150 Each member added to an archive file has a directory prefix |
150 Each member added to an archive file has a directory prefix |
151 prepended. Use "-p" to specify a format string for the prefix. |
151 prepended. Use "-p" to specify a format string for the prefix. |
152 The default is the basename of the archive, with suffixes removed. |
152 The default is the basename of the archive, with suffixes removed. |
153 ''' |
153 ''' |
1028 Without the -a option, diff will avoid generating diffs of files |
1028 Without the -a option, diff will avoid generating diffs of files |
1029 it detects as binary. With -a, diff will generate a diff anyway, |
1029 it detects as binary. With -a, diff will generate a diff anyway, |
1030 probably with undesirable results. |
1030 probably with undesirable results. |
1031 |
1031 |
1032 Use the --git option to generate diffs in the git extended diff |
1032 Use the --git option to generate diffs in the git extended diff |
1033 format. For more information, read hg help diffs. |
1033 format. For more information, read 'hg help diffs'. |
1034 """ |
1034 """ |
1035 |
1035 |
1036 revs = opts.get('rev') |
1036 revs = opts.get('rev') |
1037 change = opts.get('change') |
1037 change = opts.get('change') |
1038 |
1038 |