commands: remove unnecessary quotes in backout help
authorMartin Geisler <mg@lazybytes.net>
Thu, 21 May 2009 17:36:19 +0200
changeset 8540 f0733f11b566
parent 8539 9a4fe59b1eca
child 8541 06ace50443f6
commands: remove unnecessary quotes in backout help
mercurial/commands.py
--- 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"))