# HG changeset patch # User timeless@mozdev.org # Date 1441173802 14400 # Node ID 3fb59f43a430c66da8413b673f287b5d7fc43d78 # Parent eae3c6de71e59b8f31977349f0010258c7270993 help/config: alias, ui.mergemarkertemplate add period for etc. diff -r eae3c6de71e5 -r 3fb59f43a430 mercurial/help/config.txt --- a/mercurial/help/config.txt Fri Sep 04 21:12:07 2015 +0800 +++ b/mercurial/help/config.txt Wed Sep 02 02:03:22 2015 -0400 @@ -211,7 +211,7 @@ Aliases allow you to define your own commands in terms of other commands (or aliases), optionally including arguments. Positional -arguments in the form of ``$1``, ``$2``, etc in the alias definition +arguments in the form of ``$1``, ``$2``, etc. in the alias definition are expanded by Mercurial before execution. Positional arguments not already used by ``$N`` in the definition are put at the end of the command to be executed.