comparison mercurial/help/config.txt @ 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 e05e5c6ccd2f
children 52e9187cd0e8
comparison
equal deleted inserted replaced
26175:eae3c6de71e5 26176:3fb59f43a430
209 209
210 Defines command aliases. 210 Defines command aliases.
211 211
212 Aliases allow you to define your own commands in terms of other 212 Aliases allow you to define your own commands in terms of other
213 commands (or aliases), optionally including arguments. Positional 213 commands (or aliases), optionally including arguments. Positional
214 arguments in the form of ``$1``, ``$2``, etc in the alias definition 214 arguments in the form of ``$1``, ``$2``, etc. in the alias definition
215 are expanded by Mercurial before execution. Positional arguments not 215 are expanded by Mercurial before execution. Positional arguments not
216 already used by ``$N`` in the definition are put at the end of the 216 already used by ``$N`` in the definition are put at the end of the
217 command to be executed. 217 command to be executed.
218 218
219 Alias definitions consist of lines of the form:: 219 Alias definitions consist of lines of the form::