Show More
@@ -10,7 +10,9 b' after the command.' | |||
|
10 | 10 | |
|
11 | 11 | Every flag has at least a long name, such as --repository. Some flags may also |
|
12 | 12 | have a short one-letter name, such as the equivalent -R. Using the short or long |
|
13 | name is equivalent and has the same effect. | |
|
13 | name is equivalent and has the same effect. The long name may be abbreviated to | |
|
14 | any unambiguous prefix. For example, :hg:`commit --amend` can be abbreviated | |
|
15 | to :hg:`commit --am`. | |
|
14 | 16 | |
|
15 | 17 | Flags that have a short name can also be bundled together - for instance, to |
|
16 | 18 | specify both --edit (short -e) and --interactive (short -i), one could use:: |
General Comments 0
You need to be logged in to leave comments.
Login now