##// END OF EJS Templates
update test-debugcomplete
Matt Mackall -
r3782:a8725ae1 default
parent child Browse files
Show More
@@ -1,150 +1,154 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 branch
8 8 branches
9 9 bundle
10 10 cat
11 11 clone
12 12 commit
13 13 copy
14 14 diff
15 15 export
16 16 grep
17 17 heads
18 18 help
19 19 identify
20 20 import
21 21 incoming
22 22 init
23 23 locate
24 24 log
25 25 manifest
26 26 merge
27 27 outgoing
28 28 parents
29 29 paths
30 30 pull
31 31 push
32 32 recover
33 33 remove
34 34 rename
35 35 revert
36 36 rollback
37 37 root
38 38 serve
39 39 showconfig
40 40 status
41 41 tag
42 42 tags
43 43 tip
44 44 unbundle
45 45 update
46 46 verify
47 47 version
48 48
49 49 % Show all commands that start with "a"
50 50 add
51 51 addremove
52 52 annotate
53 53 archive
54 54
55 55 % Do not show debug commands if there are other candidates
56 56 diff
57 57
58 58 % Show debug commands if there are no other candidates
59 59 debugancestor
60 60 debugcheckstate
61 61 debugcomplete
62 62 debugconfig
63 63 debugdata
64 64 debugindex
65 65 debugindexdot
66 66 debugrawcommit
67 67 debugrebuildstate
68 68 debugrename
69 69 debugsetparents
70 70 debugstate
71 71 debugwalk
72 72
73 73 % Do not show the alias of a debug command if there are other candidates
74 74 % (this should hide rawcommit)
75 75 recover
76 76 remove
77 77 rename
78 78 revert
79 79 rollback
80 80 root
81 81
82 82 % Show the alias of a debug command if there are no other candidates
83 83 rawcommit
84 84
85 85 % Show the global options
86 86 --config
87 87 --cwd
88 88 --debug
89 89 --debugger
90 --encoding
91 --encodingmode
90 92 --help
91 93 --lsprof
92 94 --noninteractive
93 95 --profile
94 96 --quiet
95 97 --repository
96 98 --time
97 99 --traceback
98 100 --verbose
99 101 --version
100 102 -R
101 103 -h
102 104 -q
103 105 -v
104 106 -y
105 107
106 108 % Show the options for the "serve" command
107 109 --accesslog
108 110 --address
109 111 --config
110 112 --cwd
111 113 --daemon
112 114 --daemon-pipefds
113 115 --debug
114 116 --debugger
117 --encoding
118 --encodingmode
115 119 --errorlog
116 120 --help
117 121 --ipv6
118 122 --lsprof
119 123 --name
120 124 --noninteractive
121 125 --pid-file
122 126 --port
123 127 --profile
124 128 --quiet
125 129 --repository
126 130 --stdio
127 131 --style
128 132 --templates
129 133 --time
130 134 --traceback
131 135 --verbose
132 136 --version
133 137 --webdir-conf
134 138 -6
135 139 -A
136 140 -E
137 141 -R
138 142 -a
139 143 -d
140 144 -h
141 145 -n
142 146 -p
143 147 -q
144 148 -t
145 149 -v
146 150 -y
147 151
148 152 % Show an error if we use --options with an ambiguous abbreviation
149 153 hg: command 's' is ambiguous:
150 154 serve showconfig status
General Comments 0
You need to be logged in to leave comments. Login now