Using with Bazaar-NG (bzr) (paver.bzr)

Convenience functions for working with bzr.

This module does not include any tasks, only functions.

paver.bzr.checkout(url, dest, revision=None)
Checkout from the URL to the destination.
paver.bzr.update(path='.')
Update the given path.
paver.bzr.branch(url, dest, revision=None)
Branch from the given URL to the destination.
paver.bzr.pull(url, revision=None)
Pull from the given URL at the optional revision.
paver.bzr.info(location=None)
Retrieve the info at location.

Previous topic

Using with Subversion (paver.svn)

Next topic

SSH Remote Access Support (paver.ssh)

This Page