Skip to content

A Distributed Version Control System with a Friendly UI - mirror of https://launchpad.net/brz

License

Notifications You must be signed in to change notification settings

breezy-team/breezy

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5253f65 · Jul 29, 2024
Jan 24, 2024
Nov 7, 2023
Jun 19, 2024
Jan 31, 2023
Feb 18, 2024
Feb 17, 2024
Sep 27, 2023
Jan 24, 2024
Jun 19, 2024
Nov 25, 2023
May 7, 2018
Sep 13, 2022
Feb 2, 2022
May 6, 2018
Nov 22, 2005
Jan 26, 2023
Mar 7, 2007
Jul 4, 2020
Feb 4, 2016
Jul 29, 2024
Jan 27, 2024
Sep 13, 2022
Feb 1, 2022
Oct 21, 2022
Feb 18, 2024
Oct 8, 2010
Feb 17, 2024
Feb 24, 2021
Feb 18, 2018
Mar 5, 2019
Jan 21, 2023
Nov 7, 2023
Mar 24, 2024
Nov 25, 2023
Nov 8, 2023
Nov 17, 2022
Nov 16, 2022

Repository files navigation

Breezy (brz) is a decentralized revision control system, designed to be easy for developers and end users alike.

By default, Breezy provides support for both the Bazaar and Git file formats.

You can install from source by following the instructions in the INSTALL file. At the moment of writing there are no binary packages available.

To learn how to use Breezy, see the official documentation in the doc directory or refer to the Bazaar documentation at <https://www.breezy-vcs.org/doc/en/>.

Breezy is Free Software, and is released under the GNU General Public License, version 2 or later.

Breezy is a friendly fork of the Bazaar (bzr) project, hosted on http://bazaar.canonical.com/. It is backwards compatibility with Bazaar's disk format and protocols. One of the key differences with Bazaar is that Breezy runs on Python 3, rather than on Python 2.

Breezy highlights

Breezy directly supports both central version control (like cvs/svn) and distributed version control (like git/hg). Developers can organize their workspace in whichever way they want on a per project basis including:

  • checkouts (like svn)
  • feature branches (like hg)
  • shared working tree (like git).

It also directly supports and encourages a large number of development best practices like refactoring and pre-commit regression testing. Users can choose between our command line tool and our cross-platform GUI application. For further details, see our website.

Feedback

If you encounter any problems with Breezy, need help understanding it, or would like to offer suggestions or feedback, please get in touch with us:

Our mission is to make a version control tool that developers LOVE to use and that casual contributors feel confident with. Please let us know how we're going.

The Breezy Team