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