comparison mercurial/commands.py @ 5849:000ed6873951

Document --base null in bundle help
author Brendan Cully <brendan@kublai.com>
date Fri, 11 Jan 2008 18:31:13 -0800
parents dcbda0c4c3eb
children a76395713691 a732eebf1958
comparison
equal deleted inserted replaced
5801:1b230f506346 5849:000ed6873951
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.