/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/user-guide/recording_changes.txt

  • Committer: Jelmer Vernooij
  • Date: 2020-08-22 22:46:24 UTC
  • mfrom: (7490.40.105 work)
  • mto: This revision was merged to the branch mainline in revision 7521.
  • Revision ID: jelmer@jelmer.uk-20200822224624-om4a4idsr7cn8jew
merge lp:brz/3.1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
If you use neither the ``-m`` nor the ``-F`` option then brz will open an
30
30
editor for you to enter a message.  The editor to run is controlled by
31
31
your ``$VISUAL`` or ``$EDITOR`` environment variable, which can be overridden
32
 
by the ``editor`` setting in ``~/.config/breezy/breezy.conf``; ``$BZR_EDITOR``
 
32
by the ``editor`` setting in ``~/.config/breezy/breezy.conf``; ``$BRZ_EDITOR``
33
33
will override either of the above mentioned editor options.  If you quit the
34
34
editor without making any changes, the commit will be cancelled.
35
35