~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/tutorial.txt

  • Committer: Matthew Fuller
  • Date: 2006-11-11 19:21:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2136.
  • Revision ID: fullermd@over-yonder.net-20061111192147-sqtlv0erti2o54t9
Mention $VISUAL here, and play with the wording of the other ways of
setting the editor to make it flow better.

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
 
300
300
If you use neither the `-m` nor the `-F` option then bzr will open an
301
301
editor for you to enter a message.  The editor to run is controlled by
302
 
your `$EDITOR` environment variable or 
303
 
add `editor` to ~/.bazaar/bazaar.conf; `$BZR_EDITOR` will override
304
 
the above mentioned editor options.  If you quit the editor without
305
 
making any changes, the commit will be cancelled.
 
302
your `$VISUAL` or `$EDITOR` environment variable, which can be overridden
 
303
by the `editor` setting in to ~/.bazaar/bazaar.conf; `$BZR_EDITOR` will
 
304
override either of the above mentioned editor options.  If you quit the
 
305
editor without making any changes, the commit will be cancelled.
306
306
 
307
307
Selective commit
308
308
----------------