diff mercurial/commands.py @ 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 6062c6362b2e
children 48dd8a93d6db
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"))