changeset 26176:3fb59f43a430

help/config: alias, ui.mergemarkertemplate add period for etc.
author timeless@mozdev.org
date Wed, 02 Sep 2015 02:03:22 -0400
parents eae3c6de71e5
children 52e9187cd0e8
files mercurial/help/config.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.