##// END OF EJS Templates
commands: improve bundle compression methods description
Stefano Mioli -
r8958:8358cf63 default
parent child Browse files
Show More
@@ -484,8 +484,8 b' def bundle(ui, repo, fname, dest=None, *'
484 484 parameters. To create a bundle containing all changesets, use
485 485 -a/--all (or --base null).
486 486
487 To change the compression method applied, use the -t/--type
488 option. The available compression methods are: none, bzip2, and
487 You can change compression method with the -t/--type option.
488 The available compression methods are: none, bzip2, and
489 489 gzip (by default, bundles are compressed using bzip2).
490 490
491 491 The bundle file can then be transferred using conventional means
General Comments 0
You need to be logged in to leave comments. Login now