##// END OF EJS Templates
help/config: reword committemplate external editor text
timeless@mozdev.org -
r26282:436f5ab1 default
parent child Browse files
Show More
@@ -449,9 +449,10 For example, ``changeset.tag.remove`` cu
449 449 only for :hg:`tag --remove`, but ``changeset.tag`` customizes the
450 450 commit message for :hg:`tag` regardless of ``--remove`` option.
451 451
452 At the external editor invocation for committing, corresponding
453 dot-separated list of names without ``changeset.`` prefix
454 (e.g. ``commit.normal.normal``) is in ``HGEDITFORM`` environment variable.
452 When the external editor is invoked for a commit, the corresponding
453 dot-separated list of names without the ``changeset.`` prefix
454 (e.g. ``commit.normal.normal``) is in the ``HGEDITFORM`` environment
455 variable.
455 456
456 457 In this section, items other than ``changeset`` can be referred from
457 458 others. For example, the configuration to list committed files up
General Comments 0
You need to be logged in to leave comments. Login now