Download project files

How do I verify a download?


110 of 16 releases

3.3.4 release from the 3.3 series released

File Description Downloads
download icon breezy-3.3.4.tar.gz (md5, sig) source 87
last downloaded 30 weeks ago
Total downloads: 87

3.3.3 release from the 3.3 series released

File Description Downloads
download icon breezy-3.3.3.tar.gz (md5, sig) Soure file 76
last downloaded 31 weeks ago
Total downloads: 76

3.3.2 release from the 3.3 series released

Release information
Release notes:

Improvements
************

.. Improvements to existing commands, especially improved performance
   or memory usage, or better results.

* Update Git code to use newer Dulwich APIs for pack generation,
  significantly improving performance. (Jelmer Vernooij)

* gitlab: Support URL schemes https, http. (Jelmer Vernooij)

* Bundle the webdav plugin. (Jelmer Vernooij)

* Add supports_auto_merge setting. (Jelmer Vernooij)

* Add --auto argument for "brz propose".
  (Jelmer Vernooij)

Bug Fixes
*********

.. Fixes for situations where brz would previously crash or give incorrect
   or undesirable results.

* Fix anonymous access of lp: URLs. (Jelmer Vernooij, #2000806)

* gitlab: Handle GitLab consistently returning 500 when updating
  description in some versions. (Jelmer Vernooij)

* github: Sup...

Changelog:

Improvements
************

.. Improvements to existing commands, especially improved performance
   or memory usage, or better results.

* Update Git code to use newer Dulwich APIs for pack generation,
  significantly improving performance. (Jelmer Vernooij)

* gitlab: Support URL schemes https, http. (Jelmer Vernooij)

* Bundle the webdav plugin. (Jelmer Vernooij)

* Add supports_auto_merge setting. (Jelmer Vernooij)

* Add --auto argument for "brz propose".
  (Jelmer Vernooij)

Bug Fixes
*********

.. Fixes for situations where brz would previously crash or give incorrect
   or undesirable results.

* Fix anonymous access of lp: URLs. (Jelmer Vernooij, #2000806)

* gitlab: Handle GitLab consistently returning 500 when updating
  description in some versions. (Jelmer Vernooij)

* github: Support multiple pages when enumerating forks.
  (Jelmer Vernooij)

File Description Downloads
download icon breezy-3.3.2.tar.gz (md5, sig) release tarball 221
last downloaded 34 weeks ago
Total downloads: 221

3.3.1 release from the 3.3 series released

Release information
Changelog:

External Compatibility Breaks
*****************************

.. These may require users to change the way they use Breezy.

* Drop support for Python < 3.7. (Jelmer Vernooij)

* Factored gettext support out into setuptools-gettext. (Jelmer Vernooij)

New Features
************

.. New commands, options, etc that users may wish to try out.

* Add ``--open`` argument to ``brz propose``. (Jelmer Vernooij)

* New ``brz web-open`` command, which opens a branch or
  merge proposal in a web browser. Deprecates ``brz lp-open``.
  (Jelmer Vernooij)

Improvements
************

.. Improvements to existing commands, especially improved performance
   or memory usage, or better results.

* Various portability fixes for Mac OS X and Windows. (Jelmer Vernooij)

* Ship typing hints. (Jelmer Vernooij)

* Build binary on GitHub for most Python platforms.
  (Jelmer Vernooij)

* Drop trivial pkg-version dependency. (Ondřej Pohořelský)

* Drop use of unnecessary ``iso8061`` module for Forge interactions.
  (Jelmer Vernooij)

* Support finding GitHub PRs by URL. (Jelmer Vernooij)

Bug Fixes
*********

.. Fixes for situations where brz would previously crash or give incorrect
   or undesirable results.

* Fix compatibility with Python 3.11. (Jelmer Vernooij, #1995814)
  + Remove use of PyUnicode_FromUnicode, gone in Python 3.11.
  + Fix reference counter tests for Python 3.11.

* Handle unexpected HTTP Status errors from Dulwich, converting them
  to the appropriate Breezy exceptions. (Jelmer Vernooij)

* Handle out of file descriptor errors in ``breezy.dirty_tracker``.
  (Jelmer Vernooij)

* git: Properly decode remote tag names rather than leaving them as bytes.
  (Jelmer Vernooij)

* Fix compatibility with Dulwich >= 0.20.50. (Jelmer Vernooij)

* Fix ``Tree.get_file_mtime`` in shallow git trees. (Jelmer Vernooij)

Documentation
*************

.. Improved or updated documentation.

* Remove various references to brz-gtk and breezy.
  (Jelmer Vernooij, #1926890, #1837056, #1837053)

API Changes
***********

.. Changes that may require updates in plugins or other code that uses
   breezy.

* Removed ``breezy.revision.ensure_null``, originally added for
  the migation from ``None`` to ``NULL_REVISION``. (Jelmer Vernooij)

* New ``Forge.create_project`` method. (Jelmer Vernooij)

* New ``breezy.forge.get_forge_by_hostname`` function.
  (Jelmer Vernooij)

* New ``Tree.is_special_filename`` to match on e.g.
  ``.gitattributes`` and ``.bzrignore``. (Jelmer Vernooij)

Internals
*********

.. Major internal changes, unlikely to be visible to users or plugin
   developers, but interesting for brz developers.

* Switch to using Launchpad REST API for lp: URL lookups,
  rather than XML/RPC. (Jelmer Vernooij)

* Migrate from pkg_resources to importlib for entrypoints.
  (Jelmer Vernooij)

* New exception ``UnsupportedVcs``. (Jelmer Vernooij)

* Support titles for merge proposals. (Jelmer Vernooij)

* Use standard python infrastructure to mark extensions as
  optional. (Jelmer Vernooij)

* Add pyproject.toml. (Jelmer Vernooij)

Testing
*******

.. Fixes and changes that are only relevant to brz's test framework and
   suite. This can include new facilities for writing tests, fixes to
   spurious test failures and changes to the way things should be tested.

* Increased timeouts since e.g. the setup test takes longer to run
  now we're compiling rust files. (Jelmer Vernooij)

* Raise exception for timed out test rather than killing entire process
  when hitting timeouts. (Jelmer Vernooij)

* Add xfail lists for Mac OS X and Windows. (Jelmer Vernooij)

* Properly clear BRZ_SSH in tests. (Jelmer Vernooij)

File Description Downloads
download icon breezy-3.3.1.tar.gz (md5, sig) source tarball 162
last downloaded 31 weeks ago
Total downloads: 162

3.3.0 release from the 3.3 series released

Release information
Changelog:

External Compatibility Breaks
*****************************

.. These may require users to change the way they use Breezy.

* Breezy now uses the system merge3 rather than bundling its own copy.
  (Jelmer Vernooij)

* Breezy now requires PyYAML. (Jelmer Vernooij)

* Breezy now requires setuptools-rust and a rust compiler to
  be built. (Martin Packman, Jelmer Vernooij)

New Features
************

.. New commands, options, etc that users may wish to try out.

* Add --recurse-nested argument to 'brz export'.
  (Jelmer Vernooij)

Improvements
************

.. Improvements to existing commands, especially improved performance
   or memory usage, or better results.

* Add an ``extra`` for installing PGP dependencies.
  (Jelmer Vernooij)

* Convert multiple authors to the Co-authored-by field.
  (Jelmer Vernooij)

* github: Lazily load github pull requests, improving
  performance. (Jelmer Vernooij)

* github: Return canonical URLs for branches.
  (Jelmer Vernooij)

* Avoid deprecated distutils.version, ahead of removal.
  (Jelmer Vernooij)

* Add a docker file. (Jelmer Vernooij)

* launchpad: Store Launchpad credentials in authentication.conf.
  (Jelmer Vernooij)

* git: Support accessing git branch configuration.
  (Jelmer Vernooij)

* pgp: Add support for create_signatures=when-possible
  (Jelmer Vernooij)

* propose: By default, don't push tags when proposing changes.
  (Jelmer Vernooij)

* git: Split out and separately report ProtectedBranchHookDeclined.
  (Jelmer Vernooij)

* git: Avoid reading entire pack files into memory.
  (Jelmer Vernooij)

Bug Fixes
*********

.. Fixes for situations where brz would previously crash or give incorrect
   or undesirable results.

* git: Fix handling of empty directories in iter_changes.
  (Jelmer Vernooij)

* fastimport: Open stdin in binary mode. (Alexander Grund)

* Fix printing of exceptions for unsupported formats.
  (Jelmer Vernooij)

* Fix compatibility with modern dulwich.
  (Jelmer Vernooij)

* bzr: Only update working tree when pushing to active branch.
  (Jelmer Vernooij)

* gitlab: Fix API access; now seems to reject ';' as separator of url parameters.
  (Jelmer Vernooij)

* Launchpad: Fix instance iteration.
  (Jelmer Vernooij)

* git: Fix remote branch reference handling.
  (Jelmer Vernooij)

* git: Handle symref loops. (Jelmer Vernooij)

* Fix handling of chunked HTTP requests.
  (Jelmer Vernooij)

* git: Fix handling of date: revision specs.
  (Jelmer Vernooij)

* git: Support insteadOf / pushInsteadOf.
  (Jelmer Vernooij)

Documentation
*************

.. Improved or updated documentation.

* Add link to Matrix room, point to new IRC channel.
  (Jelmer Vernooij)

API Changes
***********

.. Changes that may require updates in plugins or other code that uses
   breezy.

* Various errors have moved out of ``breezy.errors`` to
  the modules they are related to. Including:
  UnsupportedProtocol, FileExists and NoSuchFile from breezy.errors => breezy.transport
  (Jelmer Vernooij)

* Add ``MergeProposal.set_target_branch()`` method.
  (Jelmer Vernooij)

* Move ``static_tuple`` to ``breezy.bzr``. (Jelmer Vernooij)

Internals
*********

.. Major internal changes, unlikely to be visible to users or plugin
   developers, but interesting for brz developers.

* File ids are mostly gone from the API. There are a few select
  cases where they are still used.
  (Jelmer Vernooij)

* python2-cleanup: Remove obsolete __cmp__. (Jelmer Vernooij)

* bzr: Support name argument in ControlDir.push_branch.
  (Jelmer Vernooij)

* Fix flake8 with newer versions of flake8.
  (Jelmer Vernooij)

* Avoid deprecated urllib.parse.{splittype,splitport,splithost}.
  (Jelmer Vernooij)

* Improve handling of remote git trees; improved performance,
  support for more functions.
  (Jelmer Vernooij)

* git: Raise custom error for unknown encodings in Git commits.
  (Jelmer Vernooij)

* Use google docstrings in more places, fixing errors from pydoctor in the process.
  (Jelmer Vernooij)

* Lockdir now uses yaml rather than RIO.
  (Jelmer Vernooij)

Testing
*******

.. Fixes and changes that are only relevant to brz's test framework and
   suite. This can include new facilities for writing tests, fixes to
   spurious test failures and changes to the way things should be tested.

* Disable known failing test_build_and_install on GitHub.
  (Jelmer Vernooij)

* bashcomp: Preserve environment when invoking brz.
  (Jelmer Vernooij)

File Description Downloads
download icon breezy-3.3.0.tar.gz (md5, sig) Source Code 94
last downloaded 34 weeks ago
Total downloads: 94

3.2.2 release from the 3.2 series released

File Description Downloads
download icon breezy-3.2.2.tar.gz (md5, sig) source code 581
last downloaded 30 weeks ago
Total downloads: 581

3.2.1 release from the 3.2 series released

Release information
Release notes:

Fix compatibliity with newer versions of Dulwich.

File Description Downloads
download icon breezy-3.2.1.tar.gz (md5, sig) tarball 576
last downloaded 31 weeks ago
Total downloads: 576

3.2.0 release from the 3.2 series released

File Description Downloads
download icon breezy-3.2.0.tar.gz (md5, sig) Release 3.2.0 206
last downloaded 34 weeks ago
Total downloads: 206

3.1.0 release from the 3.1 series released

Release information
Release notes:

Breezy 3.1.0 is fully compatible both locally and on the network with Bazaar
2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6 and 2.7 as well as Breezy 3.0, and can read
and write repositories generated by all previous versions.

Python 2 EOL'ed
***************

The 3.1 series will be the last Breezy release series that supports Python 2.7.
Release series 3.2 and later will only support Python 3.5 and later.

New command names
*****************

``brz init-repo`` has been renamed to ``brz init-shared-repo``
to emphasize that it creates
shared repositories rather than just any kind of repository.

``brz sprout`` is now an alias for ``brz branch``.

New Commands
************

A new ``brz land`` command can merge merge proposals
on Launchpad, GitHub or GitLab instances.

The ``brz patch`` command (previ...

Changelog:

External Compatibility Breaks
*****************************

.. These may require users to change the way they use Breezy.

* The ``brz init-repo`` command has been renamed to
  ``brz init-shared-repo`` to emphasize that it creates
  shared repositories rather than just any kind of repository.
  (Jelmer Vernooij)

New Features
************

.. New commands, options, etc that users may wish to try out.

* A new ``brz land`` command can merge merge proposals on Launchpad,
  GitHub and GitLab sites. (Jelmer Vernooij, #1816213)

* The 'patch' command is now bundled with brz.
  Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij)

* The 'quilt' plugin, extracted from brz-debian, is now
  bundled. (Jelmer Vernooij)

* A new ``calculate_revnos`` configuration option (defaults to enabled)
  can be used to disable revno display for branch formats that
  do not natively store revnos. This speeds up ``brz log`` on
  the Samba git branch by 33%.
  (Jelmer Vernooij)

* Directly read mtab rather than using psutil when trying to figure out
  filesystem types. This removes a dependency that not all users may
  have installed and speeds up import time since psutil brings in
  various other modules. (Jelmer Vernooij)

* ``brz diff`` now has a --color argument that can write
  color diff output. This is based on the cdiff code in
  bzrtools by Aaron Bentley.
  (Jelmer Vernooij, #376594)

* Information about tree references can now be updated on remote
  branches. (Jelmer Vernooij)

* Warn the user when they attempt to use Breezy in a Subversion
  working copy. (Jelmer Vernooij)

* Add a basic Mercurial plugin that mentions that .hg repositories
  are unsupported when the user attempts to access one.
  (Jelmer Vernooij)

* The ``2a`` format now officially supports storing tree references.
  It always partially supported storing tree reference data,
  and would happily pull in tree reference data from other repository
  formats. (Jelmer Vernooij)

* A new ``fossil`` plugin has been added that warns users when they
  attempt to access Fossil repositories.
  (Jelmer Vernooij, #1848821)

* When pushing to Git repositories, symrefs are now followed.
  (Jelmer Vernooij, #1800393)

* New ``brz clone`` command, which clones everything under
  a control directory. I.e. all colocated branches, like
  ``git clone``. (Jelmer Vernooij, #831939)

* ``brz sprout`` is now an alias for ``brz branch``.
  (Jelmer Vernooij)

* ``brz branch`` now accepts a ``-b`` flag with the
  name of the colocated branch to sprout.
  (Jelmer Vernooij, #1869977)

* Add a ``breezy.__main__`` module so that
  ``python3 -m breezy`` works. (Jelmer Vernooij)

Improvements
************

.. Improvements to existing commands, especially improved performance
   or memory usage, or better results.

* A new ``--commit-message`` option has been added to
  ``brz propose``, for hosting sites that support it.
  (Jelmer Vernooij)

* Automatically upgrade to branch format 8 when setting branch references.
  (Jelmer Vernooij)

* The ``ssh`` configuration variable can be used to set the default
  SSH implementation. (Jelmer Vernooij, #650757)

* ``locks.steal_dead`` is now enabled by default.
  (Jelmer Vernooij, #220464)

* The substitution variables for the ``change_editor`` configuration
  option are now "{old_path}" and "{new_path}" rather than "@old_path" and
  "@new_path". The former is more consistent with the way substitutions
  work in other configuration options. The old syntax is still supported.
  (Jelmer Vernooij, #708718)

* The ``brz inventory`` command now accepts a ``--include-root``
  argument to show the tree root. (Jelmer Vernooij)

* Fix support for reading Git repositories over HTTP without
  a smart server. (Jelmer Vernooij)

* CVS pserver URLs now indicate that the pserver protocol is not
  supported. (Jelmer Vernooij)

* Git repositories with submodules can now be imported into 2a
  branches; submodules are converted to nested trees.
  (Jelmer Vernooij, #402814)

* Python 3 is now used by default to run scripts, etc. from the makefile.
  (Jelmer Vernooij)

* ``.git/config`` is now consulted to determine the users' identity
  for commits, and the gpg_signing_key. (Jelmer Vernooij)

* Ignore special files (fifos, block/character devices, sockets)
  when finding changes in Git working trees. (Jelmer Vernooij, #1857244)

* Parse error messages from stderr when a remote Git server
  hangs up. (Jelmer Vernooij)

Bug Fixes
*********

.. Fixes for situations where brz would previously crash or give incorrect
   or undesirable results.

* Print a sensible error message when conversion for an option fails
  (i.e. when a non-int is specified as the value for an integer
  parameter) (#237844, Jelmer Vernooij)

* Don't include timestamps in filenames when reporting on binary
  files in diff. (Jelmer Vernooij, #71307)

* Ignore UnknownFormatErrors when scanning for control directories.
  (Jelmer Vernooij, #468332)

* Fix fetching from remote git repositories in ``brz git-import``.
  (Jelmer Vernooij, #1836238)

* A new ``TreeEntry.is_unmodified`` method has added, which allows
  merge to check for unmodified files without relying
  on the .revision attribute that is not available for Git trees.
  This fixes LCA merges for Git repositories.
  (Jelmer Vernooij, #1826663)

* Fix passing of directories in specific_files to
  GitWorkingTree.iter_entries_by_dir(). (Jelmer Vernooij, #1844054)

* Fix ``brz diff --using`` when {old_path} and {new_path} are not
  specified in the template. (#1847915, Jelmer Vernooij)

* Ignore ghost tags when interacting with remote Git repositories.
  (Jelmer Vernooij)

* Fix ``setup_ui=False`` when initializing Breezy.
  (Jelmer Vernooij, #1852647)

* Fix backwards compatibility with Bazaar by supporting the
  $BZR_EMAIL variable. (Jelmer Vernooij, #1869178)

* Cope with non-ascii characters in Git signatures.
  (Jelmer Vernooij, #1869533)

* Fix use of ``proxy_bypass`` on Python 3.
  (Jelmer Vernooij, #1878698)

* Create $XDG_HOME_DIR if it does not exist.
  (Jelmer Vernooij)

Documentation
*************

.. Improved or updated documentation.

API Changes
***********

.. Changes that may require updates in plugins or other code that uses
   breezy.

* New ``Tree.get_transform`` method for getting a ``TreeTransform``
  object. (Jelmer Vernooij)

* The ``Tree.get_root_id`` method has been removed. Use
  ``Tree.path2id('')`` instead. (Jelmer Vernooij)

* ``Repository.find_branches`` now returns an iterator rather than a
  list. (Jelmer Vernooij, #413970)

* New ``Tree.get_nested_tree`` method for retrieving a nested tree.
  (Jelmer Vernooij)

* The ``ControlDirFormat.register_server_prober`` method has been removed.
  Instead, probers can now have a ``priority`` method to influence
  when they are run. (Jelmer Vernooij)

* New ``urlutils.strip_segment_parameters`` function for
  stripping segment parameters from a URL.
  (Jelmer Vernooij)

* ``Tree.id2path`` has a new optional argument ``recurse``,
  that determines whether it scans through nested trees.
  (Jelmer Vernooij)

* ``VersionedFiles.add_content`` can now be used to add
  content from ``ContentFactory`` objects.
  (Jelmer Vernooij)

File Description Downloads
download icon breezy-3.1.0.tar.gz (md5, sig) Release tarball 5,287
last downloaded 34 weeks ago
Total downloads: 5,287

3.1alpha1 release from the 3.1 series released

Release information
Release notes:

Python 2 EOL'ed
***************

The 3.1 series will be the last Breezy release series that supports Python 2.7.
Release series 3.2 and later will only support Python 3.5 and later.

New command names
*****************

``brz init-repo`` has been renamed to ``brz init-shared-repo``
to emphasize that it creates
shared repositories rather than just any kind of repository.

``brz sprout`` is now an alias for ``brz branch``.

New Commands
************

A new ``brz land`` command can merge merge proposals
on Launchpad, GitHub or GitLab instances.

The ``brz patch`` command (previously bundled in bzrtools) can apply
patches to a tree.

The ``brz clone`` command can clone an entire local or remote control
directory, rather than just a single branch (as the ``brz branch`` command does).

Better...

Changelog:

External Compatibility Breaks
*****************************

.. These may require users to change the way they use Breezy.

* The ``brz init-repo`` command has been renamed to
  ``brz init-shared-repo`` to emphasize that it creates
  shared repositories rather than just any kind of repository.
  (Jelmer Vernooij)

New Features
************

.. New commands, options, etc that users may wish to try out.

* A new ``brz land`` command can merge merge proposals on Launchpad,
  GitHub and GitLab sites. (Jelmer Vernooij, #1816213)

* The 'patch' command is now bundled with brz.
  Imported from bzrtools by Aaron Bentley. (Jelmer Vernooij)

* The 'quilt' plugin, extracted from brz-debian, is now
  bundled. (Jelmer Vernooij)

* A new ``calculate_revnos`` configuration option (defaults to enabled)
  can be used to disable revno display for branch formats that
  do not natively store revnos. This speeds up ``brz log`` on
  the Samba git branch by 33%.
  (Jelmer Vernooij)

* Directly read mtab rather than using psutil when trying to figure out
  filesystem types. This removes a dependency that not all users may
  have installed and speeds up import time since psutil brings in
  various other modules. (Jelmer Vernooij)

* ``brz diff`` now has a --color argument that can write
  color diff output. This is based on the cdiff code in
  bzrtools by Aaron Bentley.
  (Jelmer Vernooij, #376594)

* Information about tree references can now be updated on remote
  branches. (Jelmer Vernooij)

* Warn the user when they attempt to use Breezy in a Subversion
  working copy. (Jelmer Vernooij)

* Add a basic Mercurial plugin that mentions that .hg repositories
  are unsupported when the user attempts to access one.
  (Jelmer Vernooij)

* The ``2a`` format now officially supports storing tree references.
  It always partially supported storing tree reference data,
  and would happily pull in tree reference data from other repository
  formats. (Jelmer Vernooij)

* A new ``fossil`` plugin has been added that warns users when they
  attempt to access Fossil repositories.
  (Jelmer Vernooij, #1848821)

* When pushing to Git repositories, symrefs are now followed.
  (Jelmer Vernooij, #1800393)

* New ``brz clone`` command, which clones everything under
  a control directory. I.e. all colocated branches, like
  ``git clone``. (Jelmer Vernooij, #831939)

* ``brz sprout`` is now an alias for ``brz branch``.
  (Jelmer Vernooij)

* ``brz branch`` now accepts a ``-b`` flag with the
  name of the colocated branch to sprout.
  (Jelmer Vernooij, #1869977)

* Add a ``breezy.__main__`` module so that
  ``python3 -m breezy`` works. (Jelmer Vernooij)

Improvements
************

.. Improvements to existing commands, especially improved performance
   or memory usage, or better results.

* A new ``--commit-message`` option has been added to
  ``brz propose``, for hosting sites that support it.
  (Jelmer Vernooij)

* Automatically upgrade to branch format 8 when setting branch references.
  (Jelmer Vernooij)

* The ``ssh`` configuration variable can be used to set the default
  SSH implementation. (Jelmer Vernooij, #650757)

* ``locks.steal_dead`` is now enabled by default.
  (Jelmer Vernooij, #220464)

* The substitution variables for the ``change_editor`` configuration
  option are now "{old_path}" and "{new_path}" rather than "@old_path" and
  "@new_path". The former is more consistent with the way substitutions
  work in other configuration options. The old syntax is still supported.
  (Jelmer Vernooij, #708718)

* The ``brz inventory`` command now accepts a ``--include-root``
  argument to show the tree root. (Jelmer Vernooij)

* Fix support for reading Git repositories over HTTP without
  a smart server. (Jelmer Vernooij)

* CVS pserver URLs now indicate that the pserver protocol is not
  supported. (Jelmer Vernooij)

* Git repositories with submodules can now be imported into 2a
  branches; submodules are converted to nested trees.
  (Jelmer Vernooij, #402814)

* Python 3 is now used by default to run scripts, etc. from the makefile.
  (Jelmer Vernooij)

* ``.git/config`` is now consulted to determine the users' identity
  for commits, and the gpg_signing_key. (Jelmer Vernooij)

* Ignore special files (fifos, block/character devices, sockets)
  when finding changes in Git working trees. (Jelmer Vernooij, #1857244)

Bug Fixes
*********

.. Fixes for situations where brz would previously crash or give incorrect
   or undesirable results.

* Print a sensible error message when conversion for an option fails
  (i.e. when a non-int is specified as the value for an integer
  parameter) (#237844, Jelmer Vernooij)

* Don't include timestamps in filenames when reporting on binary
  files in diff. (Jelmer Vernooij, #71307)

* Ignore UnknownFormatErrors when scanning for control directories.
  (Jelmer Vernooij, #468332)

* Fix fetching from remote git repositories in ``brz git-import``.
  (Jelmer Vernooij, #1836238)

* A new ``TreeEntry.is_unmodified`` method has added, which allows
  merge to check for unmodified files without relying
  on the .revision attribute that is not available for Git trees.
  This fixes LCA merges for Git repositories.
  (Jelmer Vernooij, #1826663)

* Fix passing of directories in specific_files to
  GitWorkingTree.iter_entries_by_dir(). (Jelmer Vernooij, #1844054)

* Fix ``brz diff --using`` when {old_path} and {new_path} are not
  specified in the template. (#1847915, Jelmer Vernooij)

* Ignore ghost tags when interacting with remote Git repositories.
  (Jelmer Vernooij)

* Fix ``setup_ui=False`` when initializing Breezy.
  (Jelmer Vernooij, #1852647)

* Fix backwards compatibility with Bazaar by supporting the
  $BZR_EMAIL variable. (Jelmer Vernooij, #1869178)

* Cope with non-ascii characters in Git signatures.
  (Jelmer Vernooij, #1869533)

Documentation
*************

.. Improved or updated documentation.

API Changes
***********

.. Changes that may require updates in plugins or other code that uses
   breezy.

* New ``Tree.get_transform`` method for getting a ``TreeTransform``
  object. (Jelmer Vernooij)

* The ``Tree.get_root_id`` method has been removed. Use
  ``Tree.path2id('')`` instead. (Jelmer Vernooij)

* ``Repository.find_branches`` now returns an iterator rather than a
  list. (Jelmer Vernooij, #413970)

* New ``Tree.get_nested_tree`` method for retrieving a nested tree.
  (Jelmer Vernooij)

* The ``ControlDirFormat.register_server_prober`` method has been removed.
  Instead, probers can now have a ``priority`` method to influence
  when they are run. (Jelmer Vernooij)

* New ``urlutils.strip_segment_parameters`` function for
  stripping segment parameters from a URL.
  (Jelmer Vernooij)

* ``Tree.id2path`` has a new optional argument ``recurse``,
  that determines whether it scans through nested trees.
  (Jelmer Vernooij)

* ``VersionedFiles.add_content`` can now be used to add
  content from ``ContentFactory`` objects.
  (Jelmer Vernooij)

Internals
*********

.. Major internal changes, unlikely to be visible to users or plugin
   developers, but interesting for brz developers.

Testing
*******

.. Fixes and changes that are only relevant to brz's test framework and
   suite. This can include new facilities for writing tests, fixes to
   spurious test failures and changes to the way things should be tested.

File Description Downloads
download icon breezy-3.1a1.tar.gz (md5, sig) Source tarball 153
last downloaded 34 weeks ago
Total downloads: 153

110 of 16 releases