/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
1
Breezy (``brz``) is a decentralized revision control system, designed to be
2
easy for developers and end users alike.
3
7199.1.1 by Jelmer Vernooij
add a glossary, update some more links.
4
By default, Breezy provides support for both the `Bazaar
5
<https://www.bazaar-vcs.org>`_ and `Git <https://www.git-scm.com/>`_ file
6
formats.
7
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
8
You can install from source by following the instructions in the INSTALL file.
9
At the moment of writing there are no binary packages available.
10
11
To learn how to use Breezy, see the official documentation in the `doc`
12
directory or refer to the Bazaar documentation at
7199.1.1 by Jelmer Vernooij
add a glossary, update some more links.
13
<https://www.breezy-vcs.org/doc/en/>.
1904.3.1 by Adeodato Simó
Revamp README file for Bazaar 0.9.
14
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
15
Breezy is Free Software, and is released under the GNU General Public License,
4988.4.2 by Martin Pool
Change url to canonical.com or wiki, plus some doc improvements in passing
16
version 2 or later.
1904.3.1 by Adeodato Simó
Revamp README file for Bazaar 0.9.
17
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
18
Breezy is a friendly fork of the Bazaar (``bzr``) project, hosted on
6622.2.2 by Jelmer Vernooij
More doc updates for brz 3.0.
19
http://bazaar.canonical.com/. It is backwards compatibility with
7268.5.1 by Jelmer Vernooij
Add a mention of Python 3 support in README.rst.
20
Bazaar's disk format and protocols. One of the key differences with
7498.1.1 by Jelmer Vernooij
merge lp:brz/3.1.
21
Bazaar is that Breezy runs on Python 3.3 and later, rather than on
22
Python 2.
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
23
24
Breezy highlights
1904.3.1 by Adeodato Simó
Revamp README file for Bazaar 0.9.
25
=================
26
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
27
Breezy directly supports both central version control (like cvs/svn) and
4634.65.1 by Ian Clatworthy
update for 2.0
28
distributed version control (like git/hg). Developers can organize their
29
workspace in whichever way they want on a per project basis including:
30
31
* checkouts (like svn)
32
* feature branches (like hg)
33
* shared working tree (like git).
34
35
It also directly supports and encourages a large number of development best
36
practices like refactoring and pre-commit regression testing. Users can
37
choose between our command line tool and our cross-platform GUI application.
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
38
For further details, see our website.
4634.65.1 by Ian Clatworthy
update for 2.0
39
40
Feedback
41
========
2688.1.1 by Ian Clatworthy
Added link to registration survey to README
42
6929.2.1 by Jelmer Vernooij
Fix typo, add .rst extension.
43
If you encounter any problems with Breezy, need help understanding it, or would
3092.2.1 by Martin Pool
Ask people to report bugs to Launchpad, and mention more support options
44
like to offer suggestions or feedback, please get in touch with us:
45
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
46
* Ask a question through our web support interface, at
47
  https://answers.launchpad.net/brz/
48
49
* Report bugs at https://bugs.launchpad.net/brz/+filebug
50
51
* Write to the mailing list at bazaar@lists.canonical.com
3185.1.1 by Martin Pool
Fix ReST indents in README
52
  You can join the list at <https://lists.ubuntu.com/mailman/listinfo/bazaar>.
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
53
  You don't need to subscribe to post, but your first post will be held
3185.1.1 by Martin Pool
Fix ReST indents in README
54
  briefly for manual moderation.
55
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
56
  Please mention that you are using Breezy rather than Bazaar.
57
7268.5.1 by Jelmer Vernooij
Add a mention of Python 3 support in README.rst.
58
* Talk to us in irc://irc.freenode.net/bzr
3185.1.1 by Martin Pool
Fix ReST indents in README
59
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
60
  Please mention that you are using Breezy rather than Bazaar.
61
4634.65.1 by Ian Clatworthy
update for 2.0
62
Our mission is to make a version control tool that developers LOVE to use
63
and that casual contributors feel confident with. Please let us know how
64
we're going.
65
6622.2.1 by Jelmer Vernooij
bzr => brz in docs, explain fork.
66
The Breezy Team