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

  • Committer: Jelmer Vernooij
  • Date: 2019-06-03 03:10:29 UTC
  • mfrom: (7312 work)
  • mto: This revision was merged to the branch mainline in revision 7318.
  • Revision ID: jelmer@jelmer.uk-20190603031029-b34je03bjulxxdwj
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
There are some ignored files which are not project specific, but more user
96
96
specific. Things like editor temporary files, or personal temporary files.
97
97
Rather than add these ignores to every project, brz supports a global
98
 
ignore file in ``~/.bazaar/ignore`` [#]_. It has the same syntax as the
 
98
ignore file in ``~/.config/breezy/ignore`` [#]_. It has the same syntax as the
99
99
per-project ignore file.
100
100
 
101
101
.. [#] On Windows, the users configuration files can be found in the
102
 
   application data directory. So instead of ``~/.bazaar/branch.conf``
 
102
   application data directory. So instead of ``~/.config/breezy/branch.conf``
103
103
   the configuration file can be found as:
104
 
   ``C:\Documents and Settings\<username>\Application Data\Breezy\2.0\branch.conf``.
 
104
   ``C:\Documents and Settings\<username>\Application Data\Breezy\3.0\branch.conf``.
105
105
   The same is true for ``locations.conf``, ``ignore``, and the
106
106
   ``plugins`` directory.