##// END OF EJS Templates
help: explain in `hg help flags` that unambiguous prefixes are allowed...
Martin von Zweigbergk -
r45459:33ef8841 default
parent child Browse files
Show More
@@ -10,7 +10,9 b' after the command.'
10
10
11 Every flag has at least a long name, such as --repository. Some flags may also
11 Every flag has at least a long name, such as --repository. Some flags may also
12 have a short one-letter name, such as the equivalent -R. Using the short or long
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 Flags that have a short name can also be bundled together - for instance, to
17 Flags that have a short name can also be bundled together - for instance, to
16 specify both --edit (short -e) and --interactive (short -i), one could use::
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