##// END OF EJS Templates
perf: test the formatting of a command help...
marmoute -
r47116:c41ac898 default
parent child Browse files
Show More
@@ -195,6 +195,20 b' perfstatus'
195 perf--write microbenchmark ui.write (and others)
195 perf--write microbenchmark ui.write (and others)
196
196
197 (use 'hg help -v perf' to show built-in aliases and global options)
197 (use 'hg help -v perf' to show built-in aliases and global options)
198
199 $ hg help perfaddremove
200 hg perf--addremove
201
202 aliases: perfaddremove
203
204 (no help text available)
205
206 options:
207
208 -T --template TEMPLATE display with template
209
210 (some details hidden, use --verbose to show complete help)
211
198 $ hg perfaddremove
212 $ hg perfaddremove
199 $ hg perfancestors
213 $ hg perfancestors
200 $ hg perfancestorset 2
214 $ hg perfancestorset 2
General Comments 0
You need to be logged in to leave comments. Login now