[PATCH 2 of 2] hgweb: fix error in docstring

Jordi GutiƩrrez Hermoso jordigh at octave.org
Thu Dec 12 11:42:24 EST 2019


# HG changeset patch
# User Jordi GutiƩrrez Hermoso <jordigh at octave.org>
# Date 1576168888 18000
#      Thu Dec 12 11:41:28 2019 -0500
# Node ID e89a23f05828dc81d5f9f51994544d89fe7a7c4f
# Parent  faab1971e30741d00b3d0a44548086e6203beca3
hgweb: fix error in docstring

Despite the subtle semantic difference, this sentence really meant to
say "overridden", not "overwritten".

diff --git a/mercurial/helptext/hgweb.txt b/mercurial/helptext/hgweb.txt
--- a/mercurial/helptext/hgweb.txt
+++ b/mercurial/helptext/hgweb.txt
@@ -61,7 +61,7 @@ The web server has a default style assoc
 a collection of named templates. Each template is used to render a
 specific piece of data, such as a changeset or diff.
 
-The style for the current request can be overwritten two ways. First,
+The style for the current request can be overridden two ways. First,
 if ``{command}`` contains a hyphen (``-``), the text before the hyphen
 defines the style. For example, ``/atom-log`` will render the ``log``
 command handler with the ``atom`` style. The second way to set the


More information about the Mercurial-devel mailing list