~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to README

  • Committer: Matt Nordhoff
  • Date: 2009-10-22 08:28:04 UTC
  • mto: (4797.2.18 2.1)
  • mto: This revision was merged to the branch mainline in revision 5045.
  • Revision ID: mnordhoff@mattnordhoff.com-20091022082804-outyhrw2y14fxt4x
Make StaticTuple_New always raise a ValueError, and StaticTuple_new_constructor always raise a TypeError.

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
=================