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

  • Committer: Jelmer Vernooij
  • Date: 2017-07-30 18:38:48 UTC
  • mfrom: (6740.1.1 breezy-conf-1)
  • Revision ID: jelmer@jelmer.uk-20170730183848-195b9ch7sclkxmqs
Merge lp:~jelmer/brz/breezy-conf

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
 
122
122
   % brz whoami --branch "Your Name <email@example.com>"
123
123
 
124
 
#. Setting the email address in the ``~/.bazaar/bazaar.conf`` [1]_ by
 
124
#. Setting the email address in the ``~/.config/breezy/breezy.conf`` [1]_ by
125
125
   adding the following lines.  Please note that  ``[DEFAULT]`` is case
126
126
   sensitive::
127
127
 
129
129
       email=Your Name <email@isp.com>
130
130
 
131
131
   As above, you can override this settings on a branch by branch basis
132
 
   by creating a branch section in ``~/.bazaar/locations.conf`` and
 
132
   by creating a branch section in ``~/.config/breezy/locations.conf`` and
133
133
   adding the following lines::
134
134
 
135
135
       [/the/path/to/the/branch]
141
141
   precedence) to your full email address.
142
142
 
143
143
.. [1] On Windows, the users configuration files can be found in the
144
 
   application data directory. So instead of ``~/.bazaar/branch.conf``
 
144
   application data directory. So instead of ``~/.config/breezy/breezy.conf``
145
145
   the configuration file can be found as:
146
 
   ``C:\Documents and Settings\<username>\Application Data\Breezy\2.0\branch.conf``.
 
146
   ``C:\Documents and Settings\<username>\Application Data\Breezy\2.0\breezy.conf``.
147
147
   The same is true for ``locations.conf``, ``ignore``, and the
148
148
   ``plugins`` directory.
149
149
 
308
308
If you use neither the ``-m`` nor the ``-F`` option then brz will open an
309
309
editor for you to enter a message.  The editor to run is controlled by
310
310
your ``$VISUAL`` or ``$EDITOR`` environment variable, which can be overridden
311
 
by the ``editor`` setting in ``~/.bazaar/bazaar.conf``; ``$brz_EDITOR`` will
312
 
override either of the above mentioned editor options.  If you quit the
 
311
by the ``editor`` setting in ``~/.config/breezy/breezy.conf``; ``$BRZ_EDITOR``
 
312
will override either of the above mentioned editor options.  If you quit the
313
313
editor without making any changes, the commit will be cancelled.
314
314
 
315
315
The file that is opened in the editor contains a horizontal line. The part
449
449
There are some ignored files which are not project specific, but more user
450
450
specific. Things like editor temporary files, or personal temporary files.
451
451
Rather than add these ignores to every project, brz supports a global
452
 
ignore file in ``~/.bazaar/ignore`` [1]_. It has the same syntax as the
 
452
ignore file in ``~/.config/breezy/ignore`` [1]_. It has the same syntax as the
453
453
per-project ignore file.
454
454
 
455
455