Merge lp:~ian-clatworthy/bzr/readme-fix into lp:bzr/2.0

Proposed by Ian Clatworthy
Status: Merged
Approved by: John A Meinel
Approved revision: no longer in the source branch.
Merged at revision: not available
Proposed branch: lp:~ian-clatworthy/bzr/readme-fix
Merge into: lp:bzr/2.0
Diff against target: 132 lines
1 file modified
README (+35/-67)
To merge this branch: bzr merge lp:~ian-clatworthy/bzr/readme-fix
Reviewer Review Type Date Requested Status
John A Meinel Approve
Review via email: mp+12906@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

We found a few URLs in README that needed tweaking when putting together the Mac OS X installer. This patch freshens it up for the 2.0 release. I've update the README on pypi (http://pypi.python.org/pypi/bzr/2.0.0) with the proposed new content so reviewers can see what the impact is (on that site at least).

Revision history for this message
John A Meinel (jameinel) wrote :

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ian Clatworthy wrote:
> Ian Clatworthy has proposed merging lp:~ian-clatworthy/bzr/readme-fix into lp:bzr/2.0.
>
> Requested reviews:
> bzr-core (bzr-core)
>
>
> We found a few URLs in README that needed tweaking when putting together the Mac OS X installer. This patch freshens it up for the 2.0 release. I've update the README on pypi (http://pypi.python.org/pypi/bzr/2.0.0) with the proposed new content so reviewers can see what the impact is (on that site at least).
>

 review: approve
 merge:approve

John
=:->

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrLYMQACgkQJdeBCYSNAAPtwwCfSz4gx5JqxQoNWCNZzxDvXAvc
/VkAnjnrlHiV3q1xT9WtnczBzhx/Osox
=ljs+
-----END PGP SIGNATURE-----

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'README'
--- README 2008-03-16 14:01:20 +0000
+++ README 2009-10-06 07:50:24 +0000
@@ -3,72 +3,44 @@
3=================3=================
44
5Bazaar (``bzr``) is a decentralized revision control system, designed to be5Bazaar (``bzr``) is a decentralized revision control system, designed to be
6easy for developers and end users alike. Bazaar is part of the GNU project to6easy for developers and end users alike. Bazaar is part of the GNU project
7develop a complete free operating system.7to develop a complete free operating system.
88
9To install Bazaar from source, follow the instructions in the INSTALL9To install Bazaar, follow the instructions given at
10file. Otherwise, you may want to check your distribution package manager10http://bazaar-vcs.org/Download. Ready-to-install packages are available
11for ready-to-install packages, or http://bazaar-vcs.org/DistroDownloads.11for most popular operating systems or you can install from source.
1212
13To learn how to use Bazaar, check the documentation in the doc/ directory.13To learn how to use Bazaar, see the official documentation at:
14Once installed, you can also run 'bzr help'. An always up-to-date and more14
15complete set of documents can be found in the Bazaar website, at:15 http://doc.bazaar-vcs.org/en/
1616
17 http://bazaar-vcs.org/Documentation17For additional training materials including screencasts and slides,
18visit our community wiki documentation page at:
19
20 http://bazaar-vcs.org/Documentation/
1821
19Bazaar is written in Python, and is sponsored by Canonical Limited, the22Bazaar is written in Python, and is sponsored by Canonical Limited, the
20founders of Ubuntu and Launchpad. Bazaar is Free Software, and is released23founders of Ubuntu and Launchpad. Bazaar is Free Software, and is released
21under the GNU General Public License.24under the GNU General Public License.
2225
23Bazaar was formerly known as Bazaar-NG. It's the successor to ``baz``, a fork
24of GNU arch, but shares no code. (To upgrade from Baz, use the ``baz-import``
25command in the bzrtools plugin.)
26
27Bazaar highlights26Bazaar highlights
28=================27=================
2928
30* Easy to use and intuitive.29Bazaar directly supports both central version control (like cvs/svn) and
3130distributed version control (like git/hg). Developers can organize their
32 Only five commands are needed to do all basic operations, and all31workspace in whichever way they want on a per project basis including:
33 commands have documentation accessible via 'bzr help command'.32
34 Bazaar's interface is also easy to learn for CVS and Subversion users.33* checkouts (like svn)
3534* feature branches (like hg)
36* Robust and reliable.35* shared working tree (like git).
3736
38 Bazaar is developed under an extensive test suite. Branches can be37It also directly supports and encourages a large number of development best
39 checked and verified for integrity at any time, and revisions can be38practices like refactoring and pre-commit regression testing. Users can
40 signed with PGP/GnuPG.39choose between our command line tool and our cross-platform GUI application.
4140For further details, see our website at http://bazaar-vcs.org/en.
42* Publish branches with HTTP.41
4342Feedback
44 Branches can be hosted on an HTTP server with no need for special43========
45 software on the server side. Branches can be uploaded by bzr itself
46 over SSH (SFTP), or with rsync.
47
48* Adapts to multiple environments.
49
50 Bazaar runs on Linux and Windows, fully supports Unicode filenames,
51 and suits different development models, including centralized.
52
53* Easily extended and customized.
54
55 A rich Python interface is provided for extending and embedding,
56 including a plugin interface. There are already many available plugins,
57 most of them registered at http://bazaar-vcs.org/PluginRegistry.
58
59* Smart merging.
60
61 Changes will never be merged more than once, conflicts will be
62 minimized, and identical changes are dealt with well.
63
64* Vibrant and active community.
65
66 Help with Bazaar is obtained easily, via the mailing list, or the IRC
67 channel.
68
69
70Registration and Feedback
71=========================
7244
73If you encounter any problems with Bazaar, need help understanding it, or would45If you encounter any problems with Bazaar, need help understanding it, or would
74like to offer suggestions or feedback, please get in touch with us:46like to offer suggestions or feedback, please get in touch with us:
@@ -76,7 +48,7 @@
76* Ask a question through our web support interface, at 48* Ask a question through our web support interface, at
77 https://answers.launchpad.net/bzr/49 https://answers.launchpad.net/bzr/
7850
79* Report bugs at https://bugs.edge.launchpad.net/bzr/+filebug51* Report bugs at https://bugs.launchpad.net/bzr/+filebug
8052
81* Write to us at bazaar@lists.canonical.com 53* Write to us at bazaar@lists.canonical.com
82 You can join the list at <https://lists.ubuntu.com/mailman/listinfo/bazaar>.54 You can join the list at <https://lists.ubuntu.com/mailman/listinfo/bazaar>.
@@ -85,12 +57,8 @@
8557
86* Talk to us in irc://irc.ubuntu.com/bzr58* Talk to us in irc://irc.ubuntu.com/bzr
8759
88* And see http://bazaar-vcs.org/BzrSupport for more.60Our mission is to make a version control tool that developers LOVE to use
8961and that casual contributors feel confident with. Please let us know how
90If you would like to help us improve Bazaar by telling us about yourself and62we're going.
91what we could do better, please register and complete the online survey here:63
92http://www.surveymonkey.com/s.aspx?sm=L94RvLswhKdktrxiHWiX3g_3d_3d.
93Registration is completely optional.
94
95Enjoy,
96The Bazaar Team64The Bazaar Team

Subscribers

People subscribed via source and target branches