How do I generate a full bundle?
Peter Arrenbrecht
peter.arrenbrecht at gmail.com
Tue Aug 28 09:23:56 UTC 2007
> > I did not, however, find an easy way to tell hg to include *all*
> > revisions. I did try
> >
> > hg bundle --base 0 ...
> >
> > but then r0 is omitted.
>
> Try 'null', which is an alias for the "magic" revision -1:
>
> hg bundle --base null ../bundle.hg
Works like a charm. Thank you.
> > So: Is there a good way to create product-<version>.hg containing
> > *all* revisions? Now and for future releases?
> Yes, with "bundle" or "clone" :-)
Can you clone directly to a .hg file? I tried, but did not succeed.
-peo
More information about the Mercurial
mailing list