~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/introducing_bazaar.txt

  • Committer: John Arbash Meinel
  • Date: 2010-08-13 19:08:57 UTC
  • mto: (5050.17.7 2.2)
  • mto: This revision was merged to the branch mainline in revision 5379.
  • Revision ID: john@arbash-meinel.com-20100813190857-mvzwnimrxvm0zimp
Lots of documentation updates.

We had a lot of http links pointing to the old domain. They should
all now be properly updated to the new domain. (only bazaar-vcs.org
entry left is for pqm, which seems to still reside at the old url.)

Also removed one 'TODO' doc entry about switching to binary xdelta, since
we basically did just that with groupcompress.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
 * in companies, easier to work with distributed and outsourced teams.
90
90
 
91
91
For a detailed look at the advantages of distributed VCS tools over
92
 
centralized VCS tools, see http://bazaar-vcs.org/BzrWhy.
 
92
centralized VCS tools, see http://wiki.bazaar.canonical.com/BzrWhy.
93
93
 
94
94
 
95
95
Key features of Bazaar
98
98
While Bazaar is not the only distributed VCS tool around, it does have some
99
99
notable features that make it an excellent choice for many teams and
100
100
communities. A summary of these and comparisons with other VCS tools
101
 
can be found on the Bazaar Wiki, http://bazaar-vcs.org.
 
101
can be found on the Bazaar Wiki, http://wiki.bazaar.canonical.com.
102
102
 
103
103
Of the many features, one in particular is worth highlighting:
104
104
Bazaar is completely free software written in Python. As a result,
105
105
it is easy to contribute improvements. If you wish to get involved,
106
 
please see http://bazaar-vcs.org/BzrSupport.
 
106
please see http://wiki.bazaar.canonical.com/BzrSupport.
107
107
 
108
108
 
109
109
Learning more