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