bundle --base 0

Matt Mackall mpm at selenic.com
Mon Dec 4 22:24:57 UTC 2006


On Mon, Dec 04, 2006 at 05:04:34PM -0500, Darrell Gallion wrote:
> hg bundle --base 0 hgBundle

You want hg bundle --base 0000 bundle.hg

0 = revision 0 (the first revision)
0000... = changeid 00000... (the empty revision, aka nullid)

We might want to make that default behavior, it's such a natural thing
to do.

-- 
Mathematics is the supreme nostalgia of our time.



More information about the Mercurial mailing list