equal
deleted
inserted
replaced
386 Generate a compressed changegroup file collecting changesets not |
386 Generate a compressed changegroup file collecting changesets not |
387 found in the other repository. |
387 found in the other repository. |
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. |
394 This is useful when direct push and pull are not available or when |
395 This is useful when direct push and pull are not available or when |
395 exporting an entire repository is undesirable. |
396 exporting an entire repository is undesirable. |