/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: Breezy landing bot
  • Author(s): Jelmer Vernooij
  • Date: 2020-08-23 01:15:41 UTC
  • mfrom: (7520.1.4 merge-3.1)
  • Revision ID: breezy.the.bot@gmail.com-20200823011541-nv0oh7nzaganx2qy
Merge lp:brz/3.1.

Merged from https://code.launchpad.net/~jelmer/brz/merge-3.1/+merge/389690

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