The Mercurial Bundle action generates a compressed changegroup file which contains some or all of the changesets for the specified repository. It provides a way of moving changes between repositories when a direct pull/push is not possible.

Output file name

The name of the created bundle file.

Destination

The planned destination repository. If none is specified, the destination is assumed to have all the nodes specified by the Base parameter.

Revision

The revision up to which you would like to bundle.

Base

A base changeset to specify instead of a destination.

Compression Type

Type of compression to use on the bundle file.

Force

Run even when the destination repository is unrelated.

All

Bundle all changesets in the repository.

  • No labels