[PATCH 10 of 17] serve: use single quotes in use warning

timeless timeless at fmr.im
Tue Sep 20 20:19:51 EDT 2016


# HG changeset patch
# User timeless <timeless at mozdev.org>
# Date 1474415222 0
#      Tue Sep 20 23:47:02 2016 +0000
# Node ID 2134ed21fb04e4f1d0585ca46896b2698bd3cf70
# Parent  3f18ad2b5443cad55dd5e720a16ff03638e1878f
# Available At https://bitbucket.org/timeless/mercurial-crew
#              hg pull https://bitbucket.org/timeless/mercurial-crew -r 2134ed21fb04
serve: use single quotes in use warning

diff -r 3f18ad2b5443 -r 2134ed21fb04 mercurial/commands.py
--- a/mercurial/commands.py	Tue Sep 20 23:46:15 2016 +0000
+++ b/mercurial/commands.py	Tue Sep 20 23:47:02 2016 +0000
@@ -6543,7 +6543,7 @@
     ('n', 'name', '',
      _('name to show in web pages (default: working directory)'), _('NAME')),
     ('', 'web-conf', '',
-     _('name of the hgweb config file (see "hg help hgweb")'), _('FILE')),
+     _("name of the hgweb config file (see 'hg help hgweb')"), _('FILE')),
     ('', 'webdir-conf', '', _('name of the hgweb config file (DEPRECATED)'),
      _('FILE')),
     ('', 'pid-file', '', _('name of file to write process ID to'), _('FILE')),


More information about the Mercurial-devel mailing list