comparison mercurial/commands.py @ 5850:a76395713691

Merge with crew-stable
author Brendan Cully <brendan@kublai.com>
date Fri, 11 Jan 2008 18:33:10 -0800
parents bd34f0ac3cb0 000ed6873951
children e7ed5d07cc4c
comparison
equal deleted inserted replaced
5848:e90a7a3c28a4 5850:a76395713691
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.