1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
 
 | 
**********************
README for Bazaar 0.11
**********************
Bazaar is a distributed/decentralized version control system.
Features include:
 * simple to use
 * runs on Unix and Windows
 * branches can be hosted on an http server with no special software
 * full directory versioning including tracking subdirectories, 
   file renames, symlinks and execute-bits
   
 * friendly interface that should be familiar to users of cvs, 
   svn or other systems
 * Python interface for extending and embedding, including a 
   plugin interface
 * strong integrity protection, including gpg-signing
 * vibrant and active community
For usage instructions see 
http://doc.bazaar-vcs.org/
or run "bzr help"
For installation instructions see ./INSTALL
 
 |