Show More
@@ -388,6 +388,7 b' def bundle(ui, repo, fname, dest=None, *' | |||||
388 |
|
388 | |||
389 | If no destination repository is specified the destination is assumed |
|
389 | If no destination repository is specified the destination is assumed | |
390 | to have all the nodes specified by one or more --base parameters. |
|
390 | to have all the nodes specified by one or more --base parameters. | |
|
391 | To create a bundle containing all changesets, use --base null. | |||
391 |
|
392 | |||
392 | The bundle file can then be transferred using conventional means and |
|
393 | The bundle file can then be transferred using conventional means and | |
393 | applied to another repository with the unbundle or pull command. |
|
394 | applied to another repository with the unbundle or pull command. |
General Comments 0
You need to be logged in to leave comments.
Login now