# HG changeset patch # User Martin Geisler # Date 2009-05-21 15:36:19 # Node ID f0733f11b566539b6fd2594be2748ab26cd3f05f # Parent 9a4fe59b1eca3f2d92669a9b53fe484e8e2c99fe commands: remove unnecessary quotes in backout help diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -194,7 +194,7 @@ def backout(ui, repo, node=None, rev=Non 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"))