Show More
@@ -211,7 +211,7 b' 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. |
General Comments 0
You need to be logged in to leave comments.
Login now