##// 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 only for :hg:`tag --remove`, but ``changeset.tag`` customizes the
449 only for :hg:`tag --remove`, but ``changeset.tag`` customizes the
450 commit message for :hg:`tag` regardless of ``--remove`` option.
450 commit message for :hg:`tag` regardless of ``--remove`` option.
451
451
452 At the external editor invocation for committing, corresponding
452 When the external editor is invoked for a commit, the corresponding
453 dot-separated list of names without ``changeset.`` prefix
453 dot-separated list of names without the ``changeset.`` prefix
454 (e.g. ``commit.normal.normal``) is in ``HGEDITFORM`` environment variable.
454 (e.g. ``commit.normal.normal``) is in the ``HGEDITFORM`` environment
455 variable.
455
456
456 In this section, items other than ``changeset`` can be referred from
457 In this section, items other than ``changeset`` can be referred from
457 others. For example, the configuration to list committed files up
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