##// 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 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 debugforget
65 64 debugindex
66 65 debugindexdot
67 66 debugrawcommit
68 67 debugrebuildstate
69 68 debugrename
70 69 debugsetparents
71 70 debugstate
72 debugundo
73 71 debugwalk
74 72
75 73 % Do not show the alias of a debug command if there are other candidates
76 74 % (this should hide rawcommit)
77 75 recover
78 76 remove
79 77 rename
80 78 revert
81 79 rollback
82 80 root
83 81
84 82 % Show the alias of a debug command if there are no other candidates
85 83 rawcommit
86 84
87 85 % Show the global options
88 86 --config
89 87 --cwd
90 88 --debug
91 89 --debugger
92 90 --help
93 91 --lsprof
94 92 --noninteractive
95 93 --profile
96 94 --quiet
97 95 --repository
98 96 --time
99 97 --traceback
100 98 --verbose
101 99 --version
102 100 -R
103 101 -h
104 102 -q
105 103 -v
106 104 -y
107 105
108 106 % Show the options for the "serve" command
109 107 --accesslog
110 108 --address
111 109 --config
112 110 --cwd
113 111 --daemon
114 112 --daemon-pipefds
115 113 --debug
116 114 --debugger
117 115 --errorlog
118 116 --help
119 117 --ipv6
120 118 --lsprof
121 119 --name
122 120 --noninteractive
123 121 --pid-file
124 122 --port
125 123 --profile
126 124 --quiet
127 125 --repository
128 126 --stdio
129 127 --style
130 128 --templates
131 129 --time
132 130 --traceback
133 131 --verbose
134 132 --version
135 133 --webdir-conf
136 134 -6
137 135 -A
138 136 -E
139 137 -R
140 138 -a
141 139 -d
142 140 -h
143 141 -n
144 142 -p
145 143 -q
146 144 -t
147 145 -v
148 146 -y
149 147
150 148 % Show an error if we use --options with an ambiguous abbreviation
151 149 hg: command 's' is ambiguous:
152 150 serve showconfig status
General Comments 0
You need to be logged in to leave comments. Login now