Mercurial > hg
comparison tests/test-debugcomplete.out @ 7880:7ca2be800804
add debugcommands command: an easy to parse command + option index
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Mon, 23 Mar 2009 13:43:48 +0100 |
parents | 92ccccb55ba3 |
children | 1c2cf2e5dc9b |
comparison
equal
deleted
inserted
replaced
7879:5c4026a289a4 | 7880:7ca2be800804 |
---|---|
58 diff | 58 diff |
59 | 59 |
60 % Show debug commands if there are no other candidates | 60 % Show debug commands if there are no other candidates |
61 debugancestor | 61 debugancestor |
62 debugcheckstate | 62 debugcheckstate |
63 debugcommands | |
63 debugcomplete | 64 debugcomplete |
64 debugconfig | 65 debugconfig |
65 debugdata | 66 debugdata |
66 debugdate | 67 debugdate |
67 debugfsinfo | 68 debugfsinfo |
158 -y | 159 -y |
159 | 160 |
160 % Show an error if we use --options with an ambiguous abbreviation | 161 % Show an error if we use --options with an ambiguous abbreviation |
161 hg: command 's' is ambiguous: | 162 hg: command 's' is ambiguous: |
162 serve showconfig status | 163 serve showconfig status |
164 | |
165 % Show all commands + options | |
166 add: include, exclude, dry-run | |
167 annotate: rev, follow, text, user, date, number, changeset, line-number, include, exclude | |
168 clone: noupdate, rev, pull, uncompressed, ssh, remotecmd | |
169 commit: addremove, close-branch, include, exclude, message, logfile, date, user | |
170 diff: rev, change, text, git, nodates, show-function, ignore-all-space, ignore-space-change, ignore-blank-lines, unified, include, exclude | |
171 export: output, switch-parent, text, git, nodates | |
172 init: ssh, remotecmd | |
173 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 merge: force, rev | |
175 parents: rev, style, template | |
176 pull: update, force, rev, ssh, remotecmd | |
177 push: force, rev, ssh, remotecmd | |
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 | |
180 status: all, modified, added, removed, deleted, clean, unknown, ignored, no-status, copies, print0, rev, include, exclude | |
181 update: clean, date, rev | |
182 addremove: similarity, include, exclude, dry-run | |
183 archive: no-decode, prefix, rev, type, include, exclude | |
184 backout: merge, parent, rev, include, exclude, message, logfile, date, user | |
185 bisect: reset, good, bad, skip, command, noupdate | |
186 branch: force, clean | |
187 branches: active | |
188 bundle: force, rev, base, all, type, ssh, remotecmd | |
189 cat: output, rev, decode, include, exclude | |
190 copy: after, force, include, exclude, dry-run | |
191 debugancestor: | |
192 debugcheckstate: | |
193 debugcommands: | |
194 debugcomplete: options | |
195 debugdata: | |
196 debugdate: extended | |
197 debugfsinfo: | |
198 debugindex: | |
199 debugindexdot: | |
200 debuginstall: | |
201 debugrawcommit: parent, files, message, logfile, date, user | |
202 debugrebuildstate: rev | |
203 debugrename: rev | |
204 debugsetparents: | |
205 debugstate: nodates | |
206 debugwalk: include, exclude | |
207 grep: print0, all, follow, ignore-case, files-with-matches, line-number, rev, user, date, include, exclude | |
208 heads: rev, active, style, template | |
209 help: | |
210 identify: rev, num, id, branch, tags | |
211 import: strip, base, force, no-commit, exact, import-branch, message, logfile, date, user, similarity | |
212 incoming: force, newest-first, bundle, rev, patch, git, limit, no-merges, style, template, ssh, remotecmd | |
213 locate: rev, print0, fullpath, include, exclude | |
214 manifest: rev | |
215 outgoing: force, rev, newest-first, patch, git, limit, no-merges, style, template, ssh, remotecmd | |
216 paths: | |
217 recover: | |
218 rename: after, force, include, exclude, dry-run | |
219 resolve: all, list, mark, unmark, include, exclude | |
220 revert: all, date, rev, no-backup, include, exclude, dry-run | |
221 rollback: | |
222 root: | |
223 showconfig: untrusted | |
224 tag: force, local, rev, remove, message, date, user | |
225 tags: | |
226 tip: patch, git, style, template | |
227 unbundle: update | |
228 verify: | |
229 version: |