# HG changeset patch # User Brendan Cully # Date 2008-01-12 02:31:13 # Node ID 000ed68739515847b99062b9818d41b52969ee81 # Parent 1b230f506346a139344ad80005d90487f56c4ca2 Document --base null in bundle help diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -294,6 +294,7 @@ def bundle(ui, repo, fname, dest=None, * If no destination repository is specified the destination is assumed to have all the nodes specified by one or more --base parameters. + To create a bundle containing all changesets, use --base null. The bundle file can then be transferred using conventional means and applied to another repository with the unbundle or pull command.