equal
deleted
inserted
replaced
1311 |
1311 |
1312 You can change bundle format with the -t/--type option. You can |
1312 You can change bundle format with the -t/--type option. You can |
1313 specify a compression, a bundle version or both using a dash |
1313 specify a compression, a bundle version or both using a dash |
1314 (comp-version). The available compression methods are: none, bzip2, |
1314 (comp-version). The available compression methods are: none, bzip2, |
1315 and gzip (by default, bundles are compressed using bzip2). The |
1315 and gzip (by default, bundles are compressed using bzip2). The |
1316 available format are: v1, v2 (default to most suitable). |
1316 available formats are: v1, v2 (default to most suitable). |
1317 |
1317 |
1318 The bundle file can then be transferred using conventional means |
1318 The bundle file can then be transferred using conventional means |
1319 and applied to another repository with the unbundle or pull |
1319 and applied to another repository with the unbundle or pull |
1320 command. This is useful when direct push and pull are not |
1320 command. This is useful when direct push and pull are not |
1321 available or when exporting an entire repository is undesirable. |
1321 available or when exporting an entire repository is undesirable. |