How do I generate a full bundle?

Benoit Boissinot bboissin at gmail.com
Tue Aug 28 03:52:38 CDT 2007


On 8/28/07, Peter Arrenbrecht <peter.arrenbrecht at gmail.com> wrote:
> Hi list
>
> I want to create a bundle that can be unbundled in a pristine hg
> repository, like so:
>
>   mkdir new
>   cd new
>   hg init
>   hg unbundle ../product.hg
>
> I did not, however, find an easy way to tell hg to include *all*
> revisions. I did try
>
>   hg bundle --base 0 ...


hg bundle --base 000000 (or bundle against an empty repo)

regards,

Benoit


More information about the Mercurial mailing list