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