Show More
@@ -1,231 +1,231 b'' | |||
|
1 | 1 | % Show all commands except debug commands |
|
2 | 2 | add |
|
3 | 3 | addremove |
|
4 | 4 | annotate |
|
5 | 5 | archive |
|
6 | 6 | backout |
|
7 | 7 | bisect |
|
8 | 8 | branch |
|
9 | 9 | branches |
|
10 | 10 | bundle |
|
11 | 11 | cat |
|
12 | 12 | clone |
|
13 | 13 | commit |
|
14 | 14 | copy |
|
15 | 15 | diff |
|
16 | 16 | export |
|
17 | 17 | forget |
|
18 | 18 | grep |
|
19 | 19 | heads |
|
20 | 20 | help |
|
21 | 21 | identify |
|
22 | 22 | import |
|
23 | 23 | incoming |
|
24 | 24 | init |
|
25 | 25 | locate |
|
26 | 26 | log |
|
27 | 27 | manifest |
|
28 | 28 | merge |
|
29 | 29 | outgoing |
|
30 | 30 | parents |
|
31 | 31 | paths |
|
32 | 32 | pull |
|
33 | 33 | push |
|
34 | 34 | recover |
|
35 | 35 | remove |
|
36 | 36 | rename |
|
37 | 37 | resolve |
|
38 | 38 | revert |
|
39 | 39 | rollback |
|
40 | 40 | root |
|
41 | 41 | serve |
|
42 | 42 | showconfig |
|
43 | 43 | status |
|
44 | 44 | summary |
|
45 | 45 | tag |
|
46 | 46 | tags |
|
47 | 47 | tip |
|
48 | 48 | unbundle |
|
49 | 49 | update |
|
50 | 50 | verify |
|
51 | 51 | version |
|
52 | 52 | |
|
53 | 53 | % Show all commands that start with "a" |
|
54 | 54 | add |
|
55 | 55 | addremove |
|
56 | 56 | annotate |
|
57 | 57 | archive |
|
58 | 58 | |
|
59 | 59 | % Do not show debug commands if there are other candidates |
|
60 | 60 | diff |
|
61 | 61 | |
|
62 | 62 | % Show debug commands if there are no other candidates |
|
63 | 63 | debugancestor |
|
64 | 64 | debugcheckstate |
|
65 | 65 | debugcommands |
|
66 | 66 | debugcomplete |
|
67 | 67 | debugconfig |
|
68 | 68 | debugdata |
|
69 | 69 | debugdate |
|
70 | 70 | debugfsinfo |
|
71 | 71 | debugindex |
|
72 | 72 | debugindexdot |
|
73 | 73 | debuginstall |
|
74 | 74 | debugrebuildstate |
|
75 | 75 | debugrename |
|
76 | 76 | debugsetparents |
|
77 | 77 | debugstate |
|
78 | 78 | debugsub |
|
79 | 79 | debugwalk |
|
80 | 80 | |
|
81 | 81 | % Do not show the alias of a debug command if there are other candidates |
|
82 | 82 | % (this should hide rawcommit) |
|
83 | 83 | recover |
|
84 | 84 | remove |
|
85 | 85 | rename |
|
86 | 86 | resolve |
|
87 | 87 | revert |
|
88 | 88 | rollback |
|
89 | 89 | root |
|
90 | 90 | |
|
91 | 91 | % Show the alias of a debug command if there are no other candidates |
|
92 | 92 | |
|
93 | 93 | |
|
94 | 94 | % Show the global options |
|
95 | 95 | --config |
|
96 | 96 | --cwd |
|
97 | 97 | --debug |
|
98 | 98 | --debugger |
|
99 | 99 | --encoding |
|
100 | 100 | --encodingmode |
|
101 | 101 | --help |
|
102 | 102 | --noninteractive |
|
103 | 103 | --profile |
|
104 | 104 | --quiet |
|
105 | 105 | --repository |
|
106 | 106 | --time |
|
107 | 107 | --traceback |
|
108 | 108 | --verbose |
|
109 | 109 | --version |
|
110 | 110 | -R |
|
111 | 111 | -h |
|
112 | 112 | -q |
|
113 | 113 | -v |
|
114 | 114 | -y |
|
115 | 115 | |
|
116 | 116 | % Show the options for the "serve" command |
|
117 | 117 | --accesslog |
|
118 | 118 | --address |
|
119 | 119 | --certificate |
|
120 | 120 | --config |
|
121 | 121 | --cwd |
|
122 | 122 | --daemon |
|
123 | 123 | --daemon-pipefds |
|
124 | 124 | --debug |
|
125 | 125 | --debugger |
|
126 | 126 | --encoding |
|
127 | 127 | --encodingmode |
|
128 | 128 | --errorlog |
|
129 | 129 | --help |
|
130 | 130 | --ipv6 |
|
131 | 131 | --name |
|
132 | 132 | --noninteractive |
|
133 | 133 | --pid-file |
|
134 | 134 | --port |
|
135 | 135 | --prefix |
|
136 | 136 | --profile |
|
137 | 137 | --quiet |
|
138 | 138 | --repository |
|
139 | 139 | --stdio |
|
140 | 140 | --style |
|
141 | 141 | --templates |
|
142 | 142 | --time |
|
143 | 143 | --traceback |
|
144 | 144 | --verbose |
|
145 | 145 | --version |
|
146 | 146 | --webdir-conf |
|
147 | 147 | -6 |
|
148 | 148 | -A |
|
149 | 149 | -E |
|
150 | 150 | -R |
|
151 | 151 | -a |
|
152 | 152 | -d |
|
153 | 153 | -h |
|
154 | 154 | -n |
|
155 | 155 | -p |
|
156 | 156 | -q |
|
157 | 157 | -t |
|
158 | 158 | -v |
|
159 | 159 | -y |
|
160 | 160 | |
|
161 | 161 | % Show an error if we use --options with an ambiguous abbreviation |
|
162 | 162 | hg: command 's' is ambiguous: |
|
163 | 163 | serve showconfig status summary |
|
164 | 164 | |
|
165 | 165 | % Show all commands + options |
|
166 | 166 | add: include, exclude, dry-run |
|
167 | 167 | annotate: rev, follow, text, user, date, number, changeset, line-number, include, exclude |
|
168 | 168 | clone: noupdate, rev, pull, uncompressed, ssh, remotecmd |
|
169 | 169 | commit: addremove, close-branch, include, exclude, message, logfile, date, user |
|
170 | 170 | diff: rev, change, text, git, nodates, show-function, ignore-all-space, ignore-space-change, ignore-blank-lines, unified, include, exclude |
|
171 | 171 | export: output, switch-parent, text, git, nodates |
|
172 | 172 | forget: include, exclude |
|
173 | 173 | init: ssh, remotecmd |
|
174 | 174 | log: follow, follow-first, date, copies, keyword, rev, removed, only-merges, user, only-branch, prune, patch, git, limit, no-merges, style, template, include, exclude |
|
175 | 175 | merge: force, rev, preview |
|
176 | 176 | pull: update, force, rev, ssh, remotecmd |
|
177 | 177 | push: force, rev, ssh, remotecmd |
|
178 | 178 | remove: after, force, include, exclude |
|
179 | 179 | serve: accesslog, daemon, daemon-pipefds, errorlog, port, address, prefix, name, webdir-conf, pid-file, stdio, templates, style, ipv6, certificate |
|
180 | 180 | status: all, modified, added, removed, deleted, clean, unknown, ignored, no-status, copies, print0, rev, include, exclude |
|
181 | summary: | |
|
181 | summary: remote | |
|
182 | 182 | update: clean, check, date, rev |
|
183 | 183 | addremove: similarity, include, exclude, dry-run |
|
184 | 184 | archive: no-decode, prefix, rev, type, include, exclude |
|
185 | 185 | backout: merge, parent, rev, include, exclude, message, logfile, date, user |
|
186 | 186 | bisect: reset, good, bad, skip, command, noupdate |
|
187 | 187 | branch: force, clean |
|
188 | 188 | branches: active, closed |
|
189 | 189 | bundle: force, rev, base, all, type, ssh, remotecmd |
|
190 | 190 | cat: output, rev, decode, include, exclude |
|
191 | 191 | copy: after, force, include, exclude, dry-run |
|
192 | 192 | debugancestor: |
|
193 | 193 | debugcheckstate: |
|
194 | 194 | debugcommands: |
|
195 | 195 | debugcomplete: options |
|
196 | 196 | debugdata: |
|
197 | 197 | debugdate: extended |
|
198 | 198 | debugfsinfo: |
|
199 | 199 | debugindex: |
|
200 | 200 | debugindexdot: |
|
201 | 201 | debuginstall: |
|
202 | 202 | debugrebuildstate: rev |
|
203 | 203 | debugrename: rev |
|
204 | 204 | debugsetparents: |
|
205 | 205 | debugstate: nodates |
|
206 | 206 | debugsub: rev |
|
207 | 207 | debugwalk: include, exclude |
|
208 | 208 | grep: print0, all, follow, ignore-case, files-with-matches, line-number, rev, user, date, include, exclude |
|
209 | 209 | heads: rev, active, closed, style, template |
|
210 | 210 | help: |
|
211 | 211 | identify: rev, num, id, branch, tags |
|
212 | 212 | import: strip, base, force, no-commit, exact, import-branch, message, logfile, date, user, similarity |
|
213 | 213 | incoming: force, newest-first, bundle, rev, patch, git, limit, no-merges, style, template, ssh, remotecmd |
|
214 | 214 | locate: rev, print0, fullpath, include, exclude |
|
215 | 215 | manifest: rev |
|
216 | 216 | outgoing: force, rev, newest-first, patch, git, limit, no-merges, style, template, ssh, remotecmd |
|
217 | 217 | parents: rev, style, template |
|
218 | 218 | paths: |
|
219 | 219 | recover: |
|
220 | 220 | rename: after, force, include, exclude, dry-run |
|
221 | 221 | resolve: all, list, mark, unmark, include, exclude |
|
222 | 222 | revert: all, date, rev, no-backup, include, exclude, dry-run |
|
223 | 223 | rollback: |
|
224 | 224 | root: |
|
225 | 225 | showconfig: untrusted |
|
226 | 226 | tag: force, local, rev, remove, message, date, user |
|
227 | 227 | tags: |
|
228 | 228 | tip: patch, git, style, template |
|
229 | 229 | unbundle: update |
|
230 | 230 | verify: |
|
231 | 231 | version: |
General Comments 0
You need to be logged in to leave comments.
Login now