/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: Gustav Hartvigsson
  • Date: 2021-01-09 21:36:27 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210109213627-h1xwcutzy9m7a99b
Added 'Case Preserving Working Tree Use Cases' from Canonical Wiki

* Addod a page from the Canonical Bazaar wiki
  with information on the scmeatics of case
  perserving filesystems an a case insensitive
  filesystem works.
  
  * Needs re-work, but this will do as it is the
    same inforamoton as what was on the linked
    page in the currint documentation.

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.