Bazaar Checkout Action

This action enables you to create a new checkout of an existing branch.

Branch Location

The location of the branch that is to be checked out.

To Location

The location to check the branch out into.

Revision

The revision of the branch to check out. If not specified, the latest checked in revision will be used.

Hardlink

Hard-link working tree files where possible.

Lightweight

Perform a lightweight checkout. Lightweight checkouts depend on access to the branch for every operation. Normal checkouts can perform common operations like diff and status without such access, and also support local commits.