changeset 42581 | bb135a784b70 |
parent 42542 | 2e1d9414ff71 |
child 42612 | 3c16b9c0b099 |
42580:eb7bd7d64a9d | 42581:bb135a784b70 |
---|---|
1 Show all commands except debug commands |
1 Show all commands except debug commands |
2 $ hg debugcomplete |
2 $ hg debugcomplete |
3 abort |
|
3 add |
4 add |
4 addremove |
5 addremove |
5 annotate |
6 annotate |
6 archive |
7 archive |
7 backout |
8 backout |
57 verify |
58 verify |
58 version |
59 version |
59 |
60 |
60 Show all commands that start with "a" |
61 Show all commands that start with "a" |
61 $ hg debugcomplete a |
62 $ hg debugcomplete a |
63 abort |
|
62 add |
64 add |
63 addremove |
65 addremove |
64 annotate |
66 annotate |
65 archive |
67 archive |
66 |
68 |
233 serve shelve showconfig status summary |
235 serve shelve showconfig status summary |
234 [255] |
236 [255] |
235 |
237 |
236 Show all commands + options |
238 Show all commands + options |
237 $ hg debugcommands |
239 $ hg debugcommands |
240 abort: dry-run |
|
238 add: include, exclude, subrepos, dry-run |
241 add: include, exclude, subrepos, dry-run |
239 addremove: similarity, subrepos, include, exclude, dry-run |
242 addremove: similarity, subrepos, include, exclude, dry-run |
240 annotate: rev, follow, no-follow, text, user, file, date, number, changeset, line-number, skip, ignore-all-space, ignore-space-change, ignore-blank-lines, ignore-space-at-eol, include, exclude, template |
243 annotate: rev, follow, no-follow, text, user, file, date, number, changeset, line-number, skip, ignore-all-space, ignore-space-change, ignore-blank-lines, ignore-space-at-eol, include, exclude, template |
241 archive: no-decode, prefix, rev, type, subrepos, include, exclude |
244 archive: no-decode, prefix, rev, type, subrepos, include, exclude |
242 backout: merge, commit, no-commit, parent, rev, edit, tool, include, exclude, message, logfile, date, user |
245 backout: merge, commit, no-commit, parent, rev, edit, tool, include, exclude, message, logfile, date, user |