Show More
@@ -110,6 +110,10 b' dumpmanifest [revision]' | |||||
110 | print the indicated revision of the manifest (list of version controlled files) |
|
110 | print the indicated revision of the manifest (list of version controlled files) | |
111 |
|
111 | |||
112 | .TP |
|
112 | .TP | |
|
113 | export [revision] | |||
|
114 | print the changeset header (author, changeset hash, parent, and commit comment) and the diffs for a particular revision\&. | |||
|
115 | ||||
|
116 | .TP | |||
113 | history |
|
117 | history | |
114 | print the revision history of the repository |
|
118 | print the revision history of the repository | |
115 |
|
119 | |||
@@ -126,6 +130,10 b' merge <repository path>' | |||||
126 | pull any changes from the specified repository to the repository in the current directory\&. Use the value of the HGMERGE environment variable as a program to resolve any merge conflicts between the two repositories\&. An implicit commit is done at the end of this process if there were any merge conflicts\&. Note that merge does not yet merge with changed files in the working dir\&. |
|
130 | pull any changes from the specified repository to the repository in the current directory\&. Use the value of the HGMERGE environment variable as a program to resolve any merge conflicts between the two repositories\&. An implicit commit is done at the end of this process if there were any merge conflicts\&. Note that merge does not yet merge with changed files in the working dir\&. | |
127 |
|
131 | |||
128 | .TP |
|
132 | .TP | |
|
133 | recover | |||
|
134 | rollback an interrupted transaction | |||
|
135 | ||||
|
136 | .TP | |||
129 | remove [files ...] |
|
137 | remove [files ...] | |
130 | schedule the indicated files for removal from the repository at the next commit |
|
138 | schedule the indicated files for removal from the repository at the next commit | |
131 |
|
139 | |||
@@ -141,6 +149,10 b' list new, changed, and missing files in ' | |||||
141 | tags |
|
149 | tags | |
142 | list the current tags |
|
150 | list the current tags | |
143 |
|
151 | |||
|
152 | .TP | |||
|
153 | undo | |||
|
154 | undo the last transaction | |||
|
155 | ||||
144 | .SH "ENVIRONMENT VARIABLES" |
|
156 | .SH "ENVIRONMENT VARIABLES" | |
145 |
|
157 | |||
146 | .TP |
|
158 | .TP |
@@ -206,6 +206,15 b' dumpmanifest [revision]' | |||||
206 |
|
206 | |||
207 | </dd> |
|
207 | </dd> | |
208 | <dt> |
|
208 | <dt> | |
|
209 | export [revision] | |||
|
210 | </dt> | |||
|
211 | <dd> | |||
|
212 | ||||
|
213 | print the changeset header (author, changeset hash, parent, and commit | |||
|
214 | comment) and the diffs for a particular revision. | |||
|
215 | ||||
|
216 | </dd> | |||
|
217 | <dt> | |||
209 | history |
|
218 | history | |
210 | </dt> |
|
219 | </dt> | |
211 | <dd> |
|
220 | <dd> | |
@@ -243,6 +252,14 b' merge <repository path>' | |||||
243 |
|
252 | |||
244 | </dd> |
|
253 | </dd> | |
245 | <dt> |
|
254 | <dt> | |
|
255 | recover | |||
|
256 | </dt> | |||
|
257 | <dd> | |||
|
258 | ||||
|
259 | rollback an interrupted transaction | |||
|
260 | ||||
|
261 | </dd> | |||
|
262 | <dt> | |||
246 | remove [files …] |
|
263 | remove [files …] | |
247 | </dt> |
|
264 | </dt> | |
248 | <dd> |
|
265 | <dd> | |
@@ -279,6 +296,14 b' tags' | |||||
279 | list the current tags |
|
296 | list the current tags | |
280 |
|
297 | |||
281 | </dd> |
|
298 | </dd> | |
|
299 | <dt> | |||
|
300 | undo | |||
|
301 | </dt> | |||
|
302 | <dd> | |||
|
303 | ||||
|
304 | undo the last transaction | |||
|
305 | ||||
|
306 | </dd> | |||
282 | </dl> |
|
307 | </dl> | |
283 | <hr /> |
|
308 | <hr /> | |
284 | <h2>ENVIRONMENT VARIABLES</h2> |
|
309 | <h2>ENVIRONMENT VARIABLES</h2> | |
@@ -411,7 +436,7 b' Public License (GPL).' | |||||
411 | <p></p> |
|
436 | <p></p> | |
412 | <hr /><p><small> |
|
437 | <hr /><p><small> | |
413 | Version 0.5<br /> |
|
438 | Version 0.5<br /> | |
414 |
Last updated 27-May-2005 15: |
|
439 | Last updated 27-May-2005 15:51:06 MDT | |
415 | </small></p> |
|
440 | </small></p> | |
416 | </body> |
|
441 | </body> | |
417 | </html> |
|
442 | </html> |
@@ -100,6 +100,10 b' dumpmanifest [revision]::' | |||||
100 | print the indicated revision of the manifest (list of version controlled |
|
100 | print the indicated revision of the manifest (list of version controlled | |
101 | files) |
|
101 | files) | |
102 |
|
102 | |||
|
103 | export [revision]:: | |||
|
104 | print the changeset header (author, changeset hash, parent, and commit | |||
|
105 | comment) and the diffs for a particular revision. | |||
|
106 | ||||
103 | history:: |
|
107 | history:: | |
104 | print the revision history of the repository |
|
108 | print the revision history of the repository | |
105 |
|
109 | |||
@@ -117,6 +121,9 b' merge <repository path>::' | |||||
117 | merge conflicts. Note that merge does not yet merge with changed files |
|
121 | merge conflicts. Note that merge does not yet merge with changed files | |
118 | in the working dir. |
|
122 | in the working dir. | |
119 |
|
123 | |||
|
124 | recover:: | |||
|
125 | rollback an interrupted transaction | |||
|
126 | ||||
120 | remove [files ...]:: |
|
127 | remove [files ...]:: | |
121 | schedule the indicated files for removal from the repository at the next |
|
128 | schedule the indicated files for removal from the repository at the next | |
122 | commit |
|
129 | commit | |
@@ -134,6 +141,9 b' status::' | |||||
134 | tags:: |
|
141 | tags:: | |
135 | list the current tags |
|
142 | list the current tags | |
136 |
|
143 | |||
|
144 | undo:: | |||
|
145 | undo the last transaction | |||
|
146 | ||||
137 | ENVIRONMENT VARIABLES |
|
147 | ENVIRONMENT VARIABLES | |
138 | --------------------- |
|
148 | --------------------- | |
139 | HGMERGE:: |
|
149 | HGMERGE:: |
@@ -32,6 +32,7 b' def help():' | |||||
32 | diff [files...] diff working directory (or selected files) |
|
32 | diff [files...] diff working directory (or selected files) | |
33 | dump <file> [rev] dump the latest or given revision of a file |
|
33 | dump <file> [rev] dump the latest or given revision of a file | |
34 | dumpmanifest [rev] dump the latest or given revision of the manifest |
|
34 | dumpmanifest [rev] dump the latest or given revision of the manifest | |
|
35 | export <rev> dump the changeset header and diffs for a revision | |||
35 | history show changeset history |
|
36 | history show changeset history | |
36 | init create a new repository in this directory |
|
37 | init create a new repository in this directory | |
37 | log <file> show revision history of a single file |
|
38 | log <file> show revision history of a single file |
General Comments 0
You need to be logged in to leave comments.
Login now