Creating Bundles
You can create Mercurial bundles using hg bundle Navigate to a repository directory and issue the following command:
hg bundle -a dump.bundle
Here, dump.bundle is the name of the dump file created. For more options see the Mercurial help (hg help bundle).
Was this helpful?