Submitter | timeless |
---|---|
Date | Sept. 21, 2016, 12:19 a.m. |
Message ID | <2134ed21fb04e4f1d058.1474417191@gcc2-power8.osuosl.org> |
Download | mbox | patch |
Permalink | /patch/16715/ |
State | Accepted |
Headers | show |
Comments
Patch
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')),