Show More
@@ -10,6 +10,7 b'' | |||||
10 | > unknown = bargle |
|
10 | > unknown = bargle | |
11 | > ambiguous = s |
|
11 | > ambiguous = s | |
12 | > recursive = recursive |
|
12 | > recursive = recursive | |
|
13 | > disabled = email | |||
13 | > nodefinition = |
|
14 | > nodefinition = | |
14 | > noclosingquotation = ' |
|
15 | > noclosingquotation = ' | |
15 | > no--cwd = status --cwd elsewhere |
|
16 | > no--cwd = status --cwd elsewhere | |
@@ -85,6 +86,25 b' recursive' | |||||
85 | alias 'recursive' resolves to unknown command 'recursive' |
|
86 | alias 'recursive' resolves to unknown command 'recursive' | |
86 |
|
87 | |||
87 |
|
88 | |||
|
89 | disabled | |||
|
90 | ||||
|
91 | $ hg disabled | |||
|
92 | alias 'disabled' resolves to unknown command 'email' | |||
|
93 | 'email' is provided by the following extension: | |||
|
94 | ||||
|
95 | patchbomb command to send changesets as (a series of) patch emails | |||
|
96 | ||||
|
97 | (use "hg help extensions" for information on enabling extensions) | |||
|
98 | [255] | |||
|
99 | $ hg help disabled | |||
|
100 | alias 'disabled' resolves to unknown command 'email' | |||
|
101 | 'email' is provided by the following extension: | |||
|
102 | ||||
|
103 | patchbomb command to send changesets as (a series of) patch emails | |||
|
104 | ||||
|
105 | (use "hg help extensions" for information on enabling extensions) | |||
|
106 | ||||
|
107 | ||||
88 | no definition |
|
108 | no definition | |
89 |
|
109 | |||
90 | $ hg nodef |
|
110 | $ hg nodef |
General Comments 0
You need to be logged in to leave comments.
Login now