Merge lp:~mbp/bzr/doc into lp:bzr

Proposed by Martin Pool
Status: Merged
Approved by: Martin Pool
Approved revision: no longer in the source branch.
Merged at revision: 6016
Proposed branch: lp:~mbp/bzr/doc
Merge into: lp:bzr
Diff against target: 59 lines (+26/-5)
2 files modified
doc/en/mini-tutorial/index.txt (+23/-2)
doc/en/whats-new/whats-new-in-2.4.txt (+3/-3)
To merge this branch: bzr merge lp:~mbp/bzr/doc
Reviewer Review Type Date Requested Status
bzr-core Pending
Review via email: mp+66592@code.launchpad.net

Commit message

improved tutorial text; mention codename for release

Description of the change

Just mention the release codename in the whatsnew doc.

To post a comment you must log in.
Revision history for this message
John A Meinel (jameinel) wrote :

I don't really know what Oronsay is but
Merge: approve

=:->
On Jul 1, 2011 1:15 PM, "Martin Pool" <email address hidden> wrote:
> Martin Pool has proposed merging lp:~mbp/bzr/doc into lp:bzr.
>
> Requested reviews:
> bzr-core (bzr-core)
> Related bugs:
> Bug #398653 in Bazaar: "Releasing guide should include instructions on
updating trunk NEWS file"
> https://bugs.launchpad.net/bzr/+bug/398653
> Bug #473099 in Bazaar: "Incorrect markup in centralized workflow tutorial"
> https://bugs.launchpad.net/bzr/+bug/473099
> Bug #512385 in Bazaar: "Broken link to "quick start card" in online user
guide"
> https://bugs.launchpad.net/bzr/+bug/512385
> Bug #599187 in Bazaar: "selective commit not failing as documented"
> https://bugs.launchpad.net/bzr/+bug/599187
> Bug #664898 in Bazaar: "latex release notes fails with unicode error"
> https://bugs.launchpad.net/bzr/+bug/664898
> Bug #746237 in Bazaar: "Documentation markup bugs"
> https://bugs.launchpad.net/bzr/+bug/746237
>
> For more details, see:
> https://code.launchpad.net/~mbp/bzr/doc/+merge/66592
>
> Just mention the release codename in the whatsnew doc.
> --
> https://code.launchpad.net/~mbp/bzr/doc/+merge/66592
> Your team Bazaar Codereview Subscribers is subscribed to branch lp:bzr.

Revision history for this message
Martin Pool (mbp) wrote :

It's the name of several Scottish Islands: it gives us an O-series name and it marks our Caledonian visitor.

Revision history for this message
Martin Pool (mbp) wrote :

sent to pqm by email

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'doc/en/mini-tutorial/index.txt'
--- doc/en/mini-tutorial/index.txt 2011-06-28 16:03:09 +0000
+++ doc/en/mini-tutorial/index.txt 2011-07-01 22:03:32 +0000
@@ -56,8 +56,12 @@
5656
57Let's suppose we want to store a new project under Bazaar. First, we'll57Let's suppose we want to store a new project under Bazaar. First, we'll
58make a *repository directory* to hold all our work related to this58make a *repository directory* to hold all our work related to this
59project. We can then have multiple branch directories under here, and59project, where developers can create branches to test development of
60they'll all store the committed history in the repository.60specific features or, more generally, modifications to the working file
61set.
62
63After creating the repository, change to that directory, and create the
64project's main trunk branch.
6165
62::66::
6367
@@ -67,9 +71,26 @@
67 cd trunk71 cd trunk
6872
6973
74Adding files
75============
76
77Now that we have the trunk, we need to move to that directory and
78create some example files for the first version of that project. Create
79a file ``test1.txt`` using a text editor (like emacs, nano, or notepad),
80and save it. Then we'll "add" the file, which tells bzr we want it to
81track changes::
82
83 bzr add test1.txt
84
85and then commit, which saves a snapshot of all versioned files::
86
87 bzr commit -m "Added first line of text"
88
89
70Making changes to your files90Making changes to your files
71============================91============================
7292
93
73Let's change a file and commit that change to your branch.94Let's change a file and commit that change to your branch.
7495
75Edit ``test1.txt`` in your favourite editor, then check what have you done::96Edit ``test1.txt`` in your favourite editor, then check what have you done::
7697
=== modified file 'doc/en/whats-new/whats-new-in-2.4.txt'
--- doc/en/whats-new/whats-new-in-2.4.txt 2011-06-22 16:04:52 +0000
+++ doc/en/whats-new/whats-new-in-2.4.txt 2011-07-01 22:03:32 +0000
@@ -1,6 +1,6 @@
1*************************1***********************************
2What's New in Bazaar 2.4?2What's New in Bazaar 2.4 (Oronsay)?
3*************************3***********************************
44
5Bazaar 2.4 is still under development, and will be released in August 2011.5Bazaar 2.4 is still under development, and will be released in August 2011.
6This document accumulates a high level summary of what's changed. See the6This document accumulates a high level summary of what's changed. See the