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