mercurial/help/config.txt
changeset 22205 9fa429723f26
parent 22158 bc2132dfc0a4
child 22248 75618a223e18
--- a/mercurial/help/config.txt	Fri Aug 15 04:37:46 2014 +0200
+++ b/mercurial/help/config.txt	Fri Aug 15 23:05:53 2014 +0900
@@ -420,6 +420,10 @@
 only for :hg:`tag --remove`, but ``changeset.tag`` customizes the
 commit message for :hg:`tag` regardless of ``--remove`` option.
 
+At the external editor invocation for committing, corresponding
+dot-separated list of names without ``changeset.`` prefix
+(e.g. ``commit.normal``) is in ``HGEDITFORM`` environment variable.
+
 In this section, items other than ``changeset`` can be referred from
 others. For example, the configuration to list committed files up
 below can be referred as ``{listupfiles}``::