/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/tutorial.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-11-16 15:56:38 UTC
  • mfrom: (2135.1.3 fix-visual)
  • Revision ID: pqm@pqm.ubuntu.com-20061116155638-13adbf977ff0301b
(Matthew D. Fuller) Document usage of VISUAL environment variable for message editor

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
----------------