Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/commands.py @ 7974:a8a719ff150a
commands: use single-quotes for 'hg help ...' hints
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Sat, 04 Apr 2009 00:27:55 +0200 |
parents | de377b1a9a84 |
children | fc4a3931e608 |
comparison
equal
deleted
inserted
replaced
7973:db3a68fd9387 | 7974:a8a719ff150a |
---|---|
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 |