~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-20 17:19:44 UTC
  • mfrom: (4973.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100120171944-8gkub20gotjcye67
(spiv) Implement a per-file merge hook

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
=================
4
4
 
5
5
Bazaar (``bzr``) is a decentralized revision control system, designed to be
6
 
easy for developers and end users alike.  Bazaar is part of the GNU project to
7
 
develop a complete free operating system <http://www.gnu.org/>, and a project
8
 
of Canonical <http://www.canonical.com/>.
9
 
 
10
 
Ready-to-install packages are available for most popular operating systems from
11
 
<http://wiki.bazaar.canonical.com/Download/> or you can install from source by
12
 
following the instructions in the INSTALL file.
13
 
 
14
 
To learn how to use Bazaar, see the official documentation in the `doc`
15
 
directory or at <http://doc.bazaar.canonical.com/en/>.
 
6
easy for developers and end users alike.  Bazaar is part of the GNU project
 
7
to develop a complete free operating system.
 
8
 
 
9
To install Bazaar, follow the instructions given at
 
10
http://bazaar-vcs.org/Download. Ready-to-install packages are available
 
11
for most popular operating systems or you can install from source.
 
12
 
 
13
To learn how to use Bazaar, see the official documentation at:
 
14
 
 
15
    http://doc.bazaar-vcs.org/en/
16
16
 
17
17
For additional training materials including screencasts and slides,
18
18
visit our community wiki documentation page at:
19
19
 
20
 
    http://wiki.bazaar.canonical.com/Documentation/
 
20
    http://bazaar-vcs.org/Documentation/
21
21
 
22
 
Bazaar is Free Software, and is released under the GNU General Public License,
23
 
version 2 or later.
 
22
Bazaar is written in Python, and is sponsored by Canonical Limited, the
 
23
founders of Ubuntu and Launchpad. Bazaar is Free Software, and is released
 
24
under the GNU General Public License.
24
25
 
25
26
Bazaar highlights
26
27
=================
36
37
It also directly supports and encourages a large number of development best
37
38
practices like refactoring and pre-commit regression testing. Users can
38
39
choose between our command line tool and our cross-platform GUI application.
39
 
For further details, see our website at http://bazaar.canonical.com/en/
 
40
For further details, see our website at http://bazaar-vcs.org/en.
40
41
 
41
42
Feedback
42
43
========