comparison tests/test-help.out @ 593:ca3c499e94c6

Shorten help -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Shorten help Basic commands are now marked with "^" in the table only basic commands are show in hg help by default copyright banner not displayed with help by default manifest hash: 7337678588354ca669a3b13d1fbb0ad893563947 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) iD8DBQFCx9LNywK+sNU5EO8RAokCAJ9ZK2sGEto9RLyukFX+n0nzHRoB9QCfU84I e+Evc2g91kSS92FPrIC+Hnw= =yUmt -----END PGP SIGNATURE-----
author mpm@selenic.com
date Sun, 03 Jul 2005 03:58:05 -0800
parents 0c3bae18403b
children 9a8daeff0ffa
comparison
equal deleted inserted replaced
592:74175ce83378 593:ca3c499e94c6
1 + hg -q help 1 + hg -q help
2 hg commands: 2 basic hg commands (use -v for long list):
3 3
4 add add the specified files on the next commit 4 add add the specified files on the next commit
5 addremove add all new files, delete all missing files 5 clone make a copy of an existing repository
6 annotate show changeset information per file line 6 commit commit the specified files or all outstanding changes
7 cat output the latest or given revision of a file 7 diff diff working directory (or selected files)
8 clone make a copy of an existing repository 8 init create a new repository in the current directory
9 commit commit the specified files or all outstanding changes 9 log show the revision history of the repository or a single file
10 copy mark a file as copied or renamed for the next commit 10 pull pull changes from the specified source
11 diff diff working directory (or selected files) 11 push push changes to the specified destination
12 export dump the header and diffs for one or more changesets 12 remove remove the specified files on the next commit
13 forget don't add the specified files on the next commit 13 serve export the repository via HTTP
14 heads show current repository heads 14 status show changed files in the working directory
15 help show help for a given command or all commands 15 update update or merge working directory
16 identify print information about the working copy
17 import import an ordered set of patches
18 init create a new repository in the current directory
19 log show the revision history of the repository or a single file
20 manifest output the latest or given revision of the project manifest
21 parents show the parents of the current working dir
22 pull pull changes from the specified source
23 push push changes to the specified destination
24 rawcommit raw commit interface
25 recover roll back an interrupted transaction
26 remove remove the specified files on the next commit
27 revert revert modified files or dirs back to their unmodified states
28 root print the root (top) of the current working dir
29 serve export the repository via HTTP
30 status show changed files in the working directory
31 tag add a tag for the current tip or a given revision
32 tags list repository tags
33 tip show the tip revision
34 undo undo the last transaction
35 update update or merge working directory
36 verify verify the integrity of the repository
37 version output version and copyright information
38 + hg add -h 16 + hg add -h
39 hg add: option -h not recognized 17 hg add: option -h not recognized
40 hg add [files] 18 hg add [files]
41 19
42 add the specified files on the next commit 20 add the specified files on the next commit
49 diff working directory (or selected files) 27 diff working directory (or selected files)
50 + hg help foo 28 + hg help foo
51 hg: unknown command foo 29 hg: unknown command foo
52 + hg -q commands 30 + hg -q commands
53 hg: unknown command 'commands' 31 hg: unknown command 'commands'
54 hg commands: 32 basic hg commands (use -v for long list):
55 33
56 add add the specified files on the next commit 34 add add the specified files on the next commit
57 addremove add all new files, delete all missing files 35 clone make a copy of an existing repository
58 annotate show changeset information per file line 36 commit commit the specified files or all outstanding changes
59 cat output the latest or given revision of a file 37 diff diff working directory (or selected files)
60 clone make a copy of an existing repository 38 init create a new repository in the current directory
61 commit commit the specified files or all outstanding changes 39 log show the revision history of the repository or a single file
62 copy mark a file as copied or renamed for the next commit 40 pull pull changes from the specified source
63 diff diff working directory (or selected files) 41 push push changes to the specified destination
64 export dump the header and diffs for one or more changesets 42 remove remove the specified files on the next commit
65 forget don't add the specified files on the next commit 43 serve export the repository via HTTP
66 heads show current repository heads 44 status show changed files in the working directory
67 help show help for a given command or all commands 45 update update or merge working directory
68 identify print information about the working copy
69 import import an ordered set of patches
70 init create a new repository in the current directory
71 log show the revision history of the repository or a single file
72 manifest output the latest or given revision of the project manifest
73 parents show the parents of the current working dir
74 pull pull changes from the specified source
75 push push changes to the specified destination
76 rawcommit raw commit interface
77 recover roll back an interrupted transaction
78 remove remove the specified files on the next commit
79 revert revert modified files or dirs back to their unmodified states
80 root print the root (top) of the current working dir
81 serve export the repository via HTTP
82 status show changed files in the working directory
83 tag add a tag for the current tip or a given revision
84 tags list repository tags
85 tip show the tip revision
86 undo undo the last transaction
87 update update or merge working directory
88 verify verify the integrity of the repository
89 version output version and copyright information
90 + exit 0 46 + exit 0