diff --git a/hgext/patchbomb.py b/hgext/patchbomb.py index 22f20d0fe2d37709a0b3ce3bf8fde2c49ad0c1f9_aGdleHQvcGF0Y2hib21iLnB5..80664e245f84e2dfd5c75d124f65644fa14eaf35_aGdleHQvcGF0Y2hib21iLnB5 100644 --- a/hgext/patchbomb.py +++ b/hgext/patchbomb.py @@ -22,8 +22,8 @@ and References headers, so they will show up as a sequence in threaded mail and news readers, and in mail archives. -To configure other defaults, add a section like this to your hgrc -file:: +To configure other defaults, add a section like this to your +configuration file:: [email] from = My Name <my@email> diff --git a/mercurial/help/hgweb.txt b/mercurial/help/hgweb.txt index 22f20d0fe2d37709a0b3ce3bf8fde2c49ad0c1f9_bWVyY3VyaWFsL2hlbHAvaGd3ZWIudHh0..80664e245f84e2dfd5c75d124f65644fa14eaf35_bWVyY3VyaWFsL2hlbHAvaGd3ZWIudHh0 100644 --- a/mercurial/help/hgweb.txt +++ b/mercurial/help/hgweb.txt @@ -3,11 +3,11 @@ configuration file can be used to specify the repository paths to use and global web configuration options. -This file uses the same syntax as hgrc configuration files, but only -the following sections are recognized: +This file uses the same syntax as other Mercurial configuration files, +but only the following sections are recognized: - web - paths - collections The ``web`` section can specify all the settings described in the web @@ -8,10 +8,11 @@ - web - paths - collections The ``web`` section can specify all the settings described in the web -section of the hgrc documentation. +section of the hgrc(5) documentation. See :hg:`help config` for +information on where to find the manual page. The ``paths`` section provides mappings of physical repository paths to virtual ones. For instance::