Merge lp:~jelmer/brz/homedir-location into lp:brz/3.0

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: no longer in the source branch.
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz/homedir-location
Merge into: lp:brz/3.0
Diff against target: 269 lines (+36/-33)
10 files modified
breezy/builtins.py (+19/-18)
breezy/globbing.py (+3/-1)
breezy/ignores.py (+1/-1)
doc/developers/apport.txt (+1/-1)
doc/developers/contribution-quickstart.txt (+1/-1)
doc/developers/plugin-development.txt (+1/-1)
doc/en/admin-guide/hooks-plugins.txt (+4/-4)
doc/en/admin-guide/migration.txt (+1/-1)
doc/en/user-guide/controlling_registration.txt (+3/-3)
doc/en/user-guide/plugins.txt (+2/-2)
To merge this branch: bzr merge lp:~jelmer/brz/homedir-location
Reviewer Review Type Date Requested Status
Martin Packman Approve
Review via email: mp+363701@code.launchpad.net

Commit message

Update references to home location.

Description of the change

Update references to home location.

~/.config/breezy rather than ~/.bazaar.

To post a comment you must log in.
Revision history for this message
Martin Packman (gz) wrote :

Thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'breezy/builtins.py'
--- breezy/builtins.py 2019-02-09 03:23:20 +0000
+++ breezy/builtins.py 2019-02-27 01:45:35 +0000
@@ -348,7 +348,7 @@
348 Not versioned and not matching an ignore pattern.348 Not versioned and not matching an ignore pattern.
349349
350 Additionally for directories, symlinks and files with a changed350 Additionally for directories, symlinks and files with a changed
351 executable bit, Bazaar indicates their type using a trailing351 executable bit, Breezy indicates their type using a trailing
352 character: '/', '@' or '*' respectively. These decorations can be352 character: '/', '@' or '*' respectively. These decorations can be
353 disabled using the '--no-classify' option.353 disabled using the '--no-classify' option.
354354
@@ -1728,7 +1728,7 @@
1728 If the tree's branch is bound to a master branch, brz will also update1728 If the tree's branch is bound to a master branch, brz will also update
1729 the branch from the master.1729 the branch from the master.
17301730
1731 You cannot update just a single file or directory, because each Bazaar1731 You cannot update just a single file or directory, because each Breezy
1732 working tree has just a single basis revision. If you want to restore a1732 working tree has just a single basis revision. If you want to restore a
1733 file that has been removed locally, use 'brz revert' instead of 'brz1733 file that has been removed locally, use 'brz revert' instead of 'brz
1734 update'. If you want to restore a file to its state in a previous1734 update'. If you want to restore a file to its state in a previous
@@ -1871,11 +1871,11 @@
1871class cmd_remove(Command):1871class cmd_remove(Command):
1872 __doc__ = """Remove files or directories.1872 __doc__ = """Remove files or directories.
18731873
1874 This makes Bazaar stop tracking changes to the specified files. Bazaar will1874 This makes Breezy stop tracking changes to the specified files. Breezy will
1875 delete them if they can easily be recovered using revert otherwise they1875 delete them if they can easily be recovered using revert otherwise they
1876 will be backed up (adding an extension of the form .~#~). If no options or1876 will be backed up (adding an extension of the form .~#~). If no options or
1877 parameters are given Bazaar will scan for files that are being tracked by1877 parameters are given Breezy will scan for files that are being tracked by
1878 Bazaar but missing in your tree and stop tracking them for you.1878 Breezy but missing in your tree and stop tracking them for you.
1879 """1879 """
1880 takes_args = ['file*']1880 takes_args = ['file*']
1881 takes_options = ['verbose',1881 takes_options = ['verbose',
@@ -3091,9 +3091,10 @@
3091 using this command or directly by using an editor, be sure to commit3091 using this command or directly by using an editor, be sure to commit
3092 it.3092 it.
30933093
3094 Bazaar also supports a global ignore file ~/.bazaar/ignore. On Windows3094 Breezy also supports a global ignore file ~/.config/breezy/ignore. On
3095 the global ignore file can be found in the application data directory as3095 Windows the global ignore file can be found in the application data
3096 C:\\Documents and Settings\\<user>\\Application Data\\Bazaar\\2.0\\ignore.3096 directory as
3097 C:\\Documents and Settings\\<user>\\Application Data\\Breezy\\3.0\\ignore.
3097 Global ignores are not touched by this command. The global ignore file3098 Global ignores are not touched by this command. The global ignore file
3098 can be edited directly using an editor.3099 can be edited directly using an editor.
30993100
@@ -3732,7 +3733,7 @@
3732 unreferenced ancestors3733 unreferenced ancestors
3733 Texts that are ancestors of other texts, but3734 Texts that are ancestors of other texts, but
3734 are not properly referenced by the revision ancestry. This is a3735 are not properly referenced by the revision ancestry. This is a
3735 subtle problem that Bazaar can work around.3736 subtle problem that Breezy can work around.
37363737
3737 unique file texts3738 unique file texts
3738 This is the total number of unique file contents3739 This is the total number of unique file contents
@@ -3744,7 +3745,7 @@
3744 entries are modified, but the file contents are not. It does not3745 entries are modified, but the file contents are not. It does not
3745 indicate a problem.3746 indicate a problem.
37463747
3747 If no restrictions are specified, all Bazaar data that is found at the given3748 If no restrictions are specified, all data that is found at the given
3748 location will be checked.3749 location will be checked.
37493750
3750 :Examples:3751 :Examples:
@@ -3786,10 +3787,10 @@
3786 __doc__ = """Upgrade a repository, branch or working tree to a newer format.3787 __doc__ = """Upgrade a repository, branch or working tree to a newer format.
37873788
3788 When the default format has changed after a major new release of3789 When the default format has changed after a major new release of
3789 Bazaar, you may be informed during certain operations that you3790 Bazaar/Breezy, you may be informed during certain operations that you
3790 should upgrade. Upgrading to a newer format may improve performance3791 should upgrade. Upgrading to a newer format may improve performance
3791 or make new features available. It may however limit interoperability3792 or make new features available. It may however limit interoperability
3792 with older repositories or with older versions of Bazaar.3793 with older repositories or with older versions of Bazaar or Breezy.
37933794
3794 If you wish to upgrade to a particular format rather than the3795 If you wish to upgrade to a particular format rather than the
3795 current default, that can be specified using the --format option.3796 current default, that can be specified using the --format option.
@@ -3811,7 +3812,7 @@
3811 If the conversion of a branch fails, remaining branches are still3812 If the conversion of a branch fails, remaining branches are still
3812 tried.3813 tried.
38133814
3814 For more information on upgrades, see the Bazaar Upgrade Guide,3815 For more information on upgrades, see the Breezy Upgrade Guide,
3815 https://www.breezy-vcs.org/doc/en/upgrade-guide/.3816 https://www.breezy-vcs.org/doc/en/upgrade-guide/.
3816 """3817 """
38173818
@@ -4312,7 +4313,7 @@
4312 through OTHER, excluding BASE but including OTHER, will be merged. If this4313 through OTHER, excluding BASE but including OTHER, will be merged. If this
4313 causes some revisions to be skipped, i.e. if the destination branch does4314 causes some revisions to be skipped, i.e. if the destination branch does
4314 not already contain revision BASE, such a merge is commonly referred to as4315 not already contain revision BASE, such a merge is commonly referred to as
4315 a "cherrypick". Unlike a normal merge, Bazaar does not currently track4316 a "cherrypick". Unlike a normal merge, Breezy does not currently track
4316 cherrypicks. The changes look like a normal commit, and the history of the4317 cherrypicks. The changes look like a normal commit, and the history of the
4317 changes from the other branch is not stored in the commit.4318 changes from the other branch is not stored in the commit.
43184319
@@ -5133,8 +5134,8 @@
51335134
5134 --verbose shows the path where each plugin is located.5135 --verbose shows the path where each plugin is located.
51355136
5136 A plugin is an external component for Bazaar that extends the5137 A plugin is an external component for Breezy that extends the
5137 revision control system, by adding or replacing code in Bazaar.5138 revision control system, by adding or replacing code in Breezy.
5138 Plugins can do a variety of things, including overriding commands,5139 Plugins can do a variety of things, including overriding commands,
5139 adding new commands, providing additional network transports and5140 adding new commands, providing additional network transports and
5140 customizing log output.5141 customizing log output.
@@ -5498,7 +5499,7 @@
5498 :Examples:5499 :Examples:
5499 brz break-lock5500 brz break-lock
5500 brz break-lock brz+ssh://example.com/brz/foo5501 brz break-lock brz+ssh://example.com/brz/foo
5501 brz break-lock --conf ~/.bazaar5502 brz break-lock --conf ~/.config/breezy
5502 """5503 """
55035504
5504 takes_args = ['location?']5505 takes_args = ['location?']
@@ -5789,7 +5790,7 @@
5789 branch containing submit_branch in its ancestory without needing access to5790 branch containing submit_branch in its ancestory without needing access to
5790 the source branch.5791 the source branch.
57915792
5792 If --no-bundle is specified, then Bazaar doesn't send the contents of the5793 If --no-bundle is specified, then Breezy doesn't send the contents of the
5793 revisions, but only a structured request to merge from the5794 revisions, but only a structured request to merge from the
5794 public_location. In that case the public_branch is needed and it must be5795 public_location. In that case the public_branch is needed and it must be
5795 up-to-date and accessible to the recipient. The public_branch is always5796 up-to-date and accessible to the recipient. The public_branch is always
57965797
=== modified file 'breezy/globbing.py'
--- breezy/globbing.py 2018-11-18 19:48:57 +0000
+++ breezy/globbing.py 2019-02-27 01:45:35 +0000
@@ -248,7 +248,9 @@
248 # the combined pattern we sent to regex. Instead we indicate to248 # the combined pattern we sent to regex. Instead we indicate to
249 # the user that an ignore file needs fixing.249 # the user that an ignore file needs fixing.
250 mutter('Invalid pattern found in regex: %s.', e.msg)250 mutter('Invalid pattern found in regex: %s.', e.msg)
251 e.msg = "File ~/.bazaar/ignore or .bzrignore contains error(s)."251 e.msg = (
252 "File ~/.config/breezy/ignore or "
253 ".bzrignore contains error(s).")
252 bad_patterns = ''254 bad_patterns = ''
253 for _, patterns in self._regex_patterns:255 for _, patterns in self._regex_patterns:
254 for p in patterns:256 for p in patterns:
255257
=== modified file 'breezy/ignores.py'
--- breezy/ignores.py 2018-11-12 01:41:38 +0000
+++ breezy/ignores.py 2019-02-27 01:45:35 +0000
@@ -33,7 +33,7 @@
33 )33 )
34""")34""")
3535
36# ~/.bazaar/ignore will be filled out using36# ~/.config/breezy/ignore will be filled out using
37# this ignore list, if it does not exist37# this ignore list, if it does not exist
38# please keep these sorted (in C locale order) to aid merging38# please keep these sorted (in C locale order) to aid merging
39USER_DEFAULTS = [39USER_DEFAULTS = [
4040
=== modified file 'doc/developers/apport.txt'
--- doc/developers/apport.txt 2009-12-02 20:34:07 +0000
+++ doc/developers/apport.txt 2019-02-27 01:45:35 +0000
@@ -41,7 +41,7 @@
4141
42#. An exception reaches the top-level handler.42#. An exception reaches the top-level handler.
4343
44#. We log it in apport-format to a file in ~/.bazaar/crash.44#. We log it in apport-format to a file in ~/.config/breezy/crash.
4545
46#. We tell the user where that file is, and invite them to file a bug46#. We tell the user where that file is, and invite them to file a bug
47 report.47 report.
4848
=== modified file 'doc/developers/contribution-quickstart.txt'
--- doc/developers/contribution-quickstart.txt 2019-01-01 21:38:07 +0000
+++ doc/developers/contribution-quickstart.txt 2019-02-27 01:45:35 +0000
@@ -46,7 +46,7 @@
46closely-related cluster of bugs per branch, to make reviews and merges46closely-related cluster of bugs per branch, to make reviews and merges
47flow more smoothly.47flow more smoothly.
4848
49You probably want this configuration in ``~/.bazaar/locations.conf``::49You probably want this configuration in ``~/.config/breezy/locations.conf``::
5050
51 [/home/USER/brz]51 [/home/USER/brz]
52 push_location = lp:~LAUNCHPAD_USER/brz/{branchname}52 push_location = lp:~LAUNCHPAD_USER/brz/{branchname}
5353
=== modified file 'doc/developers/plugin-development.txt'
--- doc/developers/plugin-development.txt 2018-11-22 02:23:26 +0000
+++ doc/developers/plugin-development.txt 2019-02-27 01:45:35 +0000
@@ -31,7 +31,7 @@
31To ensure your plugin under development is available to Breezy, set31To ensure your plugin under development is available to Breezy, set
32the ``BRZ_PLUGIN_PATH`` environment variable to its parent directory.32the ``BRZ_PLUGIN_PATH`` environment variable to its parent directory.
33Alternatively, you may wish to develop your plugin within a directory33Alternatively, you may wish to develop your plugin within a directory
34under your personal plugins area (``~/.bazaar/plugins`` on GNU/Linux)34under your personal plugins area (``~/.config/breezy/plugins`` on GNU/Linux)
35or put a symbolic link in that area pointing to your plugin under35or put a symbolic link in that area pointing to your plugin under
36test. Finally you can use ``BRZ_PLUGINS_AT`` to point to a specific36test. Finally you can use ``BRZ_PLUGINS_AT`` to point to a specific
37directory for a specific plugin (separated by your platform's value of37directory for a specific plugin (separated by your platform's value of
3838
=== modified file 'doc/en/admin-guide/hooks-plugins.txt'
--- doc/en/admin-guide/hooks-plugins.txt 2018-11-18 13:20:01 +0000
+++ doc/en/admin-guide/hooks-plugins.txt 2019-02-27 01:45:35 +0000
@@ -25,10 +25,10 @@
25http://doc.bazaar.canonical.com/plugins/en/. For purposes of installation,25http://doc.bazaar.canonical.com/plugins/en/. For purposes of installation,
26plugins are simply python packages. They can be installed alongside Bazaar in26plugins are simply python packages. They can be installed alongside Bazaar in
27the ``bzrlib.plugins`` package using each plugin's ``setup.py``. They can27the ``bzrlib.plugins`` package using each plugin's ``setup.py``. They can
28also be installed in the plugin path which is the user's ``~/.bazaar/plugins``28also be installed in the plugin path which is the user's
29directory or can be specified with the ``BZR_PLUGIN_PATH`` environment29``~/.config/breezy/plugins`` directory or can be specified with the
30variable. See ``bzr help configuration`` for more on specifying the location30``BZR_PLUGIN_PATH`` environment variable. See ``bzr help configuration`` for
31of plugins.31more on specifying the location of plugins.
3232
3333
34Email Notification34Email Notification
3535
=== modified file 'doc/en/admin-guide/migration.txt'
--- doc/en/admin-guide/migration.txt 2018-11-18 13:20:01 +0000
+++ doc/en/admin-guide/migration.txt 2019-02-27 01:45:35 +0000
@@ -56,7 +56,7 @@
56This command has flexible ways to specify what paths within the Subversion56This command has flexible ways to specify what paths within the Subversion
57repository contain branches and which contain tags. For example, the57repository contain branches and which contain tags. For example, the
58recommended layout for Subversion projects (called ``trunk`` by the svn58recommended layout for Subversion projects (called ``trunk`` by the svn
59plugin) could be specified in ``~/.bazaar/subversion.conf`` as59plugin) could be specified in ``~/.config/breezy/subversion.conf`` as
6060
61::61::
6262
6363
=== modified file 'doc/en/user-guide/controlling_registration.txt'
--- doc/en/user-guide/controlling_registration.txt 2017-05-21 13:41:54 +0000
+++ doc/en/user-guide/controlling_registration.txt 2019-02-27 01:45:35 +0000
@@ -95,12 +95,12 @@
95There are some ignored files which are not project specific, but more user95There are some ignored files which are not project specific, but more user
96specific. Things like editor temporary files, or personal temporary files.96specific. Things like editor temporary files, or personal temporary files.
97Rather than add these ignores to every project, brz supports a global97Rather than add these ignores to every project, brz supports a global
98ignore file in ``~/.bazaar/ignore`` [#]_. It has the same syntax as the98ignore file in ``~/.config/breezy/ignore`` [#]_. It has the same syntax as the
99per-project ignore file.99per-project ignore file.
100100
101.. [#] On Windows, the users configuration files can be found in the101.. [#] 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 the configuration file can be found as: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 The same is true for ``locations.conf``, ``ignore``, and the105 The same is true for ``locations.conf``, ``ignore``, and the
106 ``plugins`` directory.106 ``plugins`` directory.
107107
=== modified file 'doc/en/user-guide/plugins.txt'
--- doc/en/user-guide/plugins.txt 2017-05-21 13:41:54 +0000
+++ doc/en/user-guide/plugins.txt 2019-02-27 01:45:35 +0000
@@ -35,7 +35,7 @@
3535
36Installing a plugin is very easy! If not already created, create a36Installing a plugin is very easy! If not already created, create a
37``plugins`` directory under your Breezy configuration directory,37``plugins`` directory under your Breezy configuration directory,
38``~/.bazaar/`` on Unix and38``~/.config/breezy/`` on Unix and
39``C:\Documents and Settings\<username>\Application Data\Breezy\2.0\``39``C:\Documents and Settings\<username>\Application Data\Breezy\2.0\``
40on Windows. Within this directory (referred to as $BZR_HOME below),40on Windows. Within this directory (referred to as $BZR_HOME below),
41each plugin is placed in its own subdirectory.41each plugin is placed in its own subdirectory.
@@ -45,7 +45,7 @@
45one can perform the following::45one can perform the following::
4646
47 brz branch http://panoramicfeedback.com/opensource/brz/brztools47 brz branch http://panoramicfeedback.com/opensource/brz/brztools
48 ~/.bazaar/plugins/brztools48 ~/.config/breezy/plugins/brztools
4949
50When installing plugins, the directories that you install them in must50When installing plugins, the directories that you install them in must
51be valid python identifiers. This means that they can only contain51be valid python identifiers. This means that they can only contain

Subscribers

People subscribed via source and target branches