~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

NEWS section template into a separate file

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Bazaar in five minutes
3
3
======================
4
4
 
5
 
.. contents::
6
 
 
7
5
Introduction
8
6
============
9
7
 
70
68
directories, then right-click in those directories and select 
71
69
``New file`` to create your files.
72
70
 
73
 
Now get Bazaar to initalize itself in your project directory::
 
71
Now get Bazaar to initialize itself in your project directory::
74
72
 
75
73
  $ bzr init
76
74
  
225
223
the parent into your personal branch::
226
224
 
227
225
  $ bzr merge
228
 
  Using saved location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
 
226
  Merging from saved parent location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
229
227
  All changes applied successfully.
230
228
            
231
229
Check what has changed::
254
252
Replacing ``mycode.patch``, create your merge directive::
255
253
 
256
254
 $ bzr send -o mycode.patch
257
 
 Using saved location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
 
255
 Using saved parent location: http://bazaar.launchpad.net/~bzr/bzr-gtk/trunk
258
256
 
259
257
You can now email the merge directive to the bzr-gtk project who, if
260
258
they choose, can use it merge your work back into the parent branch.