480 known to be in another repository. |
480 known to be in another repository. |
481 |
481 |
482 If no destination repository is specified the destination is |
482 If no destination repository is specified the destination is |
483 assumed to have all the nodes specified by one or more --base |
483 assumed to have all the nodes specified by one or more --base |
484 parameters. To create a bundle containing all changesets, use |
484 parameters. To create a bundle containing all changesets, use |
485 -a/--all (or --base null). To change the compression method |
485 -a/--all (or --base null). |
486 applied, use the -t/--type option (by default, bundles are |
486 |
487 compressed using bz2). |
487 To change the compression method applied, use the -t/--type |
|
488 option. The available compression methods are: none, bzip2, and |
|
489 gzip (by default, bundles are compressed using bzip2). |
488 |
490 |
489 The bundle file can then be transferred using conventional means |
491 The bundle file can then be transferred using conventional means |
490 and applied to another repository with the unbundle or pull |
492 and applied to another repository with the unbundle or pull |
491 command. This is useful when direct push and pull are not |
493 command. This is useful when direct push and pull are not |
492 available or when exporting an entire repository is undesirable. |
494 available or when exporting an entire repository is undesirable. |