mercurial/commands.py
changeset 8958 8358cf63f612
parent 8955 0405f7ccb274
child 8991 7e0b31dfc66f
equal deleted inserted replaced
8957:7672d8e13d0d 8958:8358cf63f612
   482     If no destination repository is specified the destination is
   482     If no destination repository is specified the destination is
   483     assumed to have all the nodes specified by one or more --base
   483     assumed to have all the nodes specified by one or more --base
   484     parameters. To create a bundle containing all changesets, use
   484     parameters. To create a bundle containing all changesets, use
   485     -a/--all (or --base null).
   485     -a/--all (or --base null).
   486 
   486 
   487     To change the compression method applied, use the -t/--type
   487     You can change compression method with the -t/--type option.
   488     option. The available compression methods are: none, bzip2, and
   488     The available compression methods are: none, bzip2, and
   489     gzip (by default, bundles are compressed using bzip2).
   489     gzip (by default, bundles are compressed using bzip2).
   490 
   490 
   491     The bundle file can then be transferred using conventional means
   491     The bundle file can then be transferred using conventional means
   492     and applied to another repository with the unbundle or pull
   492     and applied to another repository with the unbundle or pull
   493     command. This is useful when direct push and pull are not
   493     command. This is useful when direct push and pull are not