Mercurial > hg
changeset 8540:f0733f11b566
commands: remove unnecessary quotes in backout help
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 21 May 2009 17:36:19 +0200 |
parents | 9a4fe59b1eca |
children | 06ace50443f6 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu May 21 22:43:38 2009 +0200 +++ b/mercurial/commands.py Thu May 21 17:36:19 2009 +0200 @@ -194,7 +194,7 @@ changeset afterwards. This saves you from doing the merge by hand. The result of this merge is not committed, as with a normal merge. - See \'hg help dates\' for a list of formats valid for -d/--date. + See 'hg help dates' for a list of formats valid for -d/--date. ''' if rev and node: raise util.Abort(_("please specify just one revision"))