~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

(jelmer) Use the absolute_import feature everywhere in bzrlib,
 and add a source test to make sure it's used everywhere. (Jelmer Vernooij)

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
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/
 
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/>.
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://bazaar-vcs.org/Documentation/
 
20
    http://wiki.bazaar.canonical.com/Documentation/
21
21
 
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.
 
22
Bazaar is Free Software, and is released under the GNU General Public License,
 
23
version 2 or later.
25
24
 
26
25
Bazaar highlights
27
26
=================
37
36
It also directly supports and encourages a large number of development best
38
37
practices like refactoring and pre-commit regression testing. Users can
39
38
choose between our command line tool and our cross-platform GUI application.
40
 
For further details, see our website at http://bazaar-vcs.org/en.
 
39
For further details, see our website at http://bazaar.canonical.com/en/
41
40
 
42
41
Feedback
43
42
========