# HG changeset patch # User Brendan Cully # Date 1200105190 28800 # Node ID a763957136910253513dee1147ecb9744fb68217 # Parent e90a7a3c28a4af90a963a20aa09cdeec0b233fe0# Parent 000ed68739515847b99062b9818d41b52969ee81 Merge with crew-stable diff -r e90a7a3c28a4 -r a76395713691 mercurial/commands.py --- a/mercurial/commands.py Fri Jan 11 16:51:54 2008 -0800 +++ b/mercurial/commands.py Fri Jan 11 18:33:10 2008 -0800 @@ -388,6 +388,7 @@ 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.