# HG changeset patch # User Martin Geisler # Date 2009-04-03 22:27:55 # Node ID a8a719ff150a480d1e1f79c9f1c9a65e61410a56 # Parent db3a68fd9387d10308148bbf1a18c89bf50ce96d commands: use single-quotes for 'hg help ...' hints diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -145,7 +145,7 @@ def archive(ui, repo, dest, **opts): "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 @@ def diff(ui, repo, *pats, **opts): 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') diff --git a/tests/test-help.out b/tests/test-help.out --- a/tests/test-help.out +++ b/tests/test-help.out @@ -220,7 +220,7 @@ diff repository (or selected files) 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: