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