comparison tests/test-help.out @ 925:5a034646e472

run-tests: remove '+ hg' trick This was causing me a fair amount of debugging confusion. Let's just forget it entirely. Updated tests to match.
author mpm@selenic.com
date Tue, 16 Aug 2005 19:03:01 -0800
parents 8c850b81798b
children 6f2c3bcbfaaf
comparison
equal deleted inserted replaced
924:ab681ea2857e 925:5a034646e472
1 + hg
2 Mercurial Distributed SCM 1 Mercurial Distributed SCM
3 2
4 basic commands (use "hg help" for the full list or option "-v" for details): 3 basic commands (use "hg help" for the full list or option "-v" for details):
5 4
6 add add the specified files on the next commit 5 add add the specified files on the next commit
16 remove remove the specified files on the next commit 15 remove remove the specified files on the next commit
17 revert revert modified files or dirs back to their unmodified states 16 revert revert modified files or dirs back to their unmodified states
18 serve export the repository via HTTP 17 serve export the repository via HTTP
19 status show changed files in the working directory 18 status show changed files in the working directory
20 update update or merge working directory 19 update update or merge working directory
21 + hg -q 20 add add the specified files on the next commit
22 add add the specified files on the next commit 21 annotate show changeset information per file line
23 annotate show changeset information per file line 22 clone make a copy of an existing repository
24 clone make a copy of an existing repository 23 commit commit the specified files or all outstanding changes
25 commit commit the specified files or all outstanding changes 24 diff diff working directory (or selected files)
26 diff diff working directory (or selected files) 25 export dump the header and diffs for one or more changesets
27 export dump the header and diffs for one or more changesets 26 init create a new repository in the given directory
28 init create a new repository in the given directory 27 log show the revision history of the repository or a single file
29 log show the revision history of the repository or a single file 28 pull pull changes from the specified source
30 pull pull changes from the specified source 29 push push changes to the specified destination
31 push push changes to the specified destination 30 remove remove the specified files on the next commit
32 remove remove the specified files on the next commit 31 revert revert modified files or dirs back to their unmodified states
33 revert revert modified files or dirs back to their unmodified states 32 serve export the repository via HTTP
34 serve export the repository via HTTP 33 status show changed files in the working directory
35 status show changed files in the working directory 34 update update or merge working directory
36 update update or merge working directory
37 + hg help
38 Mercurial Distributed SCM 35 Mercurial Distributed SCM
39 36
40 list of commands (use "hg help -v" to show aliases and global options): 37 list of commands (use "hg help -v" to show aliases and global options):
41 38
42 add add the specified files on the next commit 39 add add the specified files on the next commit
55 import import an ordered set of patches 52 import import an ordered set of patches
56 init create a new repository in the given directory 53 init create a new repository in the given directory
57 locate locate files matching specific patterns 54 locate locate files matching specific patterns
58 log show the revision history of the repository or a single file 55 log show the revision history of the repository or a single file
59 manifest output the latest or given revision of the project manifest 56 manifest output the latest or given revision of the project manifest
57 outgoing show changesets not found in destination
60 parents show the parents of the working dir or revision 58 parents show the parents of the working dir or revision
61 paths show path or list of available paths 59 paths show definition of symbolic path names
62 pull pull changes from the specified source 60 pull pull changes from the specified source
63 push push changes to the specified destination 61 push push changes to the specified destination
64 rawcommit raw commit interface 62 rawcommit raw commit interface
65 recover roll back an interrupted transaction 63 recover roll back an interrupted transaction
66 remove remove the specified files on the next commit 64 remove remove the specified files on the next commit
73 tip show the tip revision 71 tip show the tip revision
74 undo undo the last commit or pull 72 undo undo the last commit or pull
75 update update or merge working directory 73 update update or merge working directory
76 verify verify the integrity of the repository 74 verify verify the integrity of the repository
77 version output version and copyright information 75 version output version and copyright information
78 + hg -q help
79 add add the specified files on the next commit 76 add add the specified files on the next commit
80 addremove add all new files, delete all missing files 77 addremove add all new files, delete all missing files
81 annotate show changeset information per file line 78 annotate show changeset information per file line
82 cat output the latest or given revision of a file 79 cat output the latest or given revision of a file
83 clone make a copy of an existing repository 80 clone make a copy of an existing repository
92 import import an ordered set of patches 89 import import an ordered set of patches
93 init create a new repository in the given directory 90 init create a new repository in the given directory
94 locate locate files matching specific patterns 91 locate locate files matching specific patterns
95 log show the revision history of the repository or a single file 92 log show the revision history of the repository or a single file
96 manifest output the latest or given revision of the project manifest 93 manifest output the latest or given revision of the project manifest
94 outgoing show changesets not found in destination
97 parents show the parents of the working dir or revision 95 parents show the parents of the working dir or revision
98 paths show path or list of available paths 96 paths show definition of symbolic path names
99 pull pull changes from the specified source 97 pull pull changes from the specified source
100 push push changes to the specified destination 98 push push changes to the specified destination
101 rawcommit raw commit interface 99 rawcommit raw commit interface
102 recover roll back an interrupted transaction 100 recover roll back an interrupted transaction
103 remove remove the specified files on the next commit 101 remove remove the specified files on the next commit
110 tip show the tip revision 108 tip show the tip revision
111 undo undo the last commit or pull 109 undo undo the last commit or pull
112 update update or merge working directory 110 update update or merge working directory
113 verify verify the integrity of the repository 111 verify verify the integrity of the repository
114 version output version and copyright information 112 version output version and copyright information
115 + hg add -h
116 hg add: option -h not recognized 113 hg add: option -h not recognized
117 hg add [OPTION]... [FILE]... 114 hg add [OPTION]... [FILE]...
118 115
119 add the specified files on the next commit 116 add the specified files on the next commit
120 117
122 119
123 -I --include 120 -I --include
124 include path in search 121 include path in search
125 -X --exclude 122 -X --exclude
126 exclude path from search 123 exclude path from search
127 + hg add --skjdfks
128 hg add: option --skjdfks not recognized 124 hg add: option --skjdfks not recognized
129 hg add [OPTION]... [FILE]... 125 hg add [OPTION]... [FILE]...
130 126
131 add the specified files on the next commit 127 add the specified files on the next commit
132 128
134 130
135 -I --include 131 -I --include
136 include path in search 132 include path in search
137 -X --exclude 133 -X --exclude
138 exclude path from search 134 exclude path from search
139 + hg help diff
140 hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]... 135 hg diff [-I] [-X] [-r REV1 [-r REV2]] [FILE]...
141 136
142 diff working directory (or selected files) 137 diff working directory (or selected files)
143 138
144 options: 139 options:
147 revision 142 revision
148 -I --include 143 -I --include
149 include path in search 144 include path in search
150 -X --exclude 145 -X --exclude
151 exclude path from search 146 exclude path from search
152 + hg help status
153 hg status [OPTION]... [FILE]... 147 hg status [OPTION]... [FILE]...
154 148
155 show changed files in the working directory 149 show changed files in the working directory
156 150
157 M = modified 151 M = modified
171 show only unknown (not tracked) files 165 show only unknown (not tracked) files
172 -I --include 166 -I --include
173 include path in search 167 include path in search
174 -X --exclude 168 -X --exclude
175 exclude path from search 169 exclude path from search
176 + hg -q help status
177 hg status [OPTION]... [FILE]... 170 hg status [OPTION]... [FILE]...
178 171
179 show changed files in the working directory 172 show changed files in the working directory
180 + hg help foo
181 hg: unknown command 'foo' 173 hg: unknown command 'foo'
182 Mercurial Distributed SCM 174 Mercurial Distributed SCM
183 175
184 basic commands (use "hg help" for the full list or option "-v" for details): 176 basic commands (use "hg help" for the full list or option "-v" for details):
185 177
196 remove remove the specified files on the next commit 188 remove remove the specified files on the next commit
197 revert revert modified files or dirs back to their unmodified states 189 revert revert modified files or dirs back to their unmodified states
198 serve export the repository via HTTP 190 serve export the repository via HTTP
199 status show changed files in the working directory 191 status show changed files in the working directory
200 update update or merge working directory 192 update update or merge working directory
201 + hg skjdfks
202 hg: unknown command 'skjdfks' 193 hg: unknown command 'skjdfks'
203 Mercurial Distributed SCM 194 Mercurial Distributed SCM
204 195
205 basic commands (use "hg help" for the full list or option "-v" for details): 196 basic commands (use "hg help" for the full list or option "-v" for details):
206 197