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

Subscribers

People subscribed via source and target branches