##// END OF EJS Templates
commands: use single-quotes for 'hg help ...' hints
Martin Geisler -
r7974:a8a719ff default
parent child Browse files
Show More
@@ -145,7 +145,7 b' def archive(ui, repo, dest, **opts):'
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.
@@ -1030,7 +1030,7 b' def diff(ui, repo, *pats, **opts):'
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')
@@ -220,7 +220,7 b' diff repository (or selected files)'
220 probably with undesirable results.
220 probably with undesirable results.
221
221
222 Use the --git option to generate diffs in the git extended diff
222 Use the --git option to generate diffs in the git extended diff
223 format. For more information, read hg help diffs.
223 format. For more information, read 'hg help diffs'.
224
224
225 options:
225 options:
226
226
General Comments 0
You need to be logged in to leave comments. Login now