##// END OF EJS Templates
fix test-help diff options.
Vadim Gelfer -
r1733:6d288d8c default
parent child Browse files
Show More
@@ -1,249 +1,251 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 repository (or selected files)
9 diff diff repository (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 parents show the parents of the working dir or revision
13 parents show the parents of the working dir or revision
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 add add the specified files on the next commit
21 add add the specified files on the next commit
22 annotate show changeset information per file line
22 annotate show changeset information per file line
23 clone make a copy of an existing repository
23 clone make a copy of an existing repository
24 commit commit the specified files or all outstanding changes
24 commit commit the specified files or all outstanding changes
25 diff diff repository (or selected files)
25 diff diff repository (or selected files)
26 export dump the header and diffs for one or more changesets
26 export dump the header and diffs for one or more changesets
27 init create a new repository in the given directory
27 init create a new repository in the given directory
28 log show revision history of entire repository or files
28 log show revision history of entire repository or files
29 parents show the parents of the working dir or revision
29 parents show the parents of the working dir or revision
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 Mercurial Distributed SCM
37 Mercurial Distributed SCM
38
38
39 list of commands (use "hg help -v" to show aliases and global options):
39 list of commands (use "hg help -v" to show aliases and global options):
40
40
41 add add the specified files on the next commit
41 add add the specified files on the next commit
42 addremove add all new files, delete all missing files
42 addremove add all new files, delete all missing files
43 annotate show changeset information per file line
43 annotate show changeset information per file line
44 bundle create a changegroup file
44 bundle create a changegroup file
45 cat output the latest or given revisions of files
45 cat output the latest or given revisions of files
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 files as copied for the next commit
48 copy mark files as copied for the next commit
49 diff diff repository (or selected files)
49 diff diff repository (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 grep search for a pattern in specified files and revisions
52 grep search for a pattern in specified files and revisions
53 heads show current repository heads
53 heads show current repository heads
54 help show help for a given command or all commands
54 help show help for a given command or all commands
55 identify print information about the working copy
55 identify print information about the working copy
56 import import an ordered set of patches
56 import import an ordered set of patches
57 incoming show new changesets found in source
57 incoming show new changesets found in source
58 init create a new repository in the given directory
58 init create a new repository in the given directory
59 locate locate files matching specific patterns
59 locate locate files matching specific patterns
60 log show revision history of entire repository or files
60 log show revision history of entire repository or files
61 manifest output the latest or given revision of the project manifest
61 manifest output the latest or given revision of the project manifest
62 outgoing show changesets not found in destination
62 outgoing show changesets not found in destination
63 parents show the parents of the working dir or revision
63 parents show the parents of the working dir or revision
64 paths show definition of symbolic path names
64 paths show definition of symbolic path names
65 pull pull changes from the specified source
65 pull pull changes from the specified source
66 push push changes to the specified destination
66 push push changes to the specified destination
67 rawcommit raw commit interface (DEPRECATED)
67 rawcommit raw commit interface (DEPRECATED)
68 recover roll back an interrupted transaction
68 recover roll back an interrupted transaction
69 remove remove the specified files on the next commit
69 remove remove the specified files on the next commit
70 rename rename files; equivalent of copy + remove
70 rename rename files; equivalent of copy + remove
71 revert revert modified files or dirs back to their unmodified states
71 revert revert modified files or dirs back to their unmodified states
72 root print the root (top) of the current working dir
72 root print the root (top) of the current working dir
73 serve export the repository via HTTP
73 serve export the repository via HTTP
74 status show changed files in the working directory
74 status show changed files in the working directory
75 tag add a tag for the current tip or a given revision
75 tag add a tag for the current tip or a given revision
76 tags list repository tags
76 tags list repository tags
77 tip show the tip revision
77 tip show the tip revision
78 unbundle apply a changegroup file
78 unbundle apply a changegroup file
79 undo undo the last commit or pull
79 undo undo the last commit or pull
80 update update or merge working directory
80 update update or merge working directory
81 verify verify the integrity of the repository
81 verify verify the integrity of the repository
82 version output version and copyright information
82 version output version and copyright information
83 add add the specified files on the next commit
83 add add the specified files on the next commit
84 addremove add all new files, delete all missing files
84 addremove add all new files, delete all missing files
85 annotate show changeset information per file line
85 annotate show changeset information per file line
86 bundle create a changegroup file
86 bundle create a changegroup file
87 cat output the latest or given revisions of files
87 cat output the latest or given revisions of files
88 clone make a copy of an existing repository
88 clone make a copy of an existing repository
89 commit commit the specified files or all outstanding changes
89 commit commit the specified files or all outstanding changes
90 copy mark files as copied for the next commit
90 copy mark files as copied for the next commit
91 diff diff repository (or selected files)
91 diff diff repository (or selected files)
92 export dump the header and diffs for one or more changesets
92 export dump the header and diffs for one or more changesets
93 forget don't add the specified files on the next commit
93 forget don't add the specified files on the next commit
94 grep search for a pattern in specified files and revisions
94 grep search for a pattern in specified files and revisions
95 heads show current repository heads
95 heads show current repository heads
96 help show help for a given command or all commands
96 help show help for a given command or all commands
97 identify print information about the working copy
97 identify print information about the working copy
98 import import an ordered set of patches
98 import import an ordered set of patches
99 incoming show new changesets found in source
99 incoming show new changesets found in source
100 init create a new repository in the given directory
100 init create a new repository in the given directory
101 locate locate files matching specific patterns
101 locate locate files matching specific patterns
102 log show revision history of entire repository or files
102 log show revision history of entire repository or files
103 manifest output the latest or given revision of the project manifest
103 manifest output the latest or given revision of the project manifest
104 outgoing show changesets not found in destination
104 outgoing show changesets not found in destination
105 parents show the parents of the working dir or revision
105 parents show the parents of the working dir or revision
106 paths show definition of symbolic path names
106 paths show definition of symbolic path names
107 pull pull changes from the specified source
107 pull pull changes from the specified source
108 push push changes to the specified destination
108 push push changes to the specified destination
109 rawcommit raw commit interface (DEPRECATED)
109 rawcommit raw commit interface (DEPRECATED)
110 recover roll back an interrupted transaction
110 recover roll back an interrupted transaction
111 remove remove the specified files on the next commit
111 remove remove the specified files on the next commit
112 rename rename files; equivalent of copy + remove
112 rename rename files; equivalent of copy + remove
113 revert revert modified files or dirs back to their unmodified states
113 revert revert modified files or dirs back to their unmodified states
114 root print the root (top) of the current working dir
114 root print the root (top) of the current working dir
115 serve export the repository via HTTP
115 serve export the repository via HTTP
116 status show changed files in the working directory
116 status show changed files in the working directory
117 tag add a tag for the current tip or a given revision
117 tag add a tag for the current tip or a given revision
118 tags list repository tags
118 tags list repository tags
119 tip show the tip revision
119 tip show the tip revision
120 unbundle apply a changegroup file
120 unbundle apply a changegroup file
121 undo undo the last commit or pull
121 undo undo the last commit or pull
122 update update or merge working directory
122 update update or merge working directory
123 verify verify the integrity of the repository
123 verify verify the integrity of the repository
124 version output version and copyright information
124 version output version and copyright information
125 hg add [OPTION]... [FILE]...
125 hg add [OPTION]... [FILE]...
126
126
127 add the specified files on the next commit
127 add the specified files on the next commit
128
128
129 Schedule files to be version controlled and added to the repository.
129 Schedule files to be version controlled and added to the repository.
130
130
131 The files will be added to the repository at the next commit.
131 The files will be added to the repository at the next commit.
132
132
133 If no names are given, add all files in the repository.
133 If no names are given, add all files in the repository.
134
134
135 options:
135 options:
136
136
137 -I --include include names matching the given patterns
137 -I --include include names matching the given patterns
138 -X --exclude exclude names matching the given patterns
138 -X --exclude exclude names matching the given patterns
139 hg add: option --skjdfks not recognized
139 hg add: option --skjdfks not recognized
140 hg add [OPTION]... [FILE]...
140 hg add [OPTION]... [FILE]...
141
141
142 add the specified files on the next commit
142 add the specified files on the next commit
143
143
144 Schedule files to be version controlled and added to the repository.
144 Schedule files to be version controlled and added to the repository.
145
145
146 The files will be added to the repository at the next commit.
146 The files will be added to the repository at the next commit.
147
147
148 If no names are given, add all files in the repository.
148 If no names are given, add all files in the repository.
149
149
150 options:
150 options:
151
151
152 -I --include include names matching the given patterns
152 -I --include include names matching the given patterns
153 -X --exclude exclude names matching the given patterns
153 -X --exclude exclude names matching the given patterns
154 hg diff [-a] [-I] [-X] [-r REV1 [-r REV2]] [FILE]...
154 hg diff [-a] [-I] [-X] [-r REV1 [-r REV2]] [FILE]...
155
155
156 diff repository (or selected files)
156 diff repository (or selected files)
157
157
158 Show differences between revisions for the specified files.
158 Show differences between revisions for the specified files.
159
159
160 Differences between files are shown using the unified diff format.
160 Differences between files are shown using the unified diff format.
161
161
162 When two revision arguments are given, then changes are shown
162 When two revision arguments are given, then changes are shown
163 between those revisions. If only one revision is specified then
163 between those revisions. If only one revision is specified then
164 that revision is compared to the working directory, and, when no
164 that revision is compared to the working directory, and, when no
165 revisions are specified, the working directory files are compared
165 revisions are specified, the working directory files are compared
166 to its parent.
166 to its parent.
167
167
168 Without the -a option, diff will avoid generating diffs of files
168 Without the -a option, diff will avoid generating diffs of files
169 it detects as binary. With -a, diff will generate a diff anyway,
169 it detects as binary. With -a, diff will generate a diff anyway,
170 probably with undesirable results.
170 probably with undesirable results.
171
171
172 options:
172 options:
173
173
174 -r --rev revision
174 -r --rev revision
175 -a --text treat all files as text
175 -a --text treat all files as text
176 -I --include include names matching the given patterns
176 -I --include include names matching the given patterns
177 -X --exclude exclude names matching the given patterns
177 -p --show-function show which function each change is in
178 -w --ignore-all-space ignore white space when comparing lines
179 -X --exclude exclude names matching the given patterns
178 hg status [OPTION]... [FILE]...
180 hg status [OPTION]... [FILE]...
179
181
180 show changed files in the working directory
182 show changed files in the working directory
181
183
182 Show changed files in the repository. If names are
184 Show changed files in the repository. If names are
183 given, only files that match are shown.
185 given, only files that match are shown.
184
186
185 The codes used to show the status of files are:
187 The codes used to show the status of files are:
186 M = modified
188 M = modified
187 A = added
189 A = added
188 R = removed
190 R = removed
189 ! = deleted, but still tracked
191 ! = deleted, but still tracked
190 ? = not tracked
192 ? = not tracked
191
193
192 aliases: st
194 aliases: st
193
195
194 options:
196 options:
195
197
196 -m --modified show only modified files
198 -m --modified show only modified files
197 -a --added show only added files
199 -a --added show only added files
198 -r --removed show only removed files
200 -r --removed show only removed files
199 -d --deleted show only deleted (but tracked) files
201 -d --deleted show only deleted (but tracked) files
200 -u --unknown show only unknown (not tracked) files
202 -u --unknown show only unknown (not tracked) files
201 -n --no-status hide status prefix
203 -n --no-status hide status prefix
202 -0 --print0 end filenames with NUL, for use with xargs
204 -0 --print0 end filenames with NUL, for use with xargs
203 -I --include include names matching the given patterns
205 -I --include include names matching the given patterns
204 -X --exclude exclude names matching the given patterns
206 -X --exclude exclude names matching the given patterns
205 hg status [OPTION]... [FILE]...
207 hg status [OPTION]... [FILE]...
206
208
207 show changed files in the working directory
209 show changed files in the working directory
208 hg: unknown command 'foo'
210 hg: unknown command 'foo'
209 Mercurial Distributed SCM
211 Mercurial Distributed SCM
210
212
211 basic commands (use "hg help" for the full list or option "-v" for details):
213 basic commands (use "hg help" for the full list or option "-v" for details):
212
214
213 add add the specified files on the next commit
215 add add the specified files on the next commit
214 annotate show changeset information per file line
216 annotate show changeset information per file line
215 clone make a copy of an existing repository
217 clone make a copy of an existing repository
216 commit commit the specified files or all outstanding changes
218 commit commit the specified files or all outstanding changes
217 diff diff repository (or selected files)
219 diff diff repository (or selected files)
218 export dump the header and diffs for one or more changesets
220 export dump the header and diffs for one or more changesets
219 init create a new repository in the given directory
221 init create a new repository in the given directory
220 log show revision history of entire repository or files
222 log show revision history of entire repository or files
221 parents show the parents of the working dir or revision
223 parents show the parents of the working dir or revision
222 pull pull changes from the specified source
224 pull pull changes from the specified source
223 push push changes to the specified destination
225 push push changes to the specified destination
224 remove remove the specified files on the next commit
226 remove remove the specified files on the next commit
225 revert revert modified files or dirs back to their unmodified states
227 revert revert modified files or dirs back to their unmodified states
226 serve export the repository via HTTP
228 serve export the repository via HTTP
227 status show changed files in the working directory
229 status show changed files in the working directory
228 update update or merge working directory
230 update update or merge working directory
229 hg: unknown command 'skjdfks'
231 hg: unknown command 'skjdfks'
230 Mercurial Distributed SCM
232 Mercurial Distributed SCM
231
233
232 basic commands (use "hg help" for the full list or option "-v" for details):
234 basic commands (use "hg help" for the full list or option "-v" for details):
233
235
234 add add the specified files on the next commit
236 add add the specified files on the next commit
235 annotate show changeset information per file line
237 annotate show changeset information per file line
236 clone make a copy of an existing repository
238 clone make a copy of an existing repository
237 commit commit the specified files or all outstanding changes
239 commit commit the specified files or all outstanding changes
238 diff diff repository (or selected files)
240 diff diff repository (or selected files)
239 export dump the header and diffs for one or more changesets
241 export dump the header and diffs for one or more changesets
240 init create a new repository in the given directory
242 init create a new repository in the given directory
241 log show revision history of entire repository or files
243 log show revision history of entire repository or files
242 parents show the parents of the working dir or revision
244 parents show the parents of the working dir or revision
243 pull pull changes from the specified source
245 pull pull changes from the specified source
244 push push changes to the specified destination
246 push push changes to the specified destination
245 remove remove the specified files on the next commit
247 remove remove the specified files on the next commit
246 revert revert modified files or dirs back to their unmodified states
248 revert revert modified files or dirs back to their unmodified states
247 serve export the repository via HTTP
249 serve export the repository via HTTP
248 status show changed files in the working directory
250 status show changed files in the working directory
249 update update or merge working directory
251 update update or merge working directory
General Comments 0
You need to be logged in to leave comments. Login now