diff mercurial/commands.py @ 5849:000ed6873951

Document --base null in bundle help
author Brendan Cully <brendan@kublai.com>
date Fri, 11 Jan 2008 18:31:13 -0800
parents dcbda0c4c3eb
children a76395713691 a732eebf1958
line wrap: on
line diff
--- a/mercurial/commands.py	Tue Dec 18 12:45:30 2007 -0800
+++ b/mercurial/commands.py	Fri Jan 11 18:31:13 2008 -0800
@@ -294,6 +294,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.