~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to tutorial.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-04-24 10:31:28 UTC
  • mfrom: (1684.1.2 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060424103128-a637f56a7c529bad
(mbp) tutorial improvements

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
address by looking up your username and hostname. If you don't like the
118
118
guess that Bazaar-NG makes, then three options exist:
119
119
 
120
 
 1. (**Bazaar-NG 0.6 and later**). Setting the email address in the
 
120
 1. Setting the email address in the
121
121
 ``~/.bazaar/bazaar.conf`` by adding the following lines. Please note that
122
122
 ``[DEFAULT]`` is case sensitive::
123
123
 
124
124
    [DEFAULT]
125
125
    email= Your Name <email@isp.com>
126
126
 
127
 
 1. (**Bazaar-NG 0.6 and later**) Override the previous setting on a
 
127
 1. Override the previous setting on a
128
128
 branch by branch basis by creating a branch section in
129
129
 ``~/.bazaar/branches.conf`` by adding the following lines::
130
130
 
276
276
 
277
277
If you use neither the `-m` nor the `-F` option then bzr will open an
278
278
editor for you to enter a message.  The editor to run is controlled by
279
 
your `$EDITOR` environment variable or (Post Bazaar-NG 0.6) email setting
280
 
in .  If you quit the editor without making any changes, the commit will
281
 
be cancelled.
 
279
your `$EDITOR` environment variable or 
 
280
add `editor` to ~/.bazaar/bazaar.conf; `$BZR_EDITOR` will override
 
281
the above mentioned editor options.  If you quit the editor without
 
282
making any changes, the commit will be cancelled.
282
283
 
283
284
Selective commit
284
285
----------------