Corrected help text for bundle.
--- 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: