Backup each changeset in isolation?

Benoit Boissinot bboissin at gmail.com
Fri Jun 9 07:46:15 CDT 2006


On 6/9/06, Robert Feldt <robert.feldt at gmail.com> wrote:
> Hi,
>
> I need to dump each changeset into a single file which can then be
> encrypted and backuped securely.
>
> The bundle command looks interesting but it requires another repo to
> diff against and that is awkward and potentially unusuable for very
> large repos.
>
If you want to backup everything you can do:

hg init empty
hg -R repo bundle bundle.hg empty

It is planned to add some options to bundle to specify a base and a target rev.

regards,

Benoit


More information about the Mercurial mailing list