breezy
Decentralized revision control system
Breezy (brz) is a decentralized revision control system. By default, Breezy provides support for both the Bazaar and Git file formats. Breezy is backwards compatible with Bazaar's disk format and protocols. One of the key differences with Bazaar is that Breezy runs on Python 3.3 and later, rather than on Python 2.
- Versions: 3.3.11
- Website: https://www.breezy-vcs.org/
- Licenses: GPL 2+
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of breezy as follows:
guix install breezy
Or install a particular version:
guix install breezy@3.3.11
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of breezy about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/breezy'><img src='https://packages.guix.gnu.org/packages/breezy/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/breezy)
Example Org:
[[https://packages.guix.gnu.org/packages/breezy][https://packages.guix.gnu.org/packages/breezy/badges/latest-version.svg]]