Bazaar in five minutes "Starting a new project" examples

Bug #1654049 reported by C.W.Holeman II
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned
Breezy
Fix Released
Medium
Neil Martinsen-Burrell

Bug Description

WHAT I DID:
-----------

I was reading

  Bazaar in five minutes - Starting a new project
  http://doc.bazaar.canonical.com/latest/en/miniAC-tutorial/index.html

WHAT IT HAS:
-----------

The "Bazaar in five minutes- Starting a new project" example box (1-existing):

  $ bzr init-repo sample
  Shared repository with trees (format: 2a)
  Location:
    shared repository: sample
  $ bzr init sample/trunk
  $ cd sample/trunk
  Created a repository tree (format: 2a)
  Using shared repository: /home/john/sample/

has "$ cd sample/trunk" reporting that it "Created a repository tree".

WHAT I EXPECTED:
----------------

I expected to see the last two lines before the "$ cd sample/trunk" line. Or better yet as the fist line in the next example box (2-existing):

  bzr add test1.txt

but as the first line. Also, it seems that the format is a bit different in this and the next example box (3-existing):

  bzr commit -m "Added first line of text"

I suggest something like for example box (1-new):

  $ bzr init-repo sample
  Shared repository with trees (format: 2a)
  Location:
    shared repository: sample
  $ bzr init sample/trunk
  Created a repository tree (format: 2a)
  Using shared repository: /home/john/sample/

example box (2-new):

  $ cd sample/trunk
  $ bzr add test1.txt
  adding test1.txt

and example box (3-new):

  $ bzr commit -m "Added first line of text"
  Committing to: /home/john/sample/trunk/
  added test1.txt
  Committed revision 1.

Related branches

Revision history for this message
C.W.Holeman II (cwhii) wrote :
Jelmer Vernooij (jelmer)
tags: added: easy
Jelmer Vernooij (jelmer)
Changed in brz:
status: New → Fix Released
importance: Undecided → Medium
assignee: nobody → Neil Martinsen-Burrell (nmb)
milestone: none → 3.0.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.