Submitter | timeless@mozdev.org |
---|---|
Date | Sept. 4, 2015, 10:35 a.m. |
Message ID | <9dd6618a949db3cdb30a.1441362905@waste.org> |
Download | mbox | patch |
Permalink | /patch/10399/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt --- a/mercurial/help/config.txt +++ b/mercurial/help/config.txt @@ -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.