equal
deleted
inserted
replaced
292 Generate a compressed changegroup file collecting changesets not |
292 Generate a compressed changegroup file collecting changesets not |
293 found in the other repository. |
293 found in the other repository. |
294 |
294 |
295 If no destination repository is specified the destination is assumed |
295 If no destination repository is specified the destination is assumed |
296 to have all the nodes specified by one or more --base parameters. |
296 to have all the nodes specified by one or more --base parameters. |
|
297 To create a bundle containing all changesets, use --base null. |
297 |
298 |
298 The bundle file can then be transferred using conventional means and |
299 The bundle file can then be transferred using conventional means and |
299 applied to another repository with the unbundle or pull command. |
300 applied to another repository with the unbundle or pull command. |
300 This is useful when direct push and pull are not available or when |
301 This is useful when direct push and pull are not available or when |
301 exporting an entire repository is undesirable. |
302 exporting an entire repository is undesirable. |