Mercurial > hg-stable
changeset 3511:aa8f086cb141
Corrected help text for bundle.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Wed, 25 Oct 2006 17:20:39 +0200 |
parents | e1421a77427e |
children | 630e0b216192 |
files | mercurial/commands.py |
diffstat | 1 files changed, 13 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Wed Oct 25 08:11:17 2006 +0200 +++ b/mercurial/commands.py Wed Oct 25 17:20:39 2006 +0200 @@ -806,20 +806,19 @@ def bundle(ui, repo, fname, dest=None, **opts): """create a changegroup file - Generate a compressed changegroup file collecting changesets. - not found in the other repository. - - If no destination repository is specified the destination is - assumed to have all the node specified by --base. - - This file can then be transferred using conventional means and - applied to another repository with the unbundle command. This is - useful when native push and pull are not available or when - exporting an entire repository is undesirable. The standard file - extension is ".hg". - - Unlike import/export, this exactly preserves all changeset - contents including permissions, rename data, and revision history. + Generate a compressed changegroup file collecting changesets not + found in the other repository. + + If no destination repository is specified the destination is assumed + to have all the nodes specified by one or more --base parameters. + + The bundle file can then be transferred using conventional means and + applied to another repository with the unbundle or pull command. + This is useful when direct push and pull are not available or when + exporting an entire repository is undesirable. + + Applying bundles preserves all changeset contents including + permissions, copy/rename information, and revision history. """ revs = opts.get('rev') or None if revs: