Show More
@@ -14,6 +14,10 b' echo %% test help option with version op' | |||||
14 | hg add -h --version | sed 's/[(]version [^)]*[)]/(version xxx)/' |
|
14 | hg add -h --version | sed 's/[(]version [^)]*[)]/(version xxx)/' | |
15 |
|
15 | |||
16 | hg add --skjdfks |
|
16 | hg add --skjdfks | |
|
17 | ||||
|
18 | echo %% test ambiguous command help | |||
|
19 | hg help ad | |||
|
20 | ||||
17 | hg help diff |
|
21 | hg help diff | |
18 | hg help status |
|
22 | hg help status | |
19 | hg -q help status |
|
23 | hg -q help status |
@@ -294,6 +294,13 b' options:' | |||||
294 | -n --dry-run do not perform actions, just print output |
|
294 | -n --dry-run do not perform actions, just print output | |
295 |
|
295 | |||
296 | use "hg -v help add" to show global options |
|
296 | use "hg -v help add" to show global options | |
|
297 | %% test ambiguous command help | |||
|
298 | list of commands: | |||
|
299 | ||||
|
300 | add add the specified files on the next commit | |||
|
301 | addremove add all new files, delete all missing files | |||
|
302 | ||||
|
303 | use "hg -v help ad" to show aliases and global options | |||
297 | hg diff [OPTION]... [-r REV1 [-r REV2]] [FILE]... |
|
304 | hg diff [OPTION]... [-r REV1 [-r REV2]] [FILE]... | |
298 |
|
305 | |||
299 | diff repository (or selected files) |
|
306 | diff repository (or selected files) |
General Comments 0
You need to be logged in to leave comments.
Login now