equal
deleted
inserted
replaced
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). |
485 -a/--all (or --base null). |
486 |
486 |
487 To change the compression method applied, use the -t/--type |
487 You can change compression method with the -t/--type option. |
488 option. The available compression methods are: none, bzip2, and |
488 The available compression methods are: none, bzip2, and |
489 gzip (by default, bundles are compressed using bzip2). |
489 gzip (by default, bundles are compressed using bzip2). |
490 |
490 |
491 The bundle file can then be transferred using conventional means |
491 The bundle file can then be transferred using conventional means |
492 and applied to another repository with the unbundle or pull |
492 and applied to another repository with the unbundle or pull |
493 command. This is useful when direct push and pull are not |
493 command. This is useful when direct push and pull are not |