breezy 3.2.2
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 backwabrds 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.
- Outputs:
out
- 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 breezy 3.2.2
as follows:
guix install breezy@3.2.2
Or install the latest version:
guix install breezy
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.