<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>bzr</name>
<shortdesc>Friendly distributed version control system</shortdesc>
<description>Bazaar (``bzr``) is a decentralized revision control system, designed to be
easy for developers and end users alike.


Bazaar highlights
=================

 * Easy to use and intuitive.

   Only five commands are needed to do all basic operations, and all
   commands have documentation accessible via 'bzr help command'.
   Bazaar's interface is also easy to learn for CVS and Subversion users.

 * Robust and reliable.

   Bazaar is developed under an extensive test suite. Branches can be
   checked and verified for integrity at any time, and revisions can be
   signed with PGP/GnuPG.

 * Publish branches with HTTP.

   Branches can be hosted on an HTTP server with no need for special
   software on the server side. Branches can be uploaded by bzr itself
   over SSH (SFTP), or with rsync.

 * Adapts to multiple environments.

   Bazaar runs on Linux and Windows, fully supports Unicode filenames,
   and suits different development models, including centralized.

 * Easily extended and customized.

   A rich Python interface is provided for extending and embedding,
   including a plugin interface. There are already many available plugins,
   most of them registered at http://bazaar-vcs.org/PluginRegistry.

 * Smart merging.

   Changes will never be merged more than once, conflicts will be
   minimized, and identical changes are dealt with well.

 * Vibrant and active community.

   Help with Bazaar is obtained easily, via the mailing list, or the IRC
   channel.</description>
<homepage rdf:resource="http://www.bazaar-vcs.org/" />
<maintainer><foaf:Person><foaf:name>Canonical Ltd</foaf:name>
<foaf:mbox_sha1sum>d58430b2a70f08fdc7bbac590a2ac978820c4499</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.1.0</revision></Version></release>
</Project></rdf:RDF>