bundle --base 0
Thomas Arendsen Hein
thomas at intevation.de
Mon Dec 4 22:40:09 UTC 2006
* Darrell Gallion <dgallion1 at gmail.com> [20061204 23:12]:
> hg bundle --base 0 hgBundle
>
> I expected a bundle that could recreate the entire repo
> But that's now what you get. You get a bundle that will update a repo with
> version 0 in it already.
you want: hg bundle --base 0000 hgBundle
0 is the first revision, 0000000000000000... the nullid.
Thomas
--
Email: thomas at intevation.de
http://intevation.de/~thomas/
More information about the Mercurial
mailing list