/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/mini-tutorial/index.txt

  • Committer: Jelmer Vernooij
  • Date: 2018-02-18 21:42:57 UTC
  • mto: This revision was merged to the branch mainline in revision 6859.
  • Revision ID: jelmer@jelmer.uk-20180218214257-jpevutp1wa30tz3v
Update TODO to reference Breezy, not Bazaar.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
::
67
67
 
68
 
  $ brz init-shared-repo sample
 
68
  $ brz init-repo sample
69
69
  Shared repository with trees (format: 2a)
70
70
  Location:
71
71
    shared repository: sample
193
193
To work with someone else's code, you can make your own copy of their
194
194
branch. Let's take a real-world example, Breezy's GTK interface::
195
195
 
196
 
  $ brz init-shared-repo ~/brz-gtk
 
196
  $ brz init-repo ~/brz-gtk
197
197
  $ brz branch lp:~brz/brz-gtk/trunk ~/brz-gtk/john
198
198
  Branched 292 revision(s).
199
199