Mercurial > hg
changeset 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 | db3a68fd9387 |
children | fc4a3931e608 |
files | mercurial/commands.py tests/test-help.out |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Apr 04 12:28:13 2009 -0500 +++ b/mercurial/commands.py Sat Apr 04 00:27:55 2009 +0200 @@ -145,7 +145,7 @@ "zip": zip archive, compressed using deflate The exact name of the destination archive or directory is given - using a format string; see "hg help export" for details. + using a format string; see 'hg help export' for details. Each member added to an archive file has a directory prefix prepended. Use "-p" to specify a format string for the prefix. @@ -1030,7 +1030,7 @@ probably with undesirable results. Use the --git option to generate diffs in the git extended diff - format. For more information, read hg help diffs. + format. For more information, read 'hg help diffs'. """ revs = opts.get('rev')
--- a/tests/test-help.out Sat Apr 04 12:28:13 2009 -0500 +++ b/tests/test-help.out Sat Apr 04 00:27:55 2009 +0200 @@ -220,7 +220,7 @@ probably with undesirable results. Use the --git option to generate diffs in the git extended diff - format. For more information, read hg help diffs. + format. For more information, read 'hg help diffs'. options: