comparison mercurial/help/config.txt @ 23075:2b3189ec3d14 stable

help/config: fix typo
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Thu, 23 Oct 2014 12:28:00 -0200
parents 4a00110fd870
children 0dae9147c3b6
comparison
equal deleted inserted replaced
23074:21a55dbc3940 23075:2b3189ec3d14
401 - :hg:`tag` 401 - :hg:`tag`
402 - :hg:`transplant` 402 - :hg:`transplant`
403 403
404 Configuring items below instead of ``changeset`` allows showing 404 Configuring items below instead of ``changeset`` allows showing
405 customized message only for specific actions, or showing different 405 customized message only for specific actions, or showing different
406 messages for each actions. 406 messages for each action.
407 407
408 - ``changeset.backout`` for :hg:`backout` 408 - ``changeset.backout`` for :hg:`backout`
409 - ``changeset.commit.amend.merge`` for :hg:`commit --amend` on merges 409 - ``changeset.commit.amend.merge`` for :hg:`commit --amend` on merges
410 - ``changeset.commit.amend.normal`` for :hg:`commit --amend` on other 410 - ``changeset.commit.amend.normal`` for :hg:`commit --amend` on other
411 - ``changeset.commit.normal.merge`` for :hg:`commit` on merges 411 - ``changeset.commit.normal.merge`` for :hg:`commit` on merges