comparison tests/test-help.out @ 871:c2e77581bc84

Merge with mpm.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 09 Aug 2005 17:24:38 -0800
parents 0902ffece4b4 8933ef744325
children d4cb383e7de7 781266a78fe1
comparison
equal deleted inserted replaced
870:a82eae840447 871:c2e77581bc84
1 + hg
2 Mercurial Distributed SCM
3
4 basic commands (use "hg help" for the full list or option "-v" for details):
5
6 add add the specified files on the next commit
7 annotate show changeset information per file line
8 clone make a copy of an existing repository
9 commit commit the specified files or all outstanding changes
10 diff diff working directory (or selected files)
11 export dump the header and diffs for one or more changesets
12 init create a new repository in the current directory
13 log show the revision history of the repository or a single file
14 pull pull changes from the specified source
15 push push changes to the specified destination
16 remove remove the specified files on the next commit
17 revert revert modified files or dirs back to their unmodified states
18 serve export the repository via HTTP
19 status show changed files in the working directory
20 update update or merge working directory
21 + hg -q
22 add add the specified files on the next commit
23 annotate show changeset information per file line
24 clone make a copy of an existing repository
25 commit commit the specified files or all outstanding changes
26 diff diff working directory (or selected files)
27 export dump the header and diffs for one or more changesets
28 init create a new repository in the current directory
29 log show the revision history of the repository or a single file
30 pull pull changes from the specified source
31 push push changes to the specified destination
32 remove remove the specified files on the next commit
33 revert revert modified files or dirs back to their unmodified states
34 serve export the repository via HTTP
35 status show changed files in the working directory
36 update update or merge working directory
1 + hg help 37 + hg help
2 basic hg commands (use "hg help -v" for more): 38 Mercurial Distributed SCM
3 39
4 add add the specified files on the next commit 40 list of commands (use "hg help -v" to show aliases and global options):
5 annotate show changeset information per file line 41
6 clone make a copy of an existing repository 42 add add the specified files on the next commit
7 commit commit the specified files or all outstanding changes 43 addremove add all new files, delete all missing files
8 diff diff working directory (or selected files) 44 annotate show changeset information per file line
9 export dump the header and diffs for one or more changesets 45 cat output the latest or given revision of a file
10 init create a new repository in the current directory 46 clone make a copy of an existing repository
11 log show the revision history of the repository or a single file 47 commit commit the specified files or all outstanding changes
12 pull pull changes from the specified source 48 copy mark a file as copied or renamed for the next commit
13 push push changes to the specified destination 49 diff diff working directory (or selected files)
14 remove remove the specified files on the next commit 50 export dump the header and diffs for one or more changesets
15 revert revert modified files or dirs back to their unmodified states 51 forget don't add the specified files on the next commit
16 serve export the repository via HTTP 52 heads show current repository heads
17 status show changed files in the working directory 53 help show help for a given command or all commands
18 update update or merge working directory 54 identify print information about the working copy
55 import import an ordered set of patches
56 init create a new repository in the current directory
57 locate locate files matching specific patterns
58 log show the revision history of the repository or a single file
59 manifest output the latest or given revision of the project manifest
60 parents show the parents of the working dir or revision
61 paths show path or list of available paths
62 pull pull changes from the specified source
63 push push changes to the specified destination
64 rawcommit raw commit interface
65 recover roll back an interrupted transaction
66 remove remove the specified files on the next commit
67 revert revert modified files or dirs back to their unmodified states
68 root print the root (top) of the current working dir
69 serve export the repository via HTTP
70 status show changed files in the working directory
71 tag add a tag for the current tip or a given revision
72 tags list repository tags
73 tip show the tip revision
74 undo undo the last commit or pull
75 update update or merge working directory
76 verify verify the integrity of the repository
77 version output version and copyright information
19 + hg -q help 78 + hg -q help
20 basic hg commands (use "hg help -v" for more): 79 add add the specified files on the next commit
21 80 addremove add all new files, delete all missing files
22 add add the specified files on the next commit 81 annotate show changeset information per file line
23 annotate show changeset information per file line 82 cat output the latest or given revision of a file
24 clone make a copy of an existing repository 83 clone make a copy of an existing repository
25 commit commit the specified files or all outstanding changes 84 commit commit the specified files or all outstanding changes
26 diff diff working directory (or selected files) 85 copy mark a file as copied or renamed for the next commit
27 export dump the header and diffs for one or more changesets 86 diff diff working directory (or selected files)
28 init create a new repository in the current directory 87 export dump the header and diffs for one or more changesets
29 log show the revision history of the repository or a single file 88 forget don't add the specified files on the next commit
30 pull pull changes from the specified source 89 heads show current repository heads
31 push push changes to the specified destination 90 help show help for a given command or all commands
32 remove remove the specified files on the next commit 91 identify print information about the working copy
33 revert revert modified files or dirs back to their unmodified states 92 import import an ordered set of patches
34 serve export the repository via HTTP 93 init create a new repository in the current directory
35 status show changed files in the working directory 94 locate locate files matching specific patterns
36 update update or merge working directory 95 log show the revision history of the repository or a single file
96 manifest output the latest or given revision of the project manifest
97 parents show the parents of the working dir or revision
98 paths show path or list of available paths
99 pull pull changes from the specified source
100 push push changes to the specified destination
101 rawcommit raw commit interface
102 recover roll back an interrupted transaction
103 remove remove the specified files on the next commit
104 revert revert modified files or dirs back to their unmodified states
105 root print the root (top) of the current working dir
106 serve export the repository via HTTP
107 status show changed files in the working directory
108 tag add a tag for the current tip or a given revision
109 tags list repository tags
110 tip show the tip revision
111 undo undo the last commit or pull
112 update update or merge working directory
113 verify verify the integrity of the repository
114 version output version and copyright information
37 + hg add -h 115 + hg add -h
38 hg add: option -h not recognized 116 hg add: option -h not recognized
39 hg add [FILE]... 117 hg add [FILE]...
40 118
41 -I --include
42 include path in search
43 -X --exclude
44 exclude path from search
45
46 add the specified files on the next commit 119 add the specified files on the next commit
120
121 options:
122
123 -I --include
124 include path in search
125 -X --exclude
126 exclude path from search
47 + hg add --skjdfks 127 + hg add --skjdfks
48 hg add: option --skjdfks not recognized 128 hg add: option --skjdfks not recognized
49 hg add [FILE]... 129 hg add [FILE]...
50 130
51 -I --include
52 include path in search
53 -X --exclude
54 exclude path from search
55
56 add the specified files on the next commit 131 add the specified files on the next commit
132
133 options:
134
135 -I --include
136 include path in search
137 -X --exclude
138 exclude path from search
57 + hg help diff 139 + hg help diff
58 hg diff [-r REV1 [-r REV2]] [FILE]... 140 hg diff [-r REV1 [-r REV2]] [FILE]...
59 141
142 diff working directory (or selected files)
143
144 options:
145
60 -r --rev 146 -r --rev
61 revision 147 revision
62 -I --include 148 -I --include
63 include path in search 149 include path in search
64 -X --exclude 150 -X --exclude
65 exclude path from search 151 exclude path from search
66 152 + hg help status
67 diff working directory (or selected files) 153 hg status [FILE]...
154
155 show changed files in the working directory
156
157 M = modified
158 A = added
159 R = removed
160 ? = not tracked
161
162 options:
163
164 -m --modified
165 show only modified files
166 -a --added
167 show only added files
168 -r --removed
169 show only removed files
170 -u --unknown
171 show only unknown (not tracked) files
172 -I --include
173 include path in search
174 -X --exclude
175 exclude path from search
176 + hg -q help status
177 hg status [FILE]...
178
179 show changed files in the working directory
68 + hg help foo 180 + hg help foo
69 hg: unknown command foo 181 hg: unknown command 'foo'
70 + hg -q commands 182 Mercurial Distributed SCM
71 hg: unknown command 'commands' 183
72 basic hg commands (use "hg help -v" for more): 184 basic commands (use "hg help" for the full list or option "-v" for details):
73 185
74 add add the specified files on the next commit 186 add add the specified files on the next commit
75 annotate show changeset information per file line 187 annotate show changeset information per file line
76 clone make a copy of an existing repository 188 clone make a copy of an existing repository
77 commit commit the specified files or all outstanding changes 189 commit commit the specified files or all outstanding changes
78 diff diff working directory (or selected files) 190 diff diff working directory (or selected files)
79 export dump the header and diffs for one or more changesets 191 export dump the header and diffs for one or more changesets
80 init create a new repository in the current directory 192 init create a new repository in the current directory
81 log show the revision history of the repository or a single file 193 log show the revision history of the repository or a single file
82 pull pull changes from the specified source 194 pull pull changes from the specified source
83 push push changes to the specified destination 195 push push changes to the specified destination
84 remove remove the specified files on the next commit 196 remove remove the specified files on the next commit
85 revert revert modified files or dirs back to their unmodified states 197 revert revert modified files or dirs back to their unmodified states
86 serve export the repository via HTTP 198 serve export the repository via HTTP
87 status show changed files in the working directory 199 status show changed files in the working directory
88 update update or merge working directory 200 update update or merge working directory
201 + hg skjdfks
202 hg: unknown command 'skjdfks'
203 Mercurial Distributed SCM
204
205 basic commands (use "hg help" for the full list or option "-v" for details):
206
207 add add the specified files on the next commit
208 annotate show changeset information per file line
209 clone make a copy of an existing repository
210 commit commit the specified files or all outstanding changes
211 diff diff working directory (or selected files)
212 export dump the header and diffs for one or more changesets
213 init create a new repository in the current directory
214 log show the revision history of the repository or a single file
215 pull pull changes from the specified source
216 push push changes to the specified destination
217 remove remove the specified files on the next commit
218 revert revert modified files or dirs back to their unmodified states
219 serve export the repository via HTTP
220 status show changed files in the working directory
221 update update or merge working directory