pkgsrc/devel/bzr/PLIST

2486 lines
114 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.38 2019/10/26 13:03:21 rhialto Exp $
${PYSITELIB}/bzrlib/__init__.py
${PYSITELIB}/bzrlib/__init__.pyc
${PYSITELIB}/bzrlib/__init__.pyo
${PYSITELIB}/bzrlib/_annotator_py.py
${PYSITELIB}/bzrlib/_annotator_py.pyc
${PYSITELIB}/bzrlib/_annotator_py.pyo
${PYSITELIB}/bzrlib/_annotator_pyx.so
${PYSITELIB}/bzrlib/_bencode_pyx.so
${PYSITELIB}/bzrlib/_btree_serializer_py.py
${PYSITELIB}/bzrlib/_btree_serializer_py.pyc
${PYSITELIB}/bzrlib/_btree_serializer_py.pyo
${PYSITELIB}/bzrlib/_btree_serializer_pyx.so
${PYSITELIB}/bzrlib/_chk_map_py.py
${PYSITELIB}/bzrlib/_chk_map_py.pyc
${PYSITELIB}/bzrlib/_chk_map_py.pyo
${PYSITELIB}/bzrlib/_chk_map_pyx.so
${PYSITELIB}/bzrlib/_chunks_to_lines_py.py
${PYSITELIB}/bzrlib/_chunks_to_lines_py.pyc
${PYSITELIB}/bzrlib/_chunks_to_lines_py.pyo
${PYSITELIB}/bzrlib/_chunks_to_lines_pyx.so
${PYSITELIB}/bzrlib/_dirstate_helpers_py.py
${PYSITELIB}/bzrlib/_dirstate_helpers_py.pyc
${PYSITELIB}/bzrlib/_dirstate_helpers_py.pyo
${PYSITELIB}/bzrlib/_dirstate_helpers_pyx.so
${PYSITELIB}/bzrlib/_groupcompress_py.py
${PYSITELIB}/bzrlib/_groupcompress_py.pyc
${PYSITELIB}/bzrlib/_groupcompress_py.pyo
${PYSITELIB}/bzrlib/_groupcompress_pyx.so
${PYSITELIB}/bzrlib/_knit_load_data_py.py
${PYSITELIB}/bzrlib/_knit_load_data_py.pyc
${PYSITELIB}/bzrlib/_knit_load_data_py.pyo
${PYSITELIB}/bzrlib/_knit_load_data_pyx.so
${PYSITELIB}/bzrlib/_known_graph_py.py
${PYSITELIB}/bzrlib/_known_graph_py.pyc
${PYSITELIB}/bzrlib/_known_graph_py.pyo
${PYSITELIB}/bzrlib/_known_graph_pyx.so
${PYSITELIB}/bzrlib/_patiencediff_c.so
${PYSITELIB}/bzrlib/_patiencediff_py.py
${PYSITELIB}/bzrlib/_patiencediff_py.pyc
${PYSITELIB}/bzrlib/_patiencediff_py.pyo
${PYSITELIB}/bzrlib/_readdir_py.py
${PYSITELIB}/bzrlib/_readdir_py.pyc
${PYSITELIB}/bzrlib/_readdir_py.pyo
${PYSITELIB}/bzrlib/_readdir_pyx.so
${PYSITELIB}/bzrlib/_rio_py.py
${PYSITELIB}/bzrlib/_rio_py.pyc
${PYSITELIB}/bzrlib/_rio_py.pyo
${PYSITELIB}/bzrlib/_rio_pyx.so
${PYSITELIB}/bzrlib/_simple_set_pyx.so
${PYSITELIB}/bzrlib/_static_tuple_c.so
${PYSITELIB}/bzrlib/_static_tuple_py.py
${PYSITELIB}/bzrlib/_static_tuple_py.pyc
${PYSITELIB}/bzrlib/_static_tuple_py.pyo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
${PYSITELIB}/bzrlib/_termcolor.py
${PYSITELIB}/bzrlib/_termcolor.pyc
${PYSITELIB}/bzrlib/_termcolor.pyo
${PYSITELIB}/bzrlib/add.py
${PYSITELIB}/bzrlib/add.pyc
${PYSITELIB}/bzrlib/add.pyo
${PYSITELIB}/bzrlib/annotate.py
${PYSITELIB}/bzrlib/annotate.pyc
${PYSITELIB}/bzrlib/annotate.pyo
${PYSITELIB}/bzrlib/api.py
${PYSITELIB}/bzrlib/api.pyc
${PYSITELIB}/bzrlib/api.pyo
${PYSITELIB}/bzrlib/atomicfile.py
${PYSITELIB}/bzrlib/atomicfile.pyc
${PYSITELIB}/bzrlib/atomicfile.pyo
${PYSITELIB}/bzrlib/bencode.py
${PYSITELIB}/bzrlib/bencode.pyc
${PYSITELIB}/bzrlib/bencode.pyo
${PYSITELIB}/bzrlib/bisect_multi.py
${PYSITELIB}/bzrlib/bisect_multi.pyc
${PYSITELIB}/bzrlib/bisect_multi.pyo
${PYSITELIB}/bzrlib/branch.py
${PYSITELIB}/bzrlib/branch.pyc
${PYSITELIB}/bzrlib/branch.pyo
${PYSITELIB}/bzrlib/branchbuilder.py
${PYSITELIB}/bzrlib/branchbuilder.pyc
${PYSITELIB}/bzrlib/branchbuilder.pyo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
${PYSITELIB}/bzrlib/branchfmt/__init__.py
${PYSITELIB}/bzrlib/branchfmt/__init__.pyc
${PYSITELIB}/bzrlib/branchfmt/__init__.pyo
${PYSITELIB}/bzrlib/branchfmt/fullhistory.py
${PYSITELIB}/bzrlib/branchfmt/fullhistory.pyc
${PYSITELIB}/bzrlib/branchfmt/fullhistory.pyo
${PYSITELIB}/bzrlib/breakin.py
${PYSITELIB}/bzrlib/breakin.pyc
${PYSITELIB}/bzrlib/breakin.pyo
${PYSITELIB}/bzrlib/btree_index.py
${PYSITELIB}/bzrlib/btree_index.pyc
${PYSITELIB}/bzrlib/btree_index.pyo
${PYSITELIB}/bzrlib/bugtracker.py
${PYSITELIB}/bzrlib/bugtracker.pyc
${PYSITELIB}/bzrlib/bugtracker.pyo
${PYSITELIB}/bzrlib/builtins.py
${PYSITELIB}/bzrlib/builtins.pyc
${PYSITELIB}/bzrlib/builtins.pyo
${PYSITELIB}/bzrlib/bundle/__init__.py
${PYSITELIB}/bzrlib/bundle/__init__.pyc
${PYSITELIB}/bzrlib/bundle/__init__.pyo
${PYSITELIB}/bzrlib/bundle/apply_bundle.py
${PYSITELIB}/bzrlib/bundle/apply_bundle.pyc
${PYSITELIB}/bzrlib/bundle/apply_bundle.pyo
${PYSITELIB}/bzrlib/bundle/bundle_data.py
${PYSITELIB}/bzrlib/bundle/bundle_data.pyc
${PYSITELIB}/bzrlib/bundle/bundle_data.pyo
${PYSITELIB}/bzrlib/bundle/commands.py
${PYSITELIB}/bzrlib/bundle/commands.pyc
${PYSITELIB}/bzrlib/bundle/commands.pyo
${PYSITELIB}/bzrlib/bundle/serializer/__init__.py
${PYSITELIB}/bzrlib/bundle/serializer/__init__.pyc
${PYSITELIB}/bzrlib/bundle/serializer/__init__.pyo
${PYSITELIB}/bzrlib/bundle/serializer/v08.py
${PYSITELIB}/bzrlib/bundle/serializer/v08.pyc
${PYSITELIB}/bzrlib/bundle/serializer/v08.pyo
${PYSITELIB}/bzrlib/bundle/serializer/v09.py
${PYSITELIB}/bzrlib/bundle/serializer/v09.pyc
${PYSITELIB}/bzrlib/bundle/serializer/v09.pyo
${PYSITELIB}/bzrlib/bundle/serializer/v4.py
${PYSITELIB}/bzrlib/bundle/serializer/v4.pyc
${PYSITELIB}/bzrlib/bundle/serializer/v4.pyo
${PYSITELIB}/bzrlib/bzr_distutils.py
${PYSITELIB}/bzrlib/bzr_distutils.pyc
${PYSITELIB}/bzrlib/bzr_distutils.pyo
${PYSITELIB}/bzrlib/bzrdir.py
${PYSITELIB}/bzrlib/bzrdir.pyc
${PYSITELIB}/bzrlib/bzrdir.pyo
${PYSITELIB}/bzrlib/cache_utf8.py
${PYSITELIB}/bzrlib/cache_utf8.pyc
${PYSITELIB}/bzrlib/cache_utf8.pyo
${PYSITELIB}/bzrlib/cethread.py
${PYSITELIB}/bzrlib/cethread.pyc
${PYSITELIB}/bzrlib/cethread.pyo
${PYSITELIB}/bzrlib/check.py
${PYSITELIB}/bzrlib/check.pyc
${PYSITELIB}/bzrlib/check.pyo
${PYSITELIB}/bzrlib/chk_map.py
${PYSITELIB}/bzrlib/chk_map.pyc
${PYSITELIB}/bzrlib/chk_map.pyo
${PYSITELIB}/bzrlib/chk_serializer.py
${PYSITELIB}/bzrlib/chk_serializer.pyc
${PYSITELIB}/bzrlib/chk_serializer.pyo
${PYSITELIB}/bzrlib/chunk_writer.py
${PYSITELIB}/bzrlib/chunk_writer.pyc
${PYSITELIB}/bzrlib/chunk_writer.pyo
${PYSITELIB}/bzrlib/clean_tree.py
${PYSITELIB}/bzrlib/clean_tree.pyc
${PYSITELIB}/bzrlib/clean_tree.pyo
${PYSITELIB}/bzrlib/cleanup.py
${PYSITELIB}/bzrlib/cleanup.pyc
${PYSITELIB}/bzrlib/cleanup.pyo
${PYSITELIB}/bzrlib/cmd_test_script.py
${PYSITELIB}/bzrlib/cmd_test_script.pyc
${PYSITELIB}/bzrlib/cmd_test_script.pyo
${PYSITELIB}/bzrlib/cmd_version_info.py
${PYSITELIB}/bzrlib/cmd_version_info.pyc
${PYSITELIB}/bzrlib/cmd_version_info.pyo
${PYSITELIB}/bzrlib/cmdline.py
${PYSITELIB}/bzrlib/cmdline.pyc
${PYSITELIB}/bzrlib/cmdline.pyo
${PYSITELIB}/bzrlib/commands.py
${PYSITELIB}/bzrlib/commands.pyc
${PYSITELIB}/bzrlib/commands.pyo
${PYSITELIB}/bzrlib/commit.py
${PYSITELIB}/bzrlib/commit.pyc
${PYSITELIB}/bzrlib/commit.pyo
${PYSITELIB}/bzrlib/commit_signature_commands.py
${PYSITELIB}/bzrlib/commit_signature_commands.pyc
${PYSITELIB}/bzrlib/commit_signature_commands.pyo
${PYSITELIB}/bzrlib/config.py
${PYSITELIB}/bzrlib/config.pyc
${PYSITELIB}/bzrlib/config.pyo
${PYSITELIB}/bzrlib/conflicts.py
${PYSITELIB}/bzrlib/conflicts.pyc
${PYSITELIB}/bzrlib/conflicts.pyo
${PYSITELIB}/bzrlib/controldir.py
${PYSITELIB}/bzrlib/controldir.pyc
${PYSITELIB}/bzrlib/controldir.pyo
${PYSITELIB}/bzrlib/counted_lock.py
${PYSITELIB}/bzrlib/counted_lock.pyc
${PYSITELIB}/bzrlib/counted_lock.pyo
bzr 2.0.0 ######### :2.0.0: 2009-09-22 :Codename: Instant Karma This release of Bazaar makes the 2a (previously 'brisbane-core') format the default when new branches or repositories are created. This format is substantially smaller and faster for many operations. Most of the work in this release focuses on bug fixes and stabilization, covering both 2a and previous formats. (See the Upgrade Guide for information on migrating existing projects.) This release also improves the documentation content and presentation, including adding Windows HtmlHelp manuals. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only 2.0.x releases based on it, continuing for at least six months or until the following stable release. Changes from 2.0.0rc2 to final ****************************** * Officially branded as 2.0.0 rather than 2.0 to clarify between things that "want to happen on the 2.0.x stable series" versus things that want to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles micro = 0.) (John Arbash Meinel) bzr 2.0.0rc2 ############ :2.0.0rc2: 2009-09-10 New Features ************ * Added post_commit hook for mutable trees. This allows the keywords plugin to expand keywords on files changed by the commit. (Ian Clatworthy, #408841) Bug Fixes ********* * Bazaar's native protocol code now correctly handles EINTR, which most noticeably occurs if you break in to the debugger while connected to a bzr+ssh server. You can now can continue from the debugger (by typing 'c') and the process continues. However, note that pressing C-\ in the shell may still kill the SSH process, which is bug 162509, so you must sent a signal to the bzr process specifically, for example by typing ``kill -QUIT PID`` in another shell. (Martin Pool, #341535) * ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)`` (Robert Collins, #416732) * ``bzr info -v`` on a 2a format still claimed that it was a "Development format" (John Arbash Meinel, #424392) * ``bzr log stacked-branch`` shows the full log including revisions that are in the fallback repository. (Regressed in 2.0rc1). (John Arbash Meinel, #419241) * Clearer message when Bazaar runs out of memory, instead of a ``MemoryError`` traceback. (Martin Pool, #109115) * Conversion to 2a will create a single pack for all the new revisions (as long as it ran without interruption). This improves both ``bzr upgrade`` and ``bzr pull`` or ``bzr merge`` from local branches in older formats. The autopack logic that occurs every 100 revisions during local conversions was not returning that pack's identifier, which resulted in the partial packs created during the conversion not being consolidated at the end of the conversion process. (Robert Collins, #423818) * Fetches from 2a to 2a are now again requested in 'groupcompress' order. Groups that are seen as 'underutilized' will be repacked on-the-fly. This means that when the source is fully packed, there is minimal overhead during the fetch, but if the source is poorly packed the result is a fairly well packed repository (not as good as 'bzr pack' but good-enough.) (Robert Collins, John Arbash Meinel, #402652) * Fix a potential segmentation fault when doing 'log' of a branch that had ghosts in its mainline. (Evaluating None as a tuple is bad.) (John Arbash Meinel, #419241) * Fix a segmentation fault when computing the ``merge_sort`` of a graph that has a ghost in the mainline ancestry. (John Arbash Meinel, #419241) * ``groupcompress`` sort order is now more stable, rather than relying on ``topo_sort`` ordering. The implementation is now ``KnownGraph.gc_sort``. (John Arbash Meinel) * Local data conversion will generate correct deltas. This is a critical bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before converting repositories. (Robert Collins, #422849) * Network streams now decode adjacent records of the same type into a single stream, reducing layering churn. (Robert Collins) * Prevent some kinds of incomplete data from being committed to a 2a repository, such as revisions without inventories, a missing chk_bytes record for an inventory, or a missing text referenced by an inventory. (Andrew Bennetts, #423506, #406687) Documentation ************* * Fix assertion error about "_remember_remote_is_before" when pushing to older smart servers. (Andrew Bennetts, #418931) * Help on hooks no longer says 'Not deprecated' for hooks that are currently supported. (Ian Clatworthy, #422415) * PDF and CHM (Windows HtmlHelp) formats are now supported for the user documentation. The HTML documentation is better broken up into topics. (Ian Clatworthy) * The developer and foreign language documents are now separated out so that searching in the HTML and CHM files produces more useful results. (Ian Clatworthy) * The main table of contents now provides links to the new Migration Docs and Plugins Guide. (Ian Clatworthy) bzr 2.0.0rc1 ############ :Codename: no worries :2.0.0rc1: 2009-08-26 Compatibility Breaks ******************** * The default format for bzr is now ``2a``. This format brings many significant performance and size improvements. bzr can pull from any existing repository into a ``2a`` one, but can only transfer from ``2a`` into ``rich-root`` repositories. The Upgrade guide has more information about this change. (Robert Collins) * On Windows auto-detection of Putty's plink.exe is disabled. Default SSH client for Windows is paramiko. User still can force usage of plink if explicitly set environment variable BZR_SSH=plink. (#414743, Alexander Belchenko) New Features ************ * ``bzr branch --switch`` can now switch the checkout in the current directory to the newly created branch. (Lukáš Lalinský) Bug Fixes ********* * Fetches were being requested in 'groupcompress' order, but weren't recombining the groups. Thus they would 'fragment' to get the correct order, but not 'recombine' to actually benefit from it. Until we get recombining to work, switching to 'unordered' fetches avoids the fragmentation. (John Arbash Meinel, #402645) * Fix a pycurl related test failure on karmic by recognizing an error raised by newer versions of pycurl. (Vincent Ladeuil, #306264) * Fix a test failure on karmic by making a locale test more robust. (Vincent Ladeuil, #413514) * Fix IndexError printing CannotBindAddress errors. (Martin Pool, #286871) * Fix "Revision ... not present" errors when upgrading stacked branches, or when doing fetches from a stacked source to a stacked target. (Andrew Bennetts, #399140) * ``bzr branch`` of 2a repositories over HTTP is much faster. bzr now batches together small fetches from 2a repositories, rather than fetching only a few hundred bytes at a time. (Andrew Bennetts, #402657) Improvements ************ * A better description of the platform is shown in crash tracebacks, ``bzr --version`` and ``bzr selftest``. (Martin Pool, #409137) * bzr can now (again) capture crash data through the apport library, so that a single human-readable file can be attached to bug reports. This can be disabled by using ``-Dno_apport`` on the command line, or by putting ``no_apport`` into the ``debug_flags`` section of ``bazaar.conf``. (Martin Pool, Robert Collins, #389328) * ``bzr push`` locally on windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on windows. (Robert Collins, #305006) * Commit of specific files no longer prevents using the the iter_changes codepath. On 2a repositories, commit of specific files should now be as fast, or slightly faster, than a full commit. (Robert Collins) * The internal core code that handles specific file operations like ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to include the parent directories if they have altered, and when a directory stops being a directory its children are always included. This fixes a number of causes for ``InconsistentDelta`` errors, and permits faster commit of specific paths. (Robert Collins, #347649) Documentation ************* * New developer documentation for content filtering. (Martin Pool) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) Internals ********* Testing ******* bzr 1.18.1 ########## :Codename: nein nein nein! :1.18.1: 2009-09-09 This release fixes two small but worthwhile bugs relevant to users on Microsoft Windows: some commands that failed on with locking errors will now work, and a bug that caused poor performance after committing a file with line-ending conversion has now been fixed. It also fixes a bug in pushing to older servers. Bug Fixes ********* * Fixed a problem where using content filtering and especially end-of-line conversion will commit too many copies a file. (Martin Pool, #415508) * Fix assertion error about ``_remember_remote_is_before`` in ``set_tags_bytes`` when pushing to older smart servers. (Andrew Bennetts, Alexander Belchenko, #418931) Improvements ************ * ``bzr push`` locally on Windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on Windows. (Robert Collins, #305006) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) * ``Tree.path_content_summary`` may return a size of None, when called on a tree with content filtering where the size of the canonical form cannot be cheaply determined. (Martin Pool)
2009-10-11 20:36:00 +02:00
${PYSITELIB}/bzrlib/crash.py
${PYSITELIB}/bzrlib/crash.pyc
${PYSITELIB}/bzrlib/crash.pyo
${PYSITELIB}/bzrlib/debug.py
${PYSITELIB}/bzrlib/debug.pyc
${PYSITELIB}/bzrlib/debug.pyo
${PYSITELIB}/bzrlib/decorators.py
${PYSITELIB}/bzrlib/decorators.pyc
${PYSITELIB}/bzrlib/decorators.pyo
${PYSITELIB}/bzrlib/delta.py
${PYSITELIB}/bzrlib/delta.pyc
${PYSITELIB}/bzrlib/delta.pyo
${PYSITELIB}/bzrlib/diff.py
${PYSITELIB}/bzrlib/diff.pyc
${PYSITELIB}/bzrlib/diff.pyo
${PYSITELIB}/bzrlib/directory_service.py
${PYSITELIB}/bzrlib/directory_service.pyc
${PYSITELIB}/bzrlib/directory_service.pyo
${PYSITELIB}/bzrlib/dirstate.py
${PYSITELIB}/bzrlib/dirstate.pyc
${PYSITELIB}/bzrlib/dirstate.pyo
${PYSITELIB}/bzrlib/doc/__init__.py
${PYSITELIB}/bzrlib/doc/__init__.pyc
${PYSITELIB}/bzrlib/doc/__init__.pyo
${PYSITELIB}/bzrlib/doc/api/__init__.py
${PYSITELIB}/bzrlib/doc/api/__init__.pyc
${PYSITELIB}/bzrlib/doc/api/__init__.pyo
${PYSITELIB}/bzrlib/doc/api/branch.txt
${PYSITELIB}/bzrlib/doc/api/transport.txt
${PYSITELIB}/bzrlib/doc_generate/__init__.py
${PYSITELIB}/bzrlib/doc_generate/__init__.pyc
${PYSITELIB}/bzrlib/doc_generate/__init__.pyo
${PYSITELIB}/bzrlib/doc_generate/autodoc_bash_completion.py
${PYSITELIB}/bzrlib/doc_generate/autodoc_bash_completion.pyc
${PYSITELIB}/bzrlib/doc_generate/autodoc_bash_completion.pyo
${PYSITELIB}/bzrlib/doc_generate/autodoc_man.py
${PYSITELIB}/bzrlib/doc_generate/autodoc_man.pyc
${PYSITELIB}/bzrlib/doc_generate/autodoc_man.pyo
${PYSITELIB}/bzrlib/doc_generate/autodoc_rstx.py
${PYSITELIB}/bzrlib/doc_generate/autodoc_rstx.pyc
${PYSITELIB}/bzrlib/doc_generate/autodoc_rstx.pyo
${PYSITELIB}/bzrlib/doc_generate/conf.py
${PYSITELIB}/bzrlib/doc_generate/conf.pyc
${PYSITELIB}/bzrlib/doc_generate/conf.pyo
${PYSITELIB}/bzrlib/email_message.py
${PYSITELIB}/bzrlib/email_message.pyc
${PYSITELIB}/bzrlib/email_message.pyo
${PYSITELIB}/bzrlib/errors.py
${PYSITELIB}/bzrlib/errors.pyc
${PYSITELIB}/bzrlib/errors.pyo
${PYSITELIB}/bzrlib/estimate_compressed_size.py
${PYSITELIB}/bzrlib/estimate_compressed_size.pyc
${PYSITELIB}/bzrlib/estimate_compressed_size.pyo
${PYSITELIB}/bzrlib/export/__init__.py
${PYSITELIB}/bzrlib/export/__init__.pyc
${PYSITELIB}/bzrlib/export/__init__.pyo
${PYSITELIB}/bzrlib/export/dir_exporter.py
${PYSITELIB}/bzrlib/export/dir_exporter.pyc
${PYSITELIB}/bzrlib/export/dir_exporter.pyo
${PYSITELIB}/bzrlib/export/tar_exporter.py
${PYSITELIB}/bzrlib/export/tar_exporter.pyc
${PYSITELIB}/bzrlib/export/tar_exporter.pyo
${PYSITELIB}/bzrlib/export/zip_exporter.py
${PYSITELIB}/bzrlib/export/zip_exporter.pyc
${PYSITELIB}/bzrlib/export/zip_exporter.pyo
${PYSITELIB}/bzrlib/export_pot.py
${PYSITELIB}/bzrlib/export_pot.pyc
${PYSITELIB}/bzrlib/export_pot.pyo
${PYSITELIB}/bzrlib/externalcommand.py
${PYSITELIB}/bzrlib/externalcommand.pyc
${PYSITELIB}/bzrlib/externalcommand.pyo
${PYSITELIB}/bzrlib/fetch.py
${PYSITELIB}/bzrlib/fetch.pyc
${PYSITELIB}/bzrlib/fetch.pyo
${PYSITELIB}/bzrlib/fifo_cache.py
${PYSITELIB}/bzrlib/fifo_cache.pyc
${PYSITELIB}/bzrlib/fifo_cache.pyo
${PYSITELIB}/bzrlib/filter_tree.py
${PYSITELIB}/bzrlib/filter_tree.pyc
${PYSITELIB}/bzrlib/filter_tree.pyo
${PYSITELIB}/bzrlib/filters/__init__.py
${PYSITELIB}/bzrlib/filters/__init__.pyc
${PYSITELIB}/bzrlib/filters/__init__.pyo
${PYSITELIB}/bzrlib/filters/eol.py
${PYSITELIB}/bzrlib/filters/eol.pyc
${PYSITELIB}/bzrlib/filters/eol.pyo
${PYSITELIB}/bzrlib/foreign.py
${PYSITELIB}/bzrlib/foreign.pyc
${PYSITELIB}/bzrlib/foreign.pyo
${PYSITELIB}/bzrlib/generate_ids.py
${PYSITELIB}/bzrlib/generate_ids.pyc
${PYSITELIB}/bzrlib/generate_ids.pyo
${PYSITELIB}/bzrlib/globbing.py
${PYSITELIB}/bzrlib/globbing.pyc
${PYSITELIB}/bzrlib/globbing.pyo
${PYSITELIB}/bzrlib/gpg.py
${PYSITELIB}/bzrlib/gpg.pyc
${PYSITELIB}/bzrlib/gpg.pyo
${PYSITELIB}/bzrlib/graph.py
${PYSITELIB}/bzrlib/graph.pyc
${PYSITELIB}/bzrlib/graph.pyo
${PYSITELIB}/bzrlib/groupcompress.py
${PYSITELIB}/bzrlib/groupcompress.pyc
${PYSITELIB}/bzrlib/groupcompress.pyo
${PYSITELIB}/bzrlib/hashcache.py
${PYSITELIB}/bzrlib/hashcache.pyc
${PYSITELIB}/bzrlib/hashcache.pyo
${PYSITELIB}/bzrlib/help.py
${PYSITELIB}/bzrlib/help.pyc
${PYSITELIB}/bzrlib/help.pyo
${PYSITELIB}/bzrlib/help_topics/__init__.py
${PYSITELIB}/bzrlib/help_topics/__init__.pyc
${PYSITELIB}/bzrlib/help_topics/__init__.pyo
${PYSITELIB}/bzrlib/help_topics/en/authentication.txt
${PYSITELIB}/bzrlib/help_topics/en/configuration.txt
${PYSITELIB}/bzrlib/help_topics/en/conflict-types.txt
${PYSITELIB}/bzrlib/help_topics/en/content-filters.txt
${PYSITELIB}/bzrlib/help_topics/en/debug-flags.txt
${PYSITELIB}/bzrlib/help_topics/en/diverged-branches.txt
${PYSITELIB}/bzrlib/help_topics/en/eol.txt
${PYSITELIB}/bzrlib/help_topics/en/log-formats.txt
${PYSITELIB}/bzrlib/help_topics/en/patterns.txt
${PYSITELIB}/bzrlib/help_topics/en/rules.txt
${PYSITELIB}/bzrlib/help_topics/en/url-special-chars.txt
${PYSITELIB}/bzrlib/hooks.py
${PYSITELIB}/bzrlib/hooks.pyc
${PYSITELIB}/bzrlib/hooks.pyo
${PYSITELIB}/bzrlib/i18n.py
${PYSITELIB}/bzrlib/i18n.pyc
${PYSITELIB}/bzrlib/i18n.pyo
${PYSITELIB}/bzrlib/identitymap.py
${PYSITELIB}/bzrlib/identitymap.pyc
${PYSITELIB}/bzrlib/identitymap.pyo
${PYSITELIB}/bzrlib/ignores.py
${PYSITELIB}/bzrlib/ignores.pyc
${PYSITELIB}/bzrlib/ignores.pyo
${PYSITELIB}/bzrlib/index.py
${PYSITELIB}/bzrlib/index.pyc
${PYSITELIB}/bzrlib/index.pyo
${PYSITELIB}/bzrlib/info.py
${PYSITELIB}/bzrlib/info.pyc
${PYSITELIB}/bzrlib/info.pyo
${PYSITELIB}/bzrlib/inspect_for_copy.py
${PYSITELIB}/bzrlib/inspect_for_copy.pyc
${PYSITELIB}/bzrlib/inspect_for_copy.pyo
${PYSITELIB}/bzrlib/inter.py
${PYSITELIB}/bzrlib/inter.pyc
${PYSITELIB}/bzrlib/inter.pyo
${PYSITELIB}/bzrlib/intset.py
${PYSITELIB}/bzrlib/intset.pyc
${PYSITELIB}/bzrlib/intset.pyo
${PYSITELIB}/bzrlib/inventory.py
${PYSITELIB}/bzrlib/inventory.pyc
${PYSITELIB}/bzrlib/inventory.pyo
${PYSITELIB}/bzrlib/inventory_delta.py
${PYSITELIB}/bzrlib/inventory_delta.pyc
${PYSITELIB}/bzrlib/inventory_delta.pyo
${PYSITELIB}/bzrlib/iterablefile.py
${PYSITELIB}/bzrlib/iterablefile.pyc
${PYSITELIB}/bzrlib/iterablefile.pyo
${PYSITELIB}/bzrlib/knit.py
${PYSITELIB}/bzrlib/knit.pyc
${PYSITELIB}/bzrlib/knit.pyo
${PYSITELIB}/bzrlib/lazy_import.py
${PYSITELIB}/bzrlib/lazy_import.pyc
${PYSITELIB}/bzrlib/lazy_import.pyo
${PYSITELIB}/bzrlib/lazy_regex.py
${PYSITELIB}/bzrlib/lazy_regex.pyc
${PYSITELIB}/bzrlib/lazy_regex.pyo
${PYSITELIB}/bzrlib/library_state.py
${PYSITELIB}/bzrlib/library_state.pyc
${PYSITELIB}/bzrlib/library_state.pyo
${PYSITELIB}/bzrlib/lock.py
${PYSITELIB}/bzrlib/lock.pyc
${PYSITELIB}/bzrlib/lock.pyo
${PYSITELIB}/bzrlib/lockable_files.py
${PYSITELIB}/bzrlib/lockable_files.pyc
${PYSITELIB}/bzrlib/lockable_files.pyo
${PYSITELIB}/bzrlib/lockdir.py
${PYSITELIB}/bzrlib/lockdir.pyc
${PYSITELIB}/bzrlib/lockdir.pyo
${PYSITELIB}/bzrlib/log.py
${PYSITELIB}/bzrlib/log.pyc
${PYSITELIB}/bzrlib/log.pyo
${PYSITELIB}/bzrlib/lru_cache.py
${PYSITELIB}/bzrlib/lru_cache.pyc
${PYSITELIB}/bzrlib/lru_cache.pyo
${PYSITELIB}/bzrlib/lsprof.py
${PYSITELIB}/bzrlib/lsprof.pyc
${PYSITELIB}/bzrlib/lsprof.pyo
${PYSITELIB}/bzrlib/mail_client.py
${PYSITELIB}/bzrlib/mail_client.pyc
${PYSITELIB}/bzrlib/mail_client.pyo
${PYSITELIB}/bzrlib/memorytree.py
${PYSITELIB}/bzrlib/memorytree.pyc
${PYSITELIB}/bzrlib/memorytree.pyo
${PYSITELIB}/bzrlib/merge.py
${PYSITELIB}/bzrlib/merge.pyc
${PYSITELIB}/bzrlib/merge.pyo
${PYSITELIB}/bzrlib/merge3.py
${PYSITELIB}/bzrlib/merge3.pyc
${PYSITELIB}/bzrlib/merge3.pyo
${PYSITELIB}/bzrlib/merge_directive.py
${PYSITELIB}/bzrlib/merge_directive.pyc
${PYSITELIB}/bzrlib/merge_directive.pyo
${PYSITELIB}/bzrlib/mergetools.py
${PYSITELIB}/bzrlib/mergetools.pyc
${PYSITELIB}/bzrlib/mergetools.pyo
${PYSITELIB}/bzrlib/missing.py
${PYSITELIB}/bzrlib/missing.pyc
${PYSITELIB}/bzrlib/missing.pyo
${PYSITELIB}/bzrlib/msgeditor.py
${PYSITELIB}/bzrlib/msgeditor.pyc
${PYSITELIB}/bzrlib/msgeditor.pyo
${PYSITELIB}/bzrlib/multiparent.py
${PYSITELIB}/bzrlib/multiparent.pyc
${PYSITELIB}/bzrlib/multiparent.pyo
${PYSITELIB}/bzrlib/mutabletree.py
${PYSITELIB}/bzrlib/mutabletree.pyc
${PYSITELIB}/bzrlib/mutabletree.pyo
${PYSITELIB}/bzrlib/option.py
${PYSITELIB}/bzrlib/option.pyc
${PYSITELIB}/bzrlib/option.pyo
${PYSITELIB}/bzrlib/osutils.py
${PYSITELIB}/bzrlib/osutils.pyc
${PYSITELIB}/bzrlib/osutils.pyo
${PYSITELIB}/bzrlib/pack.py
${PYSITELIB}/bzrlib/pack.pyc
${PYSITELIB}/bzrlib/pack.pyo
${PYSITELIB}/bzrlib/patch.py
${PYSITELIB}/bzrlib/patch.pyc
${PYSITELIB}/bzrlib/patch.pyo
${PYSITELIB}/bzrlib/patches.py
${PYSITELIB}/bzrlib/patches.pyc
${PYSITELIB}/bzrlib/patches.pyo
${PYSITELIB}/bzrlib/patiencediff.py
${PYSITELIB}/bzrlib/patiencediff.pyc
${PYSITELIB}/bzrlib/patiencediff.pyo
${PYSITELIB}/bzrlib/plugin.py
${PYSITELIB}/bzrlib/plugin.pyc
${PYSITELIB}/bzrlib/plugin.pyo
${PYSITELIB}/bzrlib/plugins/__init__.py
${PYSITELIB}/bzrlib/plugins/__init__.pyc
${PYSITELIB}/bzrlib/plugins/__init__.pyo
${PYSITELIB}/bzrlib/plugins/bash_completion/__init__.py
${PYSITELIB}/bzrlib/plugins/bash_completion/__init__.pyc
${PYSITELIB}/bzrlib/plugins/bash_completion/__init__.pyo
${PYSITELIB}/bzrlib/plugins/bash_completion/bashcomp.py
${PYSITELIB}/bzrlib/plugins/bash_completion/bashcomp.pyc
${PYSITELIB}/bzrlib/plugins/bash_completion/bashcomp.pyo
${PYSITELIB}/bzrlib/plugins/bash_completion/tests/__init__.py
${PYSITELIB}/bzrlib/plugins/bash_completion/tests/__init__.pyc
${PYSITELIB}/bzrlib/plugins/bash_completion/tests/__init__.pyo
${PYSITELIB}/bzrlib/plugins/bash_completion/tests/test_bashcomp.py
${PYSITELIB}/bzrlib/plugins/bash_completion/tests/test_bashcomp.pyc
${PYSITELIB}/bzrlib/plugins/bash_completion/tests/test_bashcomp.pyo
${PYSITELIB}/bzrlib/plugins/changelog_merge/__init__.py
${PYSITELIB}/bzrlib/plugins/changelog_merge/__init__.pyc
${PYSITELIB}/bzrlib/plugins/changelog_merge/__init__.pyo
${PYSITELIB}/bzrlib/plugins/changelog_merge/changelog_merge.py
${PYSITELIB}/bzrlib/plugins/changelog_merge/changelog_merge.pyc
${PYSITELIB}/bzrlib/plugins/changelog_merge/changelog_merge.pyo
${PYSITELIB}/bzrlib/plugins/changelog_merge/tests/__init__.py
${PYSITELIB}/bzrlib/plugins/changelog_merge/tests/__init__.pyc
${PYSITELIB}/bzrlib/plugins/changelog_merge/tests/__init__.pyo
${PYSITELIB}/bzrlib/plugins/changelog_merge/tests/test_changelog_merge.py
${PYSITELIB}/bzrlib/plugins/changelog_merge/tests/test_changelog_merge.pyc
${PYSITELIB}/bzrlib/plugins/changelog_merge/tests/test_changelog_merge.pyo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
${PYSITELIB}/bzrlib/plugins/grep/__init__.py
${PYSITELIB}/bzrlib/plugins/grep/__init__.pyc
${PYSITELIB}/bzrlib/plugins/grep/__init__.pyo
${PYSITELIB}/bzrlib/plugins/grep/cmds.py
${PYSITELIB}/bzrlib/plugins/grep/cmds.pyc
${PYSITELIB}/bzrlib/plugins/grep/cmds.pyo
${PYSITELIB}/bzrlib/plugins/grep/grep.py
${PYSITELIB}/bzrlib/plugins/grep/grep.pyc
${PYSITELIB}/bzrlib/plugins/grep/grep.pyo
${PYSITELIB}/bzrlib/plugins/grep/test_grep.py
${PYSITELIB}/bzrlib/plugins/grep/test_grep.pyc
${PYSITELIB}/bzrlib/plugins/grep/test_grep.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/__init__.py
${PYSITELIB}/bzrlib/plugins/launchpad/__init__.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/__init__.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/account.py
${PYSITELIB}/bzrlib/plugins/launchpad/account.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/account.pyo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
${PYSITELIB}/bzrlib/plugins/launchpad/cmds.py
${PYSITELIB}/bzrlib/plugins/launchpad/cmds.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/cmds.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/lp_api.py
${PYSITELIB}/bzrlib/plugins/launchpad/lp_api.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/lp_api.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/lp_api_lite.py
${PYSITELIB}/bzrlib/plugins/launchpad/lp_api_lite.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/lp_api_lite.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/lp_directory.py
${PYSITELIB}/bzrlib/plugins/launchpad/lp_directory.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/lp_directory.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/lp_propose.py
${PYSITELIB}/bzrlib/plugins/launchpad/lp_propose.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/lp_propose.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/lp_registration.py
${PYSITELIB}/bzrlib/plugins/launchpad/lp_registration.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/lp_registration.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_account.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_account.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_account.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_api.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_api.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_api.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_api_lite.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_api_lite.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_api_lite.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_directory.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_directory.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_directory.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_login.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_login.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_login.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_open.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_open.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_open.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_service.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_service.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_lp_service.pyo
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.py
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.pyc
${PYSITELIB}/bzrlib/plugins/launchpad/test_register.pyo
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/__init__.py
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/__init__.pyc
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/__init__.pyo
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/__init__.py
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/__init__.pyc
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/__init__.pyo
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/test_netrc.py
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/test_netrc.pyc
${PYSITELIB}/bzrlib/plugins/netrc_credential_store/tests/test_netrc.pyo
${PYSITELIB}/bzrlib/plugins/news_merge/__init__.py
${PYSITELIB}/bzrlib/plugins/news_merge/__init__.pyc
${PYSITELIB}/bzrlib/plugins/news_merge/__init__.pyo
${PYSITELIB}/bzrlib/plugins/news_merge/news_merge.py
${PYSITELIB}/bzrlib/plugins/news_merge/news_merge.pyc
${PYSITELIB}/bzrlib/plugins/news_merge/news_merge.pyo
${PYSITELIB}/bzrlib/plugins/news_merge/parser.py
${PYSITELIB}/bzrlib/plugins/news_merge/parser.pyc
${PYSITELIB}/bzrlib/plugins/news_merge/parser.pyo
${PYSITELIB}/bzrlib/plugins/news_merge/tests/__init__.py
${PYSITELIB}/bzrlib/plugins/news_merge/tests/__init__.pyc
${PYSITELIB}/bzrlib/plugins/news_merge/tests/__init__.pyo
${PYSITELIB}/bzrlib/plugins/news_merge/tests/test_news_merge.py
${PYSITELIB}/bzrlib/plugins/news_merge/tests/test_news_merge.pyc
${PYSITELIB}/bzrlib/plugins/news_merge/tests/test_news_merge.pyo
${PYSITELIB}/bzrlib/plugins/po_merge/__init__.py
${PYSITELIB}/bzrlib/plugins/po_merge/__init__.pyc
${PYSITELIB}/bzrlib/plugins/po_merge/__init__.pyo
${PYSITELIB}/bzrlib/plugins/po_merge/po_merge.py
${PYSITELIB}/bzrlib/plugins/po_merge/po_merge.pyc
${PYSITELIB}/bzrlib/plugins/po_merge/po_merge.pyo
${PYSITELIB}/bzrlib/plugins/po_merge/tests/__init__.py
${PYSITELIB}/bzrlib/plugins/po_merge/tests/__init__.pyc
${PYSITELIB}/bzrlib/plugins/po_merge/tests/__init__.pyo
${PYSITELIB}/bzrlib/plugins/po_merge/tests/test_po_merge.py
${PYSITELIB}/bzrlib/plugins/po_merge/tests/test_po_merge.pyc
${PYSITELIB}/bzrlib/plugins/po_merge/tests/test_po_merge.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/__init__.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/__init__.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/__init__.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/branch.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/branch.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/branch.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/bzrdir.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/bzrdir.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/bzrdir.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/repository.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/repository.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/repository.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_bzrdir.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_bzrdir.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_bzrdir.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_repository.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_repository.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_repository.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_workingtree.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_workingtree.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/test_workingtree.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/workingtree.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/workingtree.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/workingtree.pyo
${PYSITELIB}/bzrlib/plugins/weave_fmt/xml4.py
${PYSITELIB}/bzrlib/plugins/weave_fmt/xml4.pyc
${PYSITELIB}/bzrlib/plugins/weave_fmt/xml4.pyo
${PYSITELIB}/bzrlib/progress.py
${PYSITELIB}/bzrlib/progress.pyc
${PYSITELIB}/bzrlib/progress.pyo
${PYSITELIB}/bzrlib/push.py
${PYSITELIB}/bzrlib/push.pyc
${PYSITELIB}/bzrlib/push.pyo
${PYSITELIB}/bzrlib/pyutils.py
${PYSITELIB}/bzrlib/pyutils.pyc
${PYSITELIB}/bzrlib/pyutils.pyo
${PYSITELIB}/bzrlib/reconcile.py
${PYSITELIB}/bzrlib/reconcile.pyc
${PYSITELIB}/bzrlib/reconcile.pyo
${PYSITELIB}/bzrlib/reconfigure.py
${PYSITELIB}/bzrlib/reconfigure.pyc
${PYSITELIB}/bzrlib/reconfigure.pyo
${PYSITELIB}/bzrlib/recordcounter.py
${PYSITELIB}/bzrlib/recordcounter.pyc
${PYSITELIB}/bzrlib/recordcounter.pyo
${PYSITELIB}/bzrlib/registry.py
${PYSITELIB}/bzrlib/registry.pyc
${PYSITELIB}/bzrlib/registry.pyo
${PYSITELIB}/bzrlib/remote.py
${PYSITELIB}/bzrlib/remote.pyc
${PYSITELIB}/bzrlib/remote.pyo
${PYSITELIB}/bzrlib/rename_map.py
${PYSITELIB}/bzrlib/rename_map.pyc
${PYSITELIB}/bzrlib/rename_map.pyo
${PYSITELIB}/bzrlib/repofmt/__init__.py
${PYSITELIB}/bzrlib/repofmt/__init__.pyc
${PYSITELIB}/bzrlib/repofmt/__init__.pyo
${PYSITELIB}/bzrlib/repofmt/groupcompress_repo.py
${PYSITELIB}/bzrlib/repofmt/groupcompress_repo.pyc
${PYSITELIB}/bzrlib/repofmt/groupcompress_repo.pyo
${PYSITELIB}/bzrlib/repofmt/knitpack_repo.py
${PYSITELIB}/bzrlib/repofmt/knitpack_repo.pyc
${PYSITELIB}/bzrlib/repofmt/knitpack_repo.pyo
${PYSITELIB}/bzrlib/repofmt/knitrepo.py
${PYSITELIB}/bzrlib/repofmt/knitrepo.pyc
${PYSITELIB}/bzrlib/repofmt/knitrepo.pyo
${PYSITELIB}/bzrlib/repofmt/pack_repo.py
${PYSITELIB}/bzrlib/repofmt/pack_repo.pyc
${PYSITELIB}/bzrlib/repofmt/pack_repo.pyo
${PYSITELIB}/bzrlib/repository.py
${PYSITELIB}/bzrlib/repository.pyc
${PYSITELIB}/bzrlib/repository.pyo
${PYSITELIB}/bzrlib/revision.py
${PYSITELIB}/bzrlib/revision.pyc
${PYSITELIB}/bzrlib/revision.pyo
${PYSITELIB}/bzrlib/revisionspec.py
${PYSITELIB}/bzrlib/revisionspec.pyc
${PYSITELIB}/bzrlib/revisionspec.pyo
${PYSITELIB}/bzrlib/revisiontree.py
${PYSITELIB}/bzrlib/revisiontree.pyc
${PYSITELIB}/bzrlib/revisiontree.pyo
${PYSITELIB}/bzrlib/rio.py
${PYSITELIB}/bzrlib/rio.pyc
${PYSITELIB}/bzrlib/rio.pyo
${PYSITELIB}/bzrlib/rules.py
${PYSITELIB}/bzrlib/rules.pyc
${PYSITELIB}/bzrlib/rules.pyo
${PYSITELIB}/bzrlib/send.py
${PYSITELIB}/bzrlib/send.pyc
${PYSITELIB}/bzrlib/send.pyo
${PYSITELIB}/bzrlib/serializer.py
${PYSITELIB}/bzrlib/serializer.pyc
${PYSITELIB}/bzrlib/serializer.pyo
${PYSITELIB}/bzrlib/shelf.py
${PYSITELIB}/bzrlib/shelf.pyc
${PYSITELIB}/bzrlib/shelf.pyo
${PYSITELIB}/bzrlib/shelf_ui.py
${PYSITELIB}/bzrlib/shelf_ui.pyc
${PYSITELIB}/bzrlib/shelf_ui.pyo
${PYSITELIB}/bzrlib/shellcomplete.py
${PYSITELIB}/bzrlib/shellcomplete.pyc
${PYSITELIB}/bzrlib/shellcomplete.pyo
${PYSITELIB}/bzrlib/smart/__init__.py
${PYSITELIB}/bzrlib/smart/__init__.pyc
${PYSITELIB}/bzrlib/smart/__init__.pyo
${PYSITELIB}/bzrlib/smart/branch.py
${PYSITELIB}/bzrlib/smart/branch.pyc
${PYSITELIB}/bzrlib/smart/branch.pyo
${PYSITELIB}/bzrlib/smart/bzrdir.py
${PYSITELIB}/bzrlib/smart/bzrdir.pyc
${PYSITELIB}/bzrlib/smart/bzrdir.pyo
${PYSITELIB}/bzrlib/smart/client.py
${PYSITELIB}/bzrlib/smart/client.pyc
${PYSITELIB}/bzrlib/smart/client.pyo
${PYSITELIB}/bzrlib/smart/medium.py
${PYSITELIB}/bzrlib/smart/medium.pyc
${PYSITELIB}/bzrlib/smart/medium.pyo
${PYSITELIB}/bzrlib/smart/message.py
${PYSITELIB}/bzrlib/smart/message.pyc
${PYSITELIB}/bzrlib/smart/message.pyo
${PYSITELIB}/bzrlib/smart/packrepository.py
${PYSITELIB}/bzrlib/smart/packrepository.pyc
${PYSITELIB}/bzrlib/smart/packrepository.pyo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
${PYSITELIB}/bzrlib/smart/ping.py
${PYSITELIB}/bzrlib/smart/ping.pyc
${PYSITELIB}/bzrlib/smart/ping.pyo
${PYSITELIB}/bzrlib/smart/protocol.py
${PYSITELIB}/bzrlib/smart/protocol.pyc
${PYSITELIB}/bzrlib/smart/protocol.pyo
${PYSITELIB}/bzrlib/smart/repository.py
${PYSITELIB}/bzrlib/smart/repository.pyc
${PYSITELIB}/bzrlib/smart/repository.pyo
${PYSITELIB}/bzrlib/smart/request.py
${PYSITELIB}/bzrlib/smart/request.pyc
${PYSITELIB}/bzrlib/smart/request.pyo
${PYSITELIB}/bzrlib/smart/server.py
${PYSITELIB}/bzrlib/smart/server.pyc
${PYSITELIB}/bzrlib/smart/server.pyo
${PYSITELIB}/bzrlib/smart/signals.py
${PYSITELIB}/bzrlib/smart/signals.pyc
${PYSITELIB}/bzrlib/smart/signals.pyo
${PYSITELIB}/bzrlib/smart/vfs.py
${PYSITELIB}/bzrlib/smart/vfs.pyc
${PYSITELIB}/bzrlib/smart/vfs.pyo
${PYSITELIB}/bzrlib/smtp_connection.py
${PYSITELIB}/bzrlib/smtp_connection.pyc
${PYSITELIB}/bzrlib/smtp_connection.pyo
${PYSITELIB}/bzrlib/static_tuple.py
${PYSITELIB}/bzrlib/static_tuple.pyc
${PYSITELIB}/bzrlib/static_tuple.pyo
${PYSITELIB}/bzrlib/status.py
${PYSITELIB}/bzrlib/status.pyc
${PYSITELIB}/bzrlib/status.pyo
${PYSITELIB}/bzrlib/store/__init__.py
${PYSITELIB}/bzrlib/store/__init__.pyc
${PYSITELIB}/bzrlib/store/__init__.pyo
${PYSITELIB}/bzrlib/store/text.py
${PYSITELIB}/bzrlib/store/text.pyc
${PYSITELIB}/bzrlib/store/text.pyo
${PYSITELIB}/bzrlib/store/versioned/__init__.py
${PYSITELIB}/bzrlib/store/versioned/__init__.pyc
${PYSITELIB}/bzrlib/store/versioned/__init__.pyo
${PYSITELIB}/bzrlib/strace.py
${PYSITELIB}/bzrlib/strace.pyc
${PYSITELIB}/bzrlib/strace.pyo
${PYSITELIB}/bzrlib/switch.py
${PYSITELIB}/bzrlib/switch.pyc
${PYSITELIB}/bzrlib/switch.pyo
${PYSITELIB}/bzrlib/symbol_versioning.py
${PYSITELIB}/bzrlib/symbol_versioning.pyc
${PYSITELIB}/bzrlib/symbol_versioning.pyo
${PYSITELIB}/bzrlib/tag.py
${PYSITELIB}/bzrlib/tag.pyc
${PYSITELIB}/bzrlib/tag.pyo
${PYSITELIB}/bzrlib/testament.py
${PYSITELIB}/bzrlib/testament.pyc
${PYSITELIB}/bzrlib/testament.pyo
${PYSITELIB}/bzrlib/tests/EncodingAdapter.py
${PYSITELIB}/bzrlib/tests/EncodingAdapter.pyc
${PYSITELIB}/bzrlib/tests/EncodingAdapter.pyo
${PYSITELIB}/bzrlib/tests/TestUtil.py
${PYSITELIB}/bzrlib/tests/TestUtil.pyc
${PYSITELIB}/bzrlib/tests/TestUtil.pyo
${PYSITELIB}/bzrlib/tests/__init__.py
${PYSITELIB}/bzrlib/tests/__init__.pyc
${PYSITELIB}/bzrlib/tests/__init__.pyo
${PYSITELIB}/bzrlib/tests/blackbox/__init__.py
${PYSITELIB}/bzrlib/tests/blackbox/__init__.pyc
${PYSITELIB}/bzrlib/tests/blackbox/__init__.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_add.py
${PYSITELIB}/bzrlib/tests/blackbox/test_add.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_add.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_added.py
${PYSITELIB}/bzrlib/tests/blackbox/test_added.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_added.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_alias.py
${PYSITELIB}/bzrlib/tests/blackbox/test_alias.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_alias.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_aliases.py
${PYSITELIB}/bzrlib/tests/blackbox/test_aliases.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_aliases.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_ancestry.py
${PYSITELIB}/bzrlib/tests/blackbox/test_ancestry.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_ancestry.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_annotate.py
${PYSITELIB}/bzrlib/tests/blackbox/test_annotate.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_annotate.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_bound_branches.py
${PYSITELIB}/bzrlib/tests/blackbox/test_bound_branches.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_bound_branches.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_branch.py
${PYSITELIB}/bzrlib/tests/blackbox/test_branch.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_branch.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_branches.py
${PYSITELIB}/bzrlib/tests/blackbox/test_branches.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_branches.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_break_lock.py
${PYSITELIB}/bzrlib/tests/blackbox/test_break_lock.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_break_lock.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_bundle_info.py
${PYSITELIB}/bzrlib/tests/blackbox/test_bundle_info.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_bundle_info.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_cat.py
${PYSITELIB}/bzrlib/tests/blackbox/test_cat.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_cat.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_cat_revision.py
${PYSITELIB}/bzrlib/tests/blackbox/test_cat_revision.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_cat_revision.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_check.py
${PYSITELIB}/bzrlib/tests/blackbox/test_check.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_check.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_checkout.py
${PYSITELIB}/bzrlib/tests/blackbox/test_checkout.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_checkout.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_clean_tree.py
${PYSITELIB}/bzrlib/tests/blackbox/test_clean_tree.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_clean_tree.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_command_encoding.py
${PYSITELIB}/bzrlib/tests/blackbox/test_command_encoding.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_command_encoding.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_commit.py
${PYSITELIB}/bzrlib/tests/blackbox/test_commit.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_commit.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_config.py
${PYSITELIB}/bzrlib/tests/blackbox/test_config.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_config.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_conflicts.py
${PYSITELIB}/bzrlib/tests/blackbox/test_conflicts.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_conflicts.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_debug.py
${PYSITELIB}/bzrlib/tests/blackbox/test_debug.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_debug.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_deleted.py
${PYSITELIB}/bzrlib/tests/blackbox/test_deleted.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_deleted.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_diff.py
${PYSITELIB}/bzrlib/tests/blackbox/test_diff.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_diff.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_dpush.py
${PYSITELIB}/bzrlib/tests/blackbox/test_dpush.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_dpush.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_dump_btree.py
${PYSITELIB}/bzrlib/tests/blackbox/test_dump_btree.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_dump_btree.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_exceptions.py
${PYSITELIB}/bzrlib/tests/blackbox/test_exceptions.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_exceptions.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_export.py
${PYSITELIB}/bzrlib/tests/blackbox/test_export.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_export.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_export_pot.py
${PYSITELIB}/bzrlib/tests/blackbox/test_export_pot.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_export_pot.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_filesystem_cicp.py
${PYSITELIB}/bzrlib/tests/blackbox/test_filesystem_cicp.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_filesystem_cicp.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_filtered_view_ops.py
${PYSITELIB}/bzrlib/tests/blackbox/test_filtered_view_ops.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_filtered_view_ops.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_find_merge_base.py
${PYSITELIB}/bzrlib/tests/blackbox/test_find_merge_base.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_find_merge_base.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_help.py
${PYSITELIB}/bzrlib/tests/blackbox/test_help.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_help.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.py
${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_hooks.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_ignore.py
${PYSITELIB}/bzrlib/tests/blackbox/test_ignore.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_ignore.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_ignored.py
${PYSITELIB}/bzrlib/tests/blackbox/test_ignored.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_ignored.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_info.py
${PYSITELIB}/bzrlib/tests/blackbox/test_info.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_info.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_init.py
${PYSITELIB}/bzrlib/tests/blackbox/test_init.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_init.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_inventory.py
${PYSITELIB}/bzrlib/tests/blackbox/test_inventory.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_inventory.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_join.py
${PYSITELIB}/bzrlib/tests/blackbox/test_join.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_join.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_locale.py
${PYSITELIB}/bzrlib/tests/blackbox/test_locale.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_locale.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_log.py
${PYSITELIB}/bzrlib/tests/blackbox/test_log.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_log.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_logformats.py
${PYSITELIB}/bzrlib/tests/blackbox/test_logformats.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_logformats.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_lookup_revision.py
${PYSITELIB}/bzrlib/tests/blackbox/test_lookup_revision.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_lookup_revision.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_ls.py
${PYSITELIB}/bzrlib/tests/blackbox/test_ls.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_ls.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_lsprof.py
${PYSITELIB}/bzrlib/tests/blackbox/test_lsprof.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_lsprof.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_merge.py
${PYSITELIB}/bzrlib/tests/blackbox/test_merge.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_merge.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_merge_directive.py
${PYSITELIB}/bzrlib/tests/blackbox/test_merge_directive.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_merge_directive.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_missing.py
${PYSITELIB}/bzrlib/tests/blackbox/test_missing.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_missing.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_mkdir.py
${PYSITELIB}/bzrlib/tests/blackbox/test_mkdir.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_mkdir.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_modified.py
${PYSITELIB}/bzrlib/tests/blackbox/test_modified.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_modified.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_mv.py
${PYSITELIB}/bzrlib/tests/blackbox/test_mv.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_mv.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_nick.py
${PYSITELIB}/bzrlib/tests/blackbox/test_nick.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_nick.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_non_ascii.py
${PYSITELIB}/bzrlib/tests/blackbox/test_non_ascii.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_non_ascii.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_outside_wt.py
${PYSITELIB}/bzrlib/tests/blackbox/test_outside_wt.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_outside_wt.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_pack.py
${PYSITELIB}/bzrlib/tests/blackbox/test_pack.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_pack.pyo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
${PYSITELIB}/bzrlib/tests/blackbox/test_ping.py
${PYSITELIB}/bzrlib/tests/blackbox/test_ping.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_ping.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_pull.py
${PYSITELIB}/bzrlib/tests/blackbox/test_pull.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_pull.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_push.py
${PYSITELIB}/bzrlib/tests/blackbox/test_push.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_push.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_re_sign.py
${PYSITELIB}/bzrlib/tests/blackbox/test_re_sign.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_re_sign.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_reconcile.py
${PYSITELIB}/bzrlib/tests/blackbox/test_reconcile.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_reconcile.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_reconfigure.py
${PYSITELIB}/bzrlib/tests/blackbox/test_reconfigure.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_reconfigure.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_reference.py
${PYSITELIB}/bzrlib/tests/blackbox/test_reference.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_reference.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_remember_option.py
${PYSITELIB}/bzrlib/tests/blackbox/test_remember_option.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_remember_option.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_remerge.py
${PYSITELIB}/bzrlib/tests/blackbox/test_remerge.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_remerge.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_remove.py
${PYSITELIB}/bzrlib/tests/blackbox/test_remove.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_remove.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_remove_tree.py
${PYSITELIB}/bzrlib/tests/blackbox/test_remove_tree.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_remove_tree.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_repair_workingtree.py
${PYSITELIB}/bzrlib/tests/blackbox/test_repair_workingtree.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_repair_workingtree.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_resolve.py
${PYSITELIB}/bzrlib/tests/blackbox/test_resolve.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_resolve.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_revert.py
${PYSITELIB}/bzrlib/tests/blackbox/test_revert.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_revert.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_revision_history.py
${PYSITELIB}/bzrlib/tests/blackbox/test_revision_history.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_revision_history.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_revision_info.py
${PYSITELIB}/bzrlib/tests/blackbox/test_revision_info.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_revision_info.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_revno.py
${PYSITELIB}/bzrlib/tests/blackbox/test_revno.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_revno.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_rmbranch.py
${PYSITELIB}/bzrlib/tests/blackbox/test_rmbranch.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_rmbranch.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_script.py
${PYSITELIB}/bzrlib/tests/blackbox/test_script.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_script.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_selftest.py
${PYSITELIB}/bzrlib/tests/blackbox/test_selftest.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_selftest.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_send.py
${PYSITELIB}/bzrlib/tests/blackbox/test_send.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_send.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_serve.py
${PYSITELIB}/bzrlib/tests/blackbox/test_serve.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_serve.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_shared_repository.py
${PYSITELIB}/bzrlib/tests/blackbox/test_shared_repository.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_shared_repository.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_shell_complete.py
${PYSITELIB}/bzrlib/tests/blackbox/test_shell_complete.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_shell_complete.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_shelve.py
${PYSITELIB}/bzrlib/tests/blackbox/test_shelve.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_shelve.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_sign_my_commits.py
${PYSITELIB}/bzrlib/tests/blackbox/test_sign_my_commits.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_sign_my_commits.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_split.py
${PYSITELIB}/bzrlib/tests/blackbox/test_split.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_split.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_status.py
${PYSITELIB}/bzrlib/tests/blackbox/test_status.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_status.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_switch.py
${PYSITELIB}/bzrlib/tests/blackbox/test_switch.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_switch.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_tags.py
${PYSITELIB}/bzrlib/tests/blackbox/test_tags.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_tags.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_testament.py
${PYSITELIB}/bzrlib/tests/blackbox/test_testament.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_testament.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_too_much.py
${PYSITELIB}/bzrlib/tests/blackbox/test_too_much.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_too_much.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_uncommit.py
${PYSITELIB}/bzrlib/tests/blackbox/test_uncommit.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_uncommit.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_unknowns.py
${PYSITELIB}/bzrlib/tests/blackbox/test_unknowns.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_unknowns.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_update.py
${PYSITELIB}/bzrlib/tests/blackbox/test_update.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_update.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_upgrade.py
${PYSITELIB}/bzrlib/tests/blackbox/test_upgrade.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_upgrade.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_verify_signatures.py
${PYSITELIB}/bzrlib/tests/blackbox/test_verify_signatures.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_verify_signatures.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_version.py
${PYSITELIB}/bzrlib/tests/blackbox/test_version.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_version.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_version_info.py
${PYSITELIB}/bzrlib/tests/blackbox/test_version_info.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_version_info.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_versioning.py
${PYSITELIB}/bzrlib/tests/blackbox/test_versioning.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_versioning.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_view.py
${PYSITELIB}/bzrlib/tests/blackbox/test_view.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_view.pyo
${PYSITELIB}/bzrlib/tests/blackbox/test_whoami.py
${PYSITELIB}/bzrlib/tests/blackbox/test_whoami.pyc
${PYSITELIB}/bzrlib/tests/blackbox/test_whoami.pyo
${PYSITELIB}/bzrlib/tests/commands/__init__.py
${PYSITELIB}/bzrlib/tests/commands/__init__.pyc
${PYSITELIB}/bzrlib/tests/commands/__init__.pyo
${PYSITELIB}/bzrlib/tests/commands/test_branch.py
${PYSITELIB}/bzrlib/tests/commands/test_branch.pyc
${PYSITELIB}/bzrlib/tests/commands/test_branch.pyo
${PYSITELIB}/bzrlib/tests/commands/test_cat.py
${PYSITELIB}/bzrlib/tests/commands/test_cat.pyc
${PYSITELIB}/bzrlib/tests/commands/test_cat.pyo
${PYSITELIB}/bzrlib/tests/commands/test_checkout.py
${PYSITELIB}/bzrlib/tests/commands/test_checkout.pyc
${PYSITELIB}/bzrlib/tests/commands/test_checkout.pyo
${PYSITELIB}/bzrlib/tests/commands/test_commit.py
${PYSITELIB}/bzrlib/tests/commands/test_commit.pyc
${PYSITELIB}/bzrlib/tests/commands/test_commit.pyo
${PYSITELIB}/bzrlib/tests/commands/test_init.py
${PYSITELIB}/bzrlib/tests/commands/test_init.pyc
${PYSITELIB}/bzrlib/tests/commands/test_init.pyo
${PYSITELIB}/bzrlib/tests/commands/test_init_repository.py
${PYSITELIB}/bzrlib/tests/commands/test_init_repository.pyc
${PYSITELIB}/bzrlib/tests/commands/test_init_repository.pyo
${PYSITELIB}/bzrlib/tests/commands/test_merge.py
${PYSITELIB}/bzrlib/tests/commands/test_merge.pyc
${PYSITELIB}/bzrlib/tests/commands/test_merge.pyo
${PYSITELIB}/bzrlib/tests/commands/test_missing.py
${PYSITELIB}/bzrlib/tests/commands/test_missing.pyc
${PYSITELIB}/bzrlib/tests/commands/test_missing.pyo
${PYSITELIB}/bzrlib/tests/commands/test_pull.py
${PYSITELIB}/bzrlib/tests/commands/test_pull.pyc
${PYSITELIB}/bzrlib/tests/commands/test_pull.pyo
${PYSITELIB}/bzrlib/tests/commands/test_push.py
${PYSITELIB}/bzrlib/tests/commands/test_push.pyc
${PYSITELIB}/bzrlib/tests/commands/test_push.pyo
${PYSITELIB}/bzrlib/tests/commands/test_revert.py
${PYSITELIB}/bzrlib/tests/commands/test_revert.pyc
${PYSITELIB}/bzrlib/tests/commands/test_revert.pyo
${PYSITELIB}/bzrlib/tests/commands/test_update.py
${PYSITELIB}/bzrlib/tests/commands/test_update.pyc
${PYSITELIB}/bzrlib/tests/commands/test_update.pyo
${PYSITELIB}/bzrlib/tests/fake_command.py
${PYSITELIB}/bzrlib/tests/fake_command.pyc
${PYSITELIB}/bzrlib/tests/fake_command.pyo
bzr 2.0.0 ######### :2.0.0: 2009-09-22 :Codename: Instant Karma This release of Bazaar makes the 2a (previously 'brisbane-core') format the default when new branches or repositories are created. This format is substantially smaller and faster for many operations. Most of the work in this release focuses on bug fixes and stabilization, covering both 2a and previous formats. (See the Upgrade Guide for information on migrating existing projects.) This release also improves the documentation content and presentation, including adding Windows HtmlHelp manuals. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only 2.0.x releases based on it, continuing for at least six months or until the following stable release. Changes from 2.0.0rc2 to final ****************************** * Officially branded as 2.0.0 rather than 2.0 to clarify between things that "want to happen on the 2.0.x stable series" versus things that want to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles micro = 0.) (John Arbash Meinel) bzr 2.0.0rc2 ############ :2.0.0rc2: 2009-09-10 New Features ************ * Added post_commit hook for mutable trees. This allows the keywords plugin to expand keywords on files changed by the commit. (Ian Clatworthy, #408841) Bug Fixes ********* * Bazaar's native protocol code now correctly handles EINTR, which most noticeably occurs if you break in to the debugger while connected to a bzr+ssh server. You can now can continue from the debugger (by typing 'c') and the process continues. However, note that pressing C-\ in the shell may still kill the SSH process, which is bug 162509, so you must sent a signal to the bzr process specifically, for example by typing ``kill -QUIT PID`` in another shell. (Martin Pool, #341535) * ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)`` (Robert Collins, #416732) * ``bzr info -v`` on a 2a format still claimed that it was a "Development format" (John Arbash Meinel, #424392) * ``bzr log stacked-branch`` shows the full log including revisions that are in the fallback repository. (Regressed in 2.0rc1). (John Arbash Meinel, #419241) * Clearer message when Bazaar runs out of memory, instead of a ``MemoryError`` traceback. (Martin Pool, #109115) * Conversion to 2a will create a single pack for all the new revisions (as long as it ran without interruption). This improves both ``bzr upgrade`` and ``bzr pull`` or ``bzr merge`` from local branches in older formats. The autopack logic that occurs every 100 revisions during local conversions was not returning that pack's identifier, which resulted in the partial packs created during the conversion not being consolidated at the end of the conversion process. (Robert Collins, #423818) * Fetches from 2a to 2a are now again requested in 'groupcompress' order. Groups that are seen as 'underutilized' will be repacked on-the-fly. This means that when the source is fully packed, there is minimal overhead during the fetch, but if the source is poorly packed the result is a fairly well packed repository (not as good as 'bzr pack' but good-enough.) (Robert Collins, John Arbash Meinel, #402652) * Fix a potential segmentation fault when doing 'log' of a branch that had ghosts in its mainline. (Evaluating None as a tuple is bad.) (John Arbash Meinel, #419241) * Fix a segmentation fault when computing the ``merge_sort`` of a graph that has a ghost in the mainline ancestry. (John Arbash Meinel, #419241) * ``groupcompress`` sort order is now more stable, rather than relying on ``topo_sort`` ordering. The implementation is now ``KnownGraph.gc_sort``. (John Arbash Meinel) * Local data conversion will generate correct deltas. This is a critical bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before converting repositories. (Robert Collins, #422849) * Network streams now decode adjacent records of the same type into a single stream, reducing layering churn. (Robert Collins) * Prevent some kinds of incomplete data from being committed to a 2a repository, such as revisions without inventories, a missing chk_bytes record for an inventory, or a missing text referenced by an inventory. (Andrew Bennetts, #423506, #406687) Documentation ************* * Fix assertion error about "_remember_remote_is_before" when pushing to older smart servers. (Andrew Bennetts, #418931) * Help on hooks no longer says 'Not deprecated' for hooks that are currently supported. (Ian Clatworthy, #422415) * PDF and CHM (Windows HtmlHelp) formats are now supported for the user documentation. The HTML documentation is better broken up into topics. (Ian Clatworthy) * The developer and foreign language documents are now separated out so that searching in the HTML and CHM files produces more useful results. (Ian Clatworthy) * The main table of contents now provides links to the new Migration Docs and Plugins Guide. (Ian Clatworthy) bzr 2.0.0rc1 ############ :Codename: no worries :2.0.0rc1: 2009-08-26 Compatibility Breaks ******************** * The default format for bzr is now ``2a``. This format brings many significant performance and size improvements. bzr can pull from any existing repository into a ``2a`` one, but can only transfer from ``2a`` into ``rich-root`` repositories. The Upgrade guide has more information about this change. (Robert Collins) * On Windows auto-detection of Putty's plink.exe is disabled. Default SSH client for Windows is paramiko. User still can force usage of plink if explicitly set environment variable BZR_SSH=plink. (#414743, Alexander Belchenko) New Features ************ * ``bzr branch --switch`` can now switch the checkout in the current directory to the newly created branch. (Lukáš Lalinský) Bug Fixes ********* * Fetches were being requested in 'groupcompress' order, but weren't recombining the groups. Thus they would 'fragment' to get the correct order, but not 'recombine' to actually benefit from it. Until we get recombining to work, switching to 'unordered' fetches avoids the fragmentation. (John Arbash Meinel, #402645) * Fix a pycurl related test failure on karmic by recognizing an error raised by newer versions of pycurl. (Vincent Ladeuil, #306264) * Fix a test failure on karmic by making a locale test more robust. (Vincent Ladeuil, #413514) * Fix IndexError printing CannotBindAddress errors. (Martin Pool, #286871) * Fix "Revision ... not present" errors when upgrading stacked branches, or when doing fetches from a stacked source to a stacked target. (Andrew Bennetts, #399140) * ``bzr branch`` of 2a repositories over HTTP is much faster. bzr now batches together small fetches from 2a repositories, rather than fetching only a few hundred bytes at a time. (Andrew Bennetts, #402657) Improvements ************ * A better description of the platform is shown in crash tracebacks, ``bzr --version`` and ``bzr selftest``. (Martin Pool, #409137) * bzr can now (again) capture crash data through the apport library, so that a single human-readable file can be attached to bug reports. This can be disabled by using ``-Dno_apport`` on the command line, or by putting ``no_apport`` into the ``debug_flags`` section of ``bazaar.conf``. (Martin Pool, Robert Collins, #389328) * ``bzr push`` locally on windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on windows. (Robert Collins, #305006) * Commit of specific files no longer prevents using the the iter_changes codepath. On 2a repositories, commit of specific files should now be as fast, or slightly faster, than a full commit. (Robert Collins) * The internal core code that handles specific file operations like ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to include the parent directories if they have altered, and when a directory stops being a directory its children are always included. This fixes a number of causes for ``InconsistentDelta`` errors, and permits faster commit of specific paths. (Robert Collins, #347649) Documentation ************* * New developer documentation for content filtering. (Martin Pool) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) Internals ********* Testing ******* bzr 1.18.1 ########## :Codename: nein nein nein! :1.18.1: 2009-09-09 This release fixes two small but worthwhile bugs relevant to users on Microsoft Windows: some commands that failed on with locking errors will now work, and a bug that caused poor performance after committing a file with line-ending conversion has now been fixed. It also fixes a bug in pushing to older servers. Bug Fixes ********* * Fixed a problem where using content filtering and especially end-of-line conversion will commit too many copies a file. (Martin Pool, #415508) * Fix assertion error about ``_remember_remote_is_before`` in ``set_tags_bytes`` when pushing to older smart servers. (Andrew Bennetts, Alexander Belchenko, #418931) Improvements ************ * ``bzr push`` locally on Windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on Windows. (Robert Collins, #305006) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) * ``Tree.path_content_summary`` may return a size of None, when called on a tree with content filtering where the size of the canonical form cannot be cheaply determined. (Martin Pool)
2009-10-11 20:36:00 +02:00
${PYSITELIB}/bzrlib/tests/features.py
${PYSITELIB}/bzrlib/tests/features.pyc
${PYSITELIB}/bzrlib/tests/features.pyo
${PYSITELIB}/bzrlib/tests/file_utils.py
${PYSITELIB}/bzrlib/tests/file_utils.pyc
${PYSITELIB}/bzrlib/tests/file_utils.pyo
${PYSITELIB}/bzrlib/tests/fixtures.py
${PYSITELIB}/bzrlib/tests/fixtures.pyc
${PYSITELIB}/bzrlib/tests/fixtures.pyo
${PYSITELIB}/bzrlib/tests/ftp_server/__init__.py
${PYSITELIB}/bzrlib/tests/ftp_server/__init__.pyc
${PYSITELIB}/bzrlib/tests/ftp_server/__init__.pyo
${PYSITELIB}/bzrlib/tests/ftp_server/medusa_based.py
${PYSITELIB}/bzrlib/tests/ftp_server/medusa_based.pyc
${PYSITELIB}/bzrlib/tests/ftp_server/medusa_based.pyo
${PYSITELIB}/bzrlib/tests/ftp_server/pyftpdlib_based.py
${PYSITELIB}/bzrlib/tests/ftp_server/pyftpdlib_based.pyc
${PYSITELIB}/bzrlib/tests/ftp_server/pyftpdlib_based.pyo
${PYSITELIB}/bzrlib/tests/http_server.py
${PYSITELIB}/bzrlib/tests/http_server.pyc
${PYSITELIB}/bzrlib/tests/http_server.pyo
${PYSITELIB}/bzrlib/tests/http_utils.py
${PYSITELIB}/bzrlib/tests/http_utils.pyc
${PYSITELIB}/bzrlib/tests/http_utils.pyo
${PYSITELIB}/bzrlib/tests/https_server.py
${PYSITELIB}/bzrlib/tests/https_server.pyc
${PYSITELIB}/bzrlib/tests/https_server.pyo
${PYSITELIB}/bzrlib/tests/lock_helpers.py
${PYSITELIB}/bzrlib/tests/lock_helpers.pyc
${PYSITELIB}/bzrlib/tests/lock_helpers.pyo
${PYSITELIB}/bzrlib/tests/matchers.py
${PYSITELIB}/bzrlib/tests/matchers.pyc
${PYSITELIB}/bzrlib/tests/matchers.pyo
${PYSITELIB}/bzrlib/tests/per_branch/__init__.py
${PYSITELIB}/bzrlib/tests/per_branch/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_branch/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_branch.py
${PYSITELIB}/bzrlib/tests/per_branch/test_branch.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_branch.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_break_lock.py
${PYSITELIB}/bzrlib/tests/per_branch/test_break_lock.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_break_lock.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_check.py
${PYSITELIB}/bzrlib/tests/per_branch/test_check.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_check.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_commit.py
${PYSITELIB}/bzrlib/tests/per_branch/test_commit.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_commit.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_config.py
${PYSITELIB}/bzrlib/tests/per_branch/test_config.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_config.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_create_checkout.py
${PYSITELIB}/bzrlib/tests/per_branch/test_create_checkout.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_create_checkout.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_create_clone.py
${PYSITELIB}/bzrlib/tests/per_branch/test_create_clone.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_create_clone.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_dotted_revno_to_revision_id.py
${PYSITELIB}/bzrlib/tests/per_branch/test_dotted_revno_to_revision_id.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_dotted_revno_to_revision_id.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_get_revision_id_to_revno_map.py
${PYSITELIB}/bzrlib/tests/per_branch/test_get_revision_id_to_revno_map.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_get_revision_id_to_revno_map.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_hooks.py
${PYSITELIB}/bzrlib/tests/per_branch/test_hooks.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_hooks.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_http.py
${PYSITELIB}/bzrlib/tests/per_branch/test_http.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_http.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_iter_merge_sorted_revisions.py
${PYSITELIB}/bzrlib/tests/per_branch/test_iter_merge_sorted_revisions.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_iter_merge_sorted_revisions.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_last_revision_info.py
${PYSITELIB}/bzrlib/tests/per_branch/test_last_revision_info.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_last_revision_info.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_locking.py
${PYSITELIB}/bzrlib/tests/per_branch/test_locking.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_locking.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_parent.py
${PYSITELIB}/bzrlib/tests/per_branch/test_parent.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_parent.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_permissions.py
${PYSITELIB}/bzrlib/tests/per_branch/test_permissions.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_permissions.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_pull.py
${PYSITELIB}/bzrlib/tests/per_branch/test_pull.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_pull.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_push.py
${PYSITELIB}/bzrlib/tests/per_branch/test_push.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_push.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_reconcile.py
${PYSITELIB}/bzrlib/tests/per_branch/test_reconcile.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_reconcile.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_revision_id_to_dotted_revno.py
${PYSITELIB}/bzrlib/tests/per_branch/test_revision_id_to_dotted_revno.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_revision_id_to_dotted_revno.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_revision_id_to_revno.py
${PYSITELIB}/bzrlib/tests/per_branch/test_revision_id_to_revno.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_revision_id_to_revno.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_sprout.py
${PYSITELIB}/bzrlib/tests/per_branch/test_sprout.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_sprout.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_stacking.py
${PYSITELIB}/bzrlib/tests/per_branch/test_stacking.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_stacking.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_tags.py
${PYSITELIB}/bzrlib/tests/per_branch/test_tags.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_tags.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_uncommit.py
${PYSITELIB}/bzrlib/tests/per_branch/test_uncommit.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_uncommit.pyo
${PYSITELIB}/bzrlib/tests/per_branch/test_update.py
${PYSITELIB}/bzrlib/tests/per_branch/test_update.pyc
${PYSITELIB}/bzrlib/tests/per_branch/test_update.pyo
${PYSITELIB}/bzrlib/tests/per_bzrdir/__init__.py
${PYSITELIB}/bzrlib/tests/per_bzrdir/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_bzrdir/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_bzrdir/test_bzrdir.py
${PYSITELIB}/bzrlib/tests/per_bzrdir/test_bzrdir.pyc
${PYSITELIB}/bzrlib/tests/per_bzrdir/test_bzrdir.pyo
${PYSITELIB}/bzrlib/tests/per_controldir/__init__.py
${PYSITELIB}/bzrlib/tests/per_controldir/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_controldir/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_controldir/test_controldir.py
${PYSITELIB}/bzrlib/tests/per_controldir/test_controldir.pyc
${PYSITELIB}/bzrlib/tests/per_controldir/test_controldir.pyo
${PYSITELIB}/bzrlib/tests/per_controldir/test_format.py
${PYSITELIB}/bzrlib/tests/per_controldir/test_format.pyc
${PYSITELIB}/bzrlib/tests/per_controldir/test_format.pyo
${PYSITELIB}/bzrlib/tests/per_controldir/test_push.py
${PYSITELIB}/bzrlib/tests/per_controldir/test_push.pyc
${PYSITELIB}/bzrlib/tests/per_controldir/test_push.pyo
${PYSITELIB}/bzrlib/tests/per_controldir_colo/__init__.py
${PYSITELIB}/bzrlib/tests/per_controldir_colo/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_controldir_colo/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_controldir_colo/test_supported.py
${PYSITELIB}/bzrlib/tests/per_controldir_colo/test_supported.pyc
${PYSITELIB}/bzrlib/tests/per_controldir_colo/test_supported.pyo
${PYSITELIB}/bzrlib/tests/per_controldir_colo/test_unsupported.py
${PYSITELIB}/bzrlib/tests/per_controldir_colo/test_unsupported.pyc
${PYSITELIB}/bzrlib/tests/per_controldir_colo/test_unsupported.pyo
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/__init__.py
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/test_branch.py
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/test_branch.pyc
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/test_branch.pyo
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/test_repository.py
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/test_repository.pyc
${PYSITELIB}/bzrlib/tests/per_foreign_vcs/test_repository.pyo
${PYSITELIB}/bzrlib/tests/per_interbranch/__init__.py
${PYSITELIB}/bzrlib/tests/per_interbranch/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_interbranch/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_interbranch/test_copy_content_into.py
${PYSITELIB}/bzrlib/tests/per_interbranch/test_copy_content_into.pyc
${PYSITELIB}/bzrlib/tests/per_interbranch/test_copy_content_into.pyo
${PYSITELIB}/bzrlib/tests/per_interbranch/test_fetch.py
${PYSITELIB}/bzrlib/tests/per_interbranch/test_fetch.pyc
${PYSITELIB}/bzrlib/tests/per_interbranch/test_fetch.pyo
${PYSITELIB}/bzrlib/tests/per_interbranch/test_get.py
${PYSITELIB}/bzrlib/tests/per_interbranch/test_get.pyc
${PYSITELIB}/bzrlib/tests/per_interbranch/test_get.pyo
${PYSITELIB}/bzrlib/tests/per_interbranch/test_pull.py
${PYSITELIB}/bzrlib/tests/per_interbranch/test_pull.pyc
${PYSITELIB}/bzrlib/tests/per_interbranch/test_pull.pyo
${PYSITELIB}/bzrlib/tests/per_interbranch/test_push.py
${PYSITELIB}/bzrlib/tests/per_interbranch/test_push.pyc
${PYSITELIB}/bzrlib/tests/per_interbranch/test_push.pyo
${PYSITELIB}/bzrlib/tests/per_interrepository/__init__.py
${PYSITELIB}/bzrlib/tests/per_interrepository/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_interrepository/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_interrepository/test_fetch.py
${PYSITELIB}/bzrlib/tests/per_interrepository/test_fetch.pyc
${PYSITELIB}/bzrlib/tests/per_interrepository/test_fetch.pyo
${PYSITELIB}/bzrlib/tests/per_interrepository/test_interrepository.py
${PYSITELIB}/bzrlib/tests/per_interrepository/test_interrepository.pyc
${PYSITELIB}/bzrlib/tests/per_interrepository/test_interrepository.pyo
${PYSITELIB}/bzrlib/tests/per_intertree/__init__.py
${PYSITELIB}/bzrlib/tests/per_intertree/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_intertree/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_intertree/test_compare.py
${PYSITELIB}/bzrlib/tests/per_intertree/test_compare.pyc
${PYSITELIB}/bzrlib/tests/per_intertree/test_compare.pyo
${PYSITELIB}/bzrlib/tests/per_intertree/test_file_content_matches.py
${PYSITELIB}/bzrlib/tests/per_intertree/test_file_content_matches.pyc
${PYSITELIB}/bzrlib/tests/per_intertree/test_file_content_matches.pyo
${PYSITELIB}/bzrlib/tests/per_inventory/__init__.py
${PYSITELIB}/bzrlib/tests/per_inventory/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_inventory/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_inventory/basics.py
${PYSITELIB}/bzrlib/tests/per_inventory/basics.pyc
${PYSITELIB}/bzrlib/tests/per_inventory/basics.pyo
${PYSITELIB}/bzrlib/tests/per_lock/__init__.py
${PYSITELIB}/bzrlib/tests/per_lock/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_lock/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_lock/test_lock.py
${PYSITELIB}/bzrlib/tests/per_lock/test_lock.pyc
${PYSITELIB}/bzrlib/tests/per_lock/test_lock.pyo
${PYSITELIB}/bzrlib/tests/per_lock/test_temporary_write_lock.py
${PYSITELIB}/bzrlib/tests/per_lock/test_temporary_write_lock.pyc
${PYSITELIB}/bzrlib/tests/per_lock/test_temporary_write_lock.pyo
${PYSITELIB}/bzrlib/tests/per_merger.py
${PYSITELIB}/bzrlib/tests/per_merger.pyc
${PYSITELIB}/bzrlib/tests/per_merger.pyo
bzr 2.0.0 ######### :2.0.0: 2009-09-22 :Codename: Instant Karma This release of Bazaar makes the 2a (previously 'brisbane-core') format the default when new branches or repositories are created. This format is substantially smaller and faster for many operations. Most of the work in this release focuses on bug fixes and stabilization, covering both 2a and previous formats. (See the Upgrade Guide for information on migrating existing projects.) This release also improves the documentation content and presentation, including adding Windows HtmlHelp manuals. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only 2.0.x releases based on it, continuing for at least six months or until the following stable release. Changes from 2.0.0rc2 to final ****************************** * Officially branded as 2.0.0 rather than 2.0 to clarify between things that "want to happen on the 2.0.x stable series" versus things that want to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles micro = 0.) (John Arbash Meinel) bzr 2.0.0rc2 ############ :2.0.0rc2: 2009-09-10 New Features ************ * Added post_commit hook for mutable trees. This allows the keywords plugin to expand keywords on files changed by the commit. (Ian Clatworthy, #408841) Bug Fixes ********* * Bazaar's native protocol code now correctly handles EINTR, which most noticeably occurs if you break in to the debugger while connected to a bzr+ssh server. You can now can continue from the debugger (by typing 'c') and the process continues. However, note that pressing C-\ in the shell may still kill the SSH process, which is bug 162509, so you must sent a signal to the bzr process specifically, for example by typing ``kill -QUIT PID`` in another shell. (Martin Pool, #341535) * ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)`` (Robert Collins, #416732) * ``bzr info -v`` on a 2a format still claimed that it was a "Development format" (John Arbash Meinel, #424392) * ``bzr log stacked-branch`` shows the full log including revisions that are in the fallback repository. (Regressed in 2.0rc1). (John Arbash Meinel, #419241) * Clearer message when Bazaar runs out of memory, instead of a ``MemoryError`` traceback. (Martin Pool, #109115) * Conversion to 2a will create a single pack for all the new revisions (as long as it ran without interruption). This improves both ``bzr upgrade`` and ``bzr pull`` or ``bzr merge`` from local branches in older formats. The autopack logic that occurs every 100 revisions during local conversions was not returning that pack's identifier, which resulted in the partial packs created during the conversion not being consolidated at the end of the conversion process. (Robert Collins, #423818) * Fetches from 2a to 2a are now again requested in 'groupcompress' order. Groups that are seen as 'underutilized' will be repacked on-the-fly. This means that when the source is fully packed, there is minimal overhead during the fetch, but if the source is poorly packed the result is a fairly well packed repository (not as good as 'bzr pack' but good-enough.) (Robert Collins, John Arbash Meinel, #402652) * Fix a potential segmentation fault when doing 'log' of a branch that had ghosts in its mainline. (Evaluating None as a tuple is bad.) (John Arbash Meinel, #419241) * Fix a segmentation fault when computing the ``merge_sort`` of a graph that has a ghost in the mainline ancestry. (John Arbash Meinel, #419241) * ``groupcompress`` sort order is now more stable, rather than relying on ``topo_sort`` ordering. The implementation is now ``KnownGraph.gc_sort``. (John Arbash Meinel) * Local data conversion will generate correct deltas. This is a critical bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before converting repositories. (Robert Collins, #422849) * Network streams now decode adjacent records of the same type into a single stream, reducing layering churn. (Robert Collins) * Prevent some kinds of incomplete data from being committed to a 2a repository, such as revisions without inventories, a missing chk_bytes record for an inventory, or a missing text referenced by an inventory. (Andrew Bennetts, #423506, #406687) Documentation ************* * Fix assertion error about "_remember_remote_is_before" when pushing to older smart servers. (Andrew Bennetts, #418931) * Help on hooks no longer says 'Not deprecated' for hooks that are currently supported. (Ian Clatworthy, #422415) * PDF and CHM (Windows HtmlHelp) formats are now supported for the user documentation. The HTML documentation is better broken up into topics. (Ian Clatworthy) * The developer and foreign language documents are now separated out so that searching in the HTML and CHM files produces more useful results. (Ian Clatworthy) * The main table of contents now provides links to the new Migration Docs and Plugins Guide. (Ian Clatworthy) bzr 2.0.0rc1 ############ :Codename: no worries :2.0.0rc1: 2009-08-26 Compatibility Breaks ******************** * The default format for bzr is now ``2a``. This format brings many significant performance and size improvements. bzr can pull from any existing repository into a ``2a`` one, but can only transfer from ``2a`` into ``rich-root`` repositories. The Upgrade guide has more information about this change. (Robert Collins) * On Windows auto-detection of Putty's plink.exe is disabled. Default SSH client for Windows is paramiko. User still can force usage of plink if explicitly set environment variable BZR_SSH=plink. (#414743, Alexander Belchenko) New Features ************ * ``bzr branch --switch`` can now switch the checkout in the current directory to the newly created branch. (Lukáš Lalinský) Bug Fixes ********* * Fetches were being requested in 'groupcompress' order, but weren't recombining the groups. Thus they would 'fragment' to get the correct order, but not 'recombine' to actually benefit from it. Until we get recombining to work, switching to 'unordered' fetches avoids the fragmentation. (John Arbash Meinel, #402645) * Fix a pycurl related test failure on karmic by recognizing an error raised by newer versions of pycurl. (Vincent Ladeuil, #306264) * Fix a test failure on karmic by making a locale test more robust. (Vincent Ladeuil, #413514) * Fix IndexError printing CannotBindAddress errors. (Martin Pool, #286871) * Fix "Revision ... not present" errors when upgrading stacked branches, or when doing fetches from a stacked source to a stacked target. (Andrew Bennetts, #399140) * ``bzr branch`` of 2a repositories over HTTP is much faster. bzr now batches together small fetches from 2a repositories, rather than fetching only a few hundred bytes at a time. (Andrew Bennetts, #402657) Improvements ************ * A better description of the platform is shown in crash tracebacks, ``bzr --version`` and ``bzr selftest``. (Martin Pool, #409137) * bzr can now (again) capture crash data through the apport library, so that a single human-readable file can be attached to bug reports. This can be disabled by using ``-Dno_apport`` on the command line, or by putting ``no_apport`` into the ``debug_flags`` section of ``bazaar.conf``. (Martin Pool, Robert Collins, #389328) * ``bzr push`` locally on windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on windows. (Robert Collins, #305006) * Commit of specific files no longer prevents using the the iter_changes codepath. On 2a repositories, commit of specific files should now be as fast, or slightly faster, than a full commit. (Robert Collins) * The internal core code that handles specific file operations like ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to include the parent directories if they have altered, and when a directory stops being a directory its children are always included. This fixes a number of causes for ``InconsistentDelta`` errors, and permits faster commit of specific paths. (Robert Collins, #347649) Documentation ************* * New developer documentation for content filtering. (Martin Pool) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) Internals ********* Testing ******* bzr 1.18.1 ########## :Codename: nein nein nein! :1.18.1: 2009-09-09 This release fixes two small but worthwhile bugs relevant to users on Microsoft Windows: some commands that failed on with locking errors will now work, and a bug that caused poor performance after committing a file with line-ending conversion has now been fixed. It also fixes a bug in pushing to older servers. Bug Fixes ********* * Fixed a problem where using content filtering and especially end-of-line conversion will commit too many copies a file. (Martin Pool, #415508) * Fix assertion error about ``_remember_remote_is_before`` in ``set_tags_bytes`` when pushing to older smart servers. (Andrew Bennetts, Alexander Belchenko, #418931) Improvements ************ * ``bzr push`` locally on Windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on Windows. (Robert Collins, #305006) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) * ``Tree.path_content_summary`` may return a size of None, when called on a tree with content filtering where the size of the canonical form cannot be cheaply determined. (Martin Pool)
2009-10-11 20:36:00 +02:00
${PYSITELIB}/bzrlib/tests/per_pack_repository.py
${PYSITELIB}/bzrlib/tests/per_pack_repository.pyc
${PYSITELIB}/bzrlib/tests/per_pack_repository.pyo
${PYSITELIB}/bzrlib/tests/per_repository/__init__.py
${PYSITELIB}/bzrlib/tests/per_repository/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_repository/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_add_fallback_repository.py
${PYSITELIB}/bzrlib/tests/per_repository/test_add_fallback_repository.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_add_fallback_repository.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_break_lock.py
${PYSITELIB}/bzrlib/tests/per_repository/test_break_lock.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_break_lock.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_check.py
${PYSITELIB}/bzrlib/tests/per_repository/test_check.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_check.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_commit_builder.py
${PYSITELIB}/bzrlib/tests/per_repository/test_commit_builder.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_commit_builder.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_fetch.py
${PYSITELIB}/bzrlib/tests/per_repository/test_fetch.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_fetch.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_file_graph.py
${PYSITELIB}/bzrlib/tests/per_repository/test_file_graph.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_file_graph.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_get_parent_map.py
${PYSITELIB}/bzrlib/tests/per_repository/test_get_parent_map.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_get_parent_map.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_has_revisions.py
${PYSITELIB}/bzrlib/tests/per_repository/test_has_revisions.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_has_revisions.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_has_same_location.py
${PYSITELIB}/bzrlib/tests/per_repository/test_has_same_location.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_has_same_location.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_locking.py
${PYSITELIB}/bzrlib/tests/per_repository/test_locking.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_locking.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_pack.py
${PYSITELIB}/bzrlib/tests/per_repository/test_pack.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_pack.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_reconcile.py
${PYSITELIB}/bzrlib/tests/per_repository/test_reconcile.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_reconcile.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_refresh_data.py
${PYSITELIB}/bzrlib/tests/per_repository/test_refresh_data.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_refresh_data.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_repository.py
${PYSITELIB}/bzrlib/tests/per_repository/test_repository.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_repository.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_revision.py
${PYSITELIB}/bzrlib/tests/per_repository/test_revision.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_revision.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_signatures.py
${PYSITELIB}/bzrlib/tests/per_repository/test_signatures.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_signatures.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_statistics.py
${PYSITELIB}/bzrlib/tests/per_repository/test_statistics.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_statistics.pyo
${PYSITELIB}/bzrlib/tests/per_repository/test_write_group.py
${PYSITELIB}/bzrlib/tests/per_repository/test_write_group.pyc
${PYSITELIB}/bzrlib/tests/per_repository/test_write_group.pyo
${PYSITELIB}/bzrlib/tests/per_repository_chk/__init__.py
${PYSITELIB}/bzrlib/tests/per_repository_chk/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_repository_chk/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_repository_chk/test_supported.py
${PYSITELIB}/bzrlib/tests/per_repository_chk/test_supported.pyc
${PYSITELIB}/bzrlib/tests/per_repository_chk/test_supported.pyo
${PYSITELIB}/bzrlib/tests/per_repository_chk/test_unsupported.py
${PYSITELIB}/bzrlib/tests/per_repository_chk/test_unsupported.pyc
${PYSITELIB}/bzrlib/tests/per_repository_chk/test_unsupported.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/__init__.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test__make_parents_provider.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test__make_parents_provider.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test__make_parents_provider.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_inventory.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_inventory.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_inventory.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_revision.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_revision.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_revision.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_signature_text.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_signature_text.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_add_signature_text.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_all_revision_ids.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_all_revision_ids.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_all_revision_ids.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_break_lock.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_break_lock.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_break_lock.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_check.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_check.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_check.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_commit_with_stacking.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_commit_with_stacking.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_commit_with_stacking.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_default_stacking.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_default_stacking.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_default_stacking.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_fetch.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_fetch.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_fetch.pyo
bzr 1.18 ######## :Codename: little traveller :1.18: 2009-08-20 :1.18rc1: 2009-08-10 This release of Bazaar marches on towards the 2.0 release in which the 2a 'brisbane-core' format becomes generally recommended. Most of the work in this release now focusses on bug fixes and stabilization, covering both 2a and previous formats. There is a new text-mode interactive merge feature, a new guide to migration to 2a format in the user documentation, and pushing branches to a smart server is now much faster. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only releases based on it continuing for at least six months or until the following stable release. There are no changes from 1.18rc1 to 1.18. New Features ************ * ``bzr merge --interactive`` applies a user-selected portion of the merge. The UI is similar to ``shelve``. (Aaron Bentley) * ``bzr reconfigure`` now takes options ``--stacked-on URL`` and ``--unstacked`` to change stacking of a branch. (Martin Pool, #391411) Bug Fixes ********* * Annotating on a stacked branch will now succeed in simple scenarios. There are still some complex scenarios where it will fail (bug #399884) (John Arbash Meinel, #393366) * A progress bar is no longer left dangling when ``bzr selftest`` completes, and the progress bar updates with zero latency so the displayed test name is always the one that's actually running. (Martin Pool, #123688) * Authenticating against an ssh server now uses ``auth_none`` to determine if password authentication is even supported. This fixes a bug where users would be prompted for a launchpad password, even though launchpad only supports publickey authentication. (John Arbash Meinel, #375867) * BranchBuilder now accepts timezone to avoid test failures in countries far from GMT. (Vincent Ladeuil, #397716) * ``bzr commit`` no longer saves the unversioning of missing files until the commit has completed on the branch. This means that aborting a commit that found a missing file will leave the tree unedited. (Robert Collins, #282402) * ``bzr mv`` no longer takes out branch locks, which allows it to work when the branch is readonly. (Robert Collins, #216541) * ``bzr revert .`` no longer generates an InconsistentDelta error when there are missing subtrees. (Robert Collins, #367632) * ``bzr send`` now generates valid bundles with ``--2a`` formats. However, do to internal changes necessary to support this, older clients will fail when trying to insert them. For newer clients, the bundle can be used to apply the changes to any rich-root compatible format. (John Arbash Meinel, #393349) * Cope with FTP servers that don't support restart/append by falling back to reading and then rewriting the whole file, such as TahoeLAFS. (This fallback may be slow for some access patterns.) (Nils Durner, #294709) * Encode the paths in ``mbcs`` encoding on Windows when spawning an external diff client. This at least allows supporting filenames that are not ascii, but are present in the current locale. Ideally we would be able to pass the Unicode path, but that would be client dependent. (John Arbash Meinel, #382709) * Fix a compile bug on Solaris having to do with const and pointer-to-pointers. (John Arbash Meinel, #408441) * Fixed a NameError that occurs when merging or pulling from a URL that causes a redirection loop when bzr tries to read a URL as a bundle. (Andrew Bennetts, #400847) * Fix ``AttributeError: 'TestUIFactory' object has no attribute 'tick'`` running send and similar commands on 2a formats. (Martin Pool, #408201) * Fixed export to existing directory: if directory is empty then export will succeed, otherwise it fails with error. (Alexander Belchenko, #406174) * Fixed spurious "Source branch does not support stacking" warning when pushing. (Andrew Bennetts, #388908) * Fixed spurious transport activity indicator appearing while tests are running. (Martin Pool, #343532) * Merge now correctly handles empty right-hand revision specs. (Aaron Bentley, #333961) * Renames to lexographically lower basenames in trees that have never been committed to will no longer corrupt the dirstate. This was caused by an bug in the dirstate update_minimal method. (Robert Collins, #395556) * Requests for unknown methods no longer cause the smart server to log lots of backtraces about ``UnknownSmartMethod``, ``do_chunk`` or ``do_end``. (Andrew Bennetts, #338561) * Streaming from bzr servers where there is a chain of stacked branches (A stacked on B stacked on C) will now work. (Robert Collins, #406597) * The environment variable ``BZR_PROGRESS_BAR`` set to either ``text`` or ``none`` always forces progress bars either on or off respectively. Otherwise, they're turned on if ``TERM`` is not ``dumb`` and stderr is a terminal. bzr always uses the 'text' user interface when run as a command, so ``BZR_USE_TEXT_UI`` is no longer needed. (Martin Pool, #339385, #387717) * The optional ``_knit_load_data_pyx`` C extension was never being imported. This caused significant slowdowns when reading data from repositories. (Andrew Bennetts, #405653) * The ``--hardlink`` option to ``branch`` and ``checkout`` is not supported at the moment on workingtree formats that can do content filtering. (See <https://bugs.edge.launchpad.net/bzr/+bug/408193>.) bzr now says so, rather than just ignoring the option. (Martin Pool) * There was a bug in ``osutils.relpath`` that was only triggered on Windows. Essentially if you were at the root of a drive, and did something to a branch/repo on another drive, we would go into an infinite loop while trying to find a 'relative path'. (John Arbash Meinel, #394227) * ``WorkingTree4.unversion`` will no longer fail to unversion ids which were present in a parent tree but renamed in the working tree. (Robert Collins, #187207) Improvements ************ * Can now rename/move files even if they have been removed from the inventory. (Marius Kruger) * Pushing branches with tags via ``bzr://`` and ``bzr+ssh://`` is much faster, using a new ``Branch.set_tags_bytes`` smart server verb rather than VFS methods. For example, pushes of small branches with tags take 11 rather than 18 smart server requests. (Andrew Bennetts, #398608) * Sending Ctrl-Break on Windows will now drop you into the debugger, in the same way that sending Ctrl-\\ does on other platforms. (John Arbash Meinel) Documentation ************* * Added Bazaar 2.0 Upgrade Guide. (Ian Clatworthy) API Changes *********** * ``CLIUIFactory`` is deprecated; use ``TextUIFactory`` instead if you need to subclass or create a specific class, or better yet the existing ``make_ui_for_terminal``. ``SilentUIFactory`` is clarified to do no user interaction at all, rather than trying to read from stdin but not writing any output, which would be strange if reading prompts or passwords. (Martin Pool) * New TransformPreview.commit() allows committing without a working tree. (Aaron Bentley) * ``pb`` parameter to ``TextTestResult`` is deprecated and ignored. (Martin Pool) * ProgressTasks now prefer to talk direct to their ProgressView not to the UIFactory. (Martin Pool) * ``WorkingTree._check`` now requires a references dict with keys matching those returned by ``WorkingTree._get_check_refs``. (Robert Collins) Internals ********* * ``CHKInventory.path2id`` uses the parent_id to basename hash to avoid reading the entries along the path, reducing work to lookup ids from paths. (Robert Collins) * ``CHKMap.apply_delta`` now raises ``InconsistentDelta`` if a delta adds as new a key which was already mapped. (Robert Collins) * Inventory delta application catches more cases of corruption and can prevent corrupt deltas from affecting consistency of data structures on disk. (Robert Collins) * --subunit support now adds timestamps if the subunit version supports it. (Robert Collins) * The Windows all-in-one installer now bundles the PyQt image format plugins, which allows previewing more images as part of 'qdiff'. (Alexander Belchenko) Testing ******* * Merge directive cherrypick tests must use the same root id. (Martin Pool, #409684) * Spurious failure in ``check`` tests on rich-root formats fixed. (Martin Pool, #408199) * The ``bzrlib.tests.TextTestRunner`` will no longer call ``countTestsCases`` on the test being run. Progress information is instead handled by having the test passed in call ``result.progress`` before running its contents. This improves the behaviour when using ``TextTestRunner`` with test suites that don't support ``countTestsCases``. (Robert Collins)
2009-09-09 07:43:11 +02:00
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_get_record_stream.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_get_record_stream.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_get_record_stream.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_get_rev_id_for_revno.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_get_rev_id_for_revno.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_get_rev_id_for_revno.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_graph.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_graph.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_graph.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_initialize.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_initialize.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_initialize.pyo
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_unlock.py
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_unlock.pyc
${PYSITELIB}/bzrlib/tests/per_repository_reference/test_unlock.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/__init__.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/helpers.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/helpers.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/helpers.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test__generate_text_key_index.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test__generate_text_key_index.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test__generate_text_key_index.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_add_inventory_by_delta.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_add_inventory_by_delta.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_add_inventory_by_delta.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_check.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_check.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_check.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_check_reconcile.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_check_reconcile.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_check_reconcile.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_fetch.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_fetch.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_fetch.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_fileid_involved.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_fileid_involved.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_fileid_involved.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_find_text_key_references.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_find_text_key_references.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_find_text_key_references.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_merge_directive.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_merge_directive.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_merge_directive.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_reconcile.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_reconcile.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_reconcile.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_refresh_data.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_refresh_data.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_refresh_data.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_repository.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_repository.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_repository.pyo
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_write_group.py
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_write_group.pyc
${PYSITELIB}/bzrlib/tests/per_repository_vf/test_write_group.pyo
${PYSITELIB}/bzrlib/tests/per_transport.py
${PYSITELIB}/bzrlib/tests/per_transport.pyc
${PYSITELIB}/bzrlib/tests/per_transport.pyo
${PYSITELIB}/bzrlib/tests/per_tree/__init__.py
${PYSITELIB}/bzrlib/tests/per_tree/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_tree/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_annotate_iter.py
${PYSITELIB}/bzrlib/tests/per_tree/test_annotate_iter.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_annotate_iter.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_export.py
${PYSITELIB}/bzrlib/tests/per_tree/test_export.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_export.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_get_file_mtime.py
${PYSITELIB}/bzrlib/tests/per_tree/test_get_file_mtime.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_get_file_mtime.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_get_file_with_stat.py
${PYSITELIB}/bzrlib/tests/per_tree/test_get_file_with_stat.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_get_file_with_stat.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_get_root_id.py
${PYSITELIB}/bzrlib/tests/per_tree/test_get_root_id.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_get_root_id.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_get_symlink_target.py
${PYSITELIB}/bzrlib/tests/per_tree/test_get_symlink_target.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_get_symlink_target.pyo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
${PYSITELIB}/bzrlib/tests/per_tree/test_ids.py
${PYSITELIB}/bzrlib/tests/per_tree/test_ids.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_ids.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_inv.py
${PYSITELIB}/bzrlib/tests/per_tree/test_inv.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_inv.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_is_executable.py
${PYSITELIB}/bzrlib/tests/per_tree/test_is_executable.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_is_executable.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_iter_search_rules.py
${PYSITELIB}/bzrlib/tests/per_tree/test_iter_search_rules.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_iter_search_rules.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_list_files.py
${PYSITELIB}/bzrlib/tests/per_tree/test_list_files.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_list_files.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_locking.py
${PYSITELIB}/bzrlib/tests/per_tree/test_locking.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_locking.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_path_content_summary.py
${PYSITELIB}/bzrlib/tests/per_tree/test_path_content_summary.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_path_content_summary.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_revision_tree.py
${PYSITELIB}/bzrlib/tests/per_tree/test_revision_tree.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_revision_tree.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_test_trees.py
${PYSITELIB}/bzrlib/tests/per_tree/test_test_trees.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_test_trees.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_tree.py
${PYSITELIB}/bzrlib/tests/per_tree/test_tree.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_tree.pyo
${PYSITELIB}/bzrlib/tests/per_tree/test_walkdirs.py
${PYSITELIB}/bzrlib/tests/per_tree/test_walkdirs.pyc
${PYSITELIB}/bzrlib/tests/per_tree/test_walkdirs.pyo
${PYSITELIB}/bzrlib/tests/per_uifactory/__init__.py
${PYSITELIB}/bzrlib/tests/per_uifactory/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_uifactory/__init__.pyo
bzr 2.0.0 ######### :2.0.0: 2009-09-22 :Codename: Instant Karma This release of Bazaar makes the 2a (previously 'brisbane-core') format the default when new branches or repositories are created. This format is substantially smaller and faster for many operations. Most of the work in this release focuses on bug fixes and stabilization, covering both 2a and previous formats. (See the Upgrade Guide for information on migrating existing projects.) This release also improves the documentation content and presentation, including adding Windows HtmlHelp manuals. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only 2.0.x releases based on it, continuing for at least six months or until the following stable release. Changes from 2.0.0rc2 to final ****************************** * Officially branded as 2.0.0 rather than 2.0 to clarify between things that "want to happen on the 2.0.x stable series" versus things that want to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles micro = 0.) (John Arbash Meinel) bzr 2.0.0rc2 ############ :2.0.0rc2: 2009-09-10 New Features ************ * Added post_commit hook for mutable trees. This allows the keywords plugin to expand keywords on files changed by the commit. (Ian Clatworthy, #408841) Bug Fixes ********* * Bazaar's native protocol code now correctly handles EINTR, which most noticeably occurs if you break in to the debugger while connected to a bzr+ssh server. You can now can continue from the debugger (by typing 'c') and the process continues. However, note that pressing C-\ in the shell may still kill the SSH process, which is bug 162509, so you must sent a signal to the bzr process specifically, for example by typing ``kill -QUIT PID`` in another shell. (Martin Pool, #341535) * ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)`` (Robert Collins, #416732) * ``bzr info -v`` on a 2a format still claimed that it was a "Development format" (John Arbash Meinel, #424392) * ``bzr log stacked-branch`` shows the full log including revisions that are in the fallback repository. (Regressed in 2.0rc1). (John Arbash Meinel, #419241) * Clearer message when Bazaar runs out of memory, instead of a ``MemoryError`` traceback. (Martin Pool, #109115) * Conversion to 2a will create a single pack for all the new revisions (as long as it ran without interruption). This improves both ``bzr upgrade`` and ``bzr pull`` or ``bzr merge`` from local branches in older formats. The autopack logic that occurs every 100 revisions during local conversions was not returning that pack's identifier, which resulted in the partial packs created during the conversion not being consolidated at the end of the conversion process. (Robert Collins, #423818) * Fetches from 2a to 2a are now again requested in 'groupcompress' order. Groups that are seen as 'underutilized' will be repacked on-the-fly. This means that when the source is fully packed, there is minimal overhead during the fetch, but if the source is poorly packed the result is a fairly well packed repository (not as good as 'bzr pack' but good-enough.) (Robert Collins, John Arbash Meinel, #402652) * Fix a potential segmentation fault when doing 'log' of a branch that had ghosts in its mainline. (Evaluating None as a tuple is bad.) (John Arbash Meinel, #419241) * Fix a segmentation fault when computing the ``merge_sort`` of a graph that has a ghost in the mainline ancestry. (John Arbash Meinel, #419241) * ``groupcompress`` sort order is now more stable, rather than relying on ``topo_sort`` ordering. The implementation is now ``KnownGraph.gc_sort``. (John Arbash Meinel) * Local data conversion will generate correct deltas. This is a critical bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before converting repositories. (Robert Collins, #422849) * Network streams now decode adjacent records of the same type into a single stream, reducing layering churn. (Robert Collins) * Prevent some kinds of incomplete data from being committed to a 2a repository, such as revisions without inventories, a missing chk_bytes record for an inventory, or a missing text referenced by an inventory. (Andrew Bennetts, #423506, #406687) Documentation ************* * Fix assertion error about "_remember_remote_is_before" when pushing to older smart servers. (Andrew Bennetts, #418931) * Help on hooks no longer says 'Not deprecated' for hooks that are currently supported. (Ian Clatworthy, #422415) * PDF and CHM (Windows HtmlHelp) formats are now supported for the user documentation. The HTML documentation is better broken up into topics. (Ian Clatworthy) * The developer and foreign language documents are now separated out so that searching in the HTML and CHM files produces more useful results. (Ian Clatworthy) * The main table of contents now provides links to the new Migration Docs and Plugins Guide. (Ian Clatworthy) bzr 2.0.0rc1 ############ :Codename: no worries :2.0.0rc1: 2009-08-26 Compatibility Breaks ******************** * The default format for bzr is now ``2a``. This format brings many significant performance and size improvements. bzr can pull from any existing repository into a ``2a`` one, but can only transfer from ``2a`` into ``rich-root`` repositories. The Upgrade guide has more information about this change. (Robert Collins) * On Windows auto-detection of Putty's plink.exe is disabled. Default SSH client for Windows is paramiko. User still can force usage of plink if explicitly set environment variable BZR_SSH=plink. (#414743, Alexander Belchenko) New Features ************ * ``bzr branch --switch`` can now switch the checkout in the current directory to the newly created branch. (Lukáš Lalinský) Bug Fixes ********* * Fetches were being requested in 'groupcompress' order, but weren't recombining the groups. Thus they would 'fragment' to get the correct order, but not 'recombine' to actually benefit from it. Until we get recombining to work, switching to 'unordered' fetches avoids the fragmentation. (John Arbash Meinel, #402645) * Fix a pycurl related test failure on karmic by recognizing an error raised by newer versions of pycurl. (Vincent Ladeuil, #306264) * Fix a test failure on karmic by making a locale test more robust. (Vincent Ladeuil, #413514) * Fix IndexError printing CannotBindAddress errors. (Martin Pool, #286871) * Fix "Revision ... not present" errors when upgrading stacked branches, or when doing fetches from a stacked source to a stacked target. (Andrew Bennetts, #399140) * ``bzr branch`` of 2a repositories over HTTP is much faster. bzr now batches together small fetches from 2a repositories, rather than fetching only a few hundred bytes at a time. (Andrew Bennetts, #402657) Improvements ************ * A better description of the platform is shown in crash tracebacks, ``bzr --version`` and ``bzr selftest``. (Martin Pool, #409137) * bzr can now (again) capture crash data through the apport library, so that a single human-readable file can be attached to bug reports. This can be disabled by using ``-Dno_apport`` on the command line, or by putting ``no_apport`` into the ``debug_flags`` section of ``bazaar.conf``. (Martin Pool, Robert Collins, #389328) * ``bzr push`` locally on windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on windows. (Robert Collins, #305006) * Commit of specific files no longer prevents using the the iter_changes codepath. On 2a repositories, commit of specific files should now be as fast, or slightly faster, than a full commit. (Robert Collins) * The internal core code that handles specific file operations like ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to include the parent directories if they have altered, and when a directory stops being a directory its children are always included. This fixes a number of causes for ``InconsistentDelta`` errors, and permits faster commit of specific paths. (Robert Collins, #347649) Documentation ************* * New developer documentation for content filtering. (Martin Pool) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) Internals ********* Testing ******* bzr 1.18.1 ########## :Codename: nein nein nein! :1.18.1: 2009-09-09 This release fixes two small but worthwhile bugs relevant to users on Microsoft Windows: some commands that failed on with locking errors will now work, and a bug that caused poor performance after committing a file with line-ending conversion has now been fixed. It also fixes a bug in pushing to older servers. Bug Fixes ********* * Fixed a problem where using content filtering and especially end-of-line conversion will commit too many copies a file. (Martin Pool, #415508) * Fix assertion error about ``_remember_remote_is_before`` in ``set_tags_bytes`` when pushing to older smart servers. (Andrew Bennetts, Alexander Belchenko, #418931) Improvements ************ * ``bzr push`` locally on Windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on Windows. (Robert Collins, #305006) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) * ``Tree.path_content_summary`` may return a size of None, when called on a tree with content filtering where the size of the canonical form cannot be cheaply determined. (Martin Pool)
2009-10-11 20:36:00 +02:00
${PYSITELIB}/bzrlib/tests/per_versionedfile.py
${PYSITELIB}/bzrlib/tests/per_versionedfile.pyc
${PYSITELIB}/bzrlib/tests/per_versionedfile.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/__init__.py
${PYSITELIB}/bzrlib/tests/per_workingtree/__init__.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/__init__.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_add.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_add.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_add.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_add_reference.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_add_reference.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_add_reference.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_annotate_iter.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_annotate_iter.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_annotate_iter.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_basis_inventory.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_basis_inventory.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_basis_inventory.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_basis_tree.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_basis_tree.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_basis_tree.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_break_lock.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_break_lock.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_break_lock.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_changes_from.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_changes_from.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_changes_from.pyo
bzr 1.18 ######## :Codename: little traveller :1.18: 2009-08-20 :1.18rc1: 2009-08-10 This release of Bazaar marches on towards the 2.0 release in which the 2a 'brisbane-core' format becomes generally recommended. Most of the work in this release now focusses on bug fixes and stabilization, covering both 2a and previous formats. There is a new text-mode interactive merge feature, a new guide to migration to 2a format in the user documentation, and pushing branches to a smart server is now much faster. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only releases based on it continuing for at least six months or until the following stable release. There are no changes from 1.18rc1 to 1.18. New Features ************ * ``bzr merge --interactive`` applies a user-selected portion of the merge. The UI is similar to ``shelve``. (Aaron Bentley) * ``bzr reconfigure`` now takes options ``--stacked-on URL`` and ``--unstacked`` to change stacking of a branch. (Martin Pool, #391411) Bug Fixes ********* * Annotating on a stacked branch will now succeed in simple scenarios. There are still some complex scenarios where it will fail (bug #399884) (John Arbash Meinel, #393366) * A progress bar is no longer left dangling when ``bzr selftest`` completes, and the progress bar updates with zero latency so the displayed test name is always the one that's actually running. (Martin Pool, #123688) * Authenticating against an ssh server now uses ``auth_none`` to determine if password authentication is even supported. This fixes a bug where users would be prompted for a launchpad password, even though launchpad only supports publickey authentication. (John Arbash Meinel, #375867) * BranchBuilder now accepts timezone to avoid test failures in countries far from GMT. (Vincent Ladeuil, #397716) * ``bzr commit`` no longer saves the unversioning of missing files until the commit has completed on the branch. This means that aborting a commit that found a missing file will leave the tree unedited. (Robert Collins, #282402) * ``bzr mv`` no longer takes out branch locks, which allows it to work when the branch is readonly. (Robert Collins, #216541) * ``bzr revert .`` no longer generates an InconsistentDelta error when there are missing subtrees. (Robert Collins, #367632) * ``bzr send`` now generates valid bundles with ``--2a`` formats. However, do to internal changes necessary to support this, older clients will fail when trying to insert them. For newer clients, the bundle can be used to apply the changes to any rich-root compatible format. (John Arbash Meinel, #393349) * Cope with FTP servers that don't support restart/append by falling back to reading and then rewriting the whole file, such as TahoeLAFS. (This fallback may be slow for some access patterns.) (Nils Durner, #294709) * Encode the paths in ``mbcs`` encoding on Windows when spawning an external diff client. This at least allows supporting filenames that are not ascii, but are present in the current locale. Ideally we would be able to pass the Unicode path, but that would be client dependent. (John Arbash Meinel, #382709) * Fix a compile bug on Solaris having to do with const and pointer-to-pointers. (John Arbash Meinel, #408441) * Fixed a NameError that occurs when merging or pulling from a URL that causes a redirection loop when bzr tries to read a URL as a bundle. (Andrew Bennetts, #400847) * Fix ``AttributeError: 'TestUIFactory' object has no attribute 'tick'`` running send and similar commands on 2a formats. (Martin Pool, #408201) * Fixed export to existing directory: if directory is empty then export will succeed, otherwise it fails with error. (Alexander Belchenko, #406174) * Fixed spurious "Source branch does not support stacking" warning when pushing. (Andrew Bennetts, #388908) * Fixed spurious transport activity indicator appearing while tests are running. (Martin Pool, #343532) * Merge now correctly handles empty right-hand revision specs. (Aaron Bentley, #333961) * Renames to lexographically lower basenames in trees that have never been committed to will no longer corrupt the dirstate. This was caused by an bug in the dirstate update_minimal method. (Robert Collins, #395556) * Requests for unknown methods no longer cause the smart server to log lots of backtraces about ``UnknownSmartMethod``, ``do_chunk`` or ``do_end``. (Andrew Bennetts, #338561) * Streaming from bzr servers where there is a chain of stacked branches (A stacked on B stacked on C) will now work. (Robert Collins, #406597) * The environment variable ``BZR_PROGRESS_BAR`` set to either ``text`` or ``none`` always forces progress bars either on or off respectively. Otherwise, they're turned on if ``TERM`` is not ``dumb`` and stderr is a terminal. bzr always uses the 'text' user interface when run as a command, so ``BZR_USE_TEXT_UI`` is no longer needed. (Martin Pool, #339385, #387717) * The optional ``_knit_load_data_pyx`` C extension was never being imported. This caused significant slowdowns when reading data from repositories. (Andrew Bennetts, #405653) * The ``--hardlink`` option to ``branch`` and ``checkout`` is not supported at the moment on workingtree formats that can do content filtering. (See <https://bugs.edge.launchpad.net/bzr/+bug/408193>.) bzr now says so, rather than just ignoring the option. (Martin Pool) * There was a bug in ``osutils.relpath`` that was only triggered on Windows. Essentially if you were at the root of a drive, and did something to a branch/repo on another drive, we would go into an infinite loop while trying to find a 'relative path'. (John Arbash Meinel, #394227) * ``WorkingTree4.unversion`` will no longer fail to unversion ids which were present in a parent tree but renamed in the working tree. (Robert Collins, #187207) Improvements ************ * Can now rename/move files even if they have been removed from the inventory. (Marius Kruger) * Pushing branches with tags via ``bzr://`` and ``bzr+ssh://`` is much faster, using a new ``Branch.set_tags_bytes`` smart server verb rather than VFS methods. For example, pushes of small branches with tags take 11 rather than 18 smart server requests. (Andrew Bennetts, #398608) * Sending Ctrl-Break on Windows will now drop you into the debugger, in the same way that sending Ctrl-\\ does on other platforms. (John Arbash Meinel) Documentation ************* * Added Bazaar 2.0 Upgrade Guide. (Ian Clatworthy) API Changes *********** * ``CLIUIFactory`` is deprecated; use ``TextUIFactory`` instead if you need to subclass or create a specific class, or better yet the existing ``make_ui_for_terminal``. ``SilentUIFactory`` is clarified to do no user interaction at all, rather than trying to read from stdin but not writing any output, which would be strange if reading prompts or passwords. (Martin Pool) * New TransformPreview.commit() allows committing without a working tree. (Aaron Bentley) * ``pb`` parameter to ``TextTestResult`` is deprecated and ignored. (Martin Pool) * ProgressTasks now prefer to talk direct to their ProgressView not to the UIFactory. (Martin Pool) * ``WorkingTree._check`` now requires a references dict with keys matching those returned by ``WorkingTree._get_check_refs``. (Robert Collins) Internals ********* * ``CHKInventory.path2id`` uses the parent_id to basename hash to avoid reading the entries along the path, reducing work to lookup ids from paths. (Robert Collins) * ``CHKMap.apply_delta`` now raises ``InconsistentDelta`` if a delta adds as new a key which was already mapped. (Robert Collins) * Inventory delta application catches more cases of corruption and can prevent corrupt deltas from affecting consistency of data structures on disk. (Robert Collins) * --subunit support now adds timestamps if the subunit version supports it. (Robert Collins) * The Windows all-in-one installer now bundles the PyQt image format plugins, which allows previewing more images as part of 'qdiff'. (Alexander Belchenko) Testing ******* * Merge directive cherrypick tests must use the same root id. (Martin Pool, #409684) * Spurious failure in ``check`` tests on rich-root formats fixed. (Martin Pool, #408199) * The ``bzrlib.tests.TextTestRunner`` will no longer call ``countTestsCases`` on the test being run. Progress information is instead handled by having the test passed in call ``result.progress`` before running its contents. This improves the behaviour when using ``TextTestRunner`` with test suites that don't support ``countTestsCases``. (Robert Collins)
2009-09-09 07:43:11 +02:00
${PYSITELIB}/bzrlib/tests/per_workingtree/test_check.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_check.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_check.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_check_state.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_check_state.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_check_state.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_commit.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_commit.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_commit.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_content_filters.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_content_filters.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_content_filters.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_eol_conversion.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_eol_conversion.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_eol_conversion.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_executable.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_executable.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_executable.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_flush.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_flush.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_flush.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_get_file_mtime.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_get_file_mtime.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_get_file_mtime.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_get_parent_ids.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_get_parent_ids.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_get_parent_ids.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_inv.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_inv.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_inv.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_is_control_filename.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_is_control_filename.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_is_control_filename.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_is_ignored.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_is_ignored.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_is_ignored.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_locking.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_locking.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_locking.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_merge_from_branch.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_merge_from_branch.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_merge_from_branch.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_mkdir.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_mkdir.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_mkdir.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_move.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_move.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_move.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_nested_specifics.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_nested_specifics.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_nested_specifics.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_parents.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_parents.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_parents.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_paths2ids.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_paths2ids.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_paths2ids.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_pull.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_pull.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_pull.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_put_file.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_put_file.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_put_file.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_read_working_inventory.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_read_working_inventory.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_read_working_inventory.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_readonly.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_readonly.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_readonly.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_remove.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_remove.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_remove.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_rename_one.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_rename_one.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_rename_one.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_revision_tree.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_revision_tree.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_revision_tree.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_set_root_id.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_set_root_id.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_set_root_id.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_smart_add.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_smart_add.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_smart_add.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_symlinks.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_symlinks.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_symlinks.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_uncommit.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_uncommit.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_uncommit.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_unversion.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_unversion.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_unversion.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_views.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_views.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_views.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_walkdirs.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_walkdirs.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_walkdirs.pyo
${PYSITELIB}/bzrlib/tests/per_workingtree/test_workingtree.py
${PYSITELIB}/bzrlib/tests/per_workingtree/test_workingtree.pyc
${PYSITELIB}/bzrlib/tests/per_workingtree/test_workingtree.pyo
${PYSITELIB}/bzrlib/tests/scenarios.py
${PYSITELIB}/bzrlib/tests/scenarios.pyc
${PYSITELIB}/bzrlib/tests/scenarios.pyo
${PYSITELIB}/bzrlib/tests/script.py
${PYSITELIB}/bzrlib/tests/script.pyc
${PYSITELIB}/bzrlib/tests/script.pyo
${PYSITELIB}/bzrlib/tests/ssl_certs/__init__.py
${PYSITELIB}/bzrlib/tests/ssl_certs/__init__.pyc
${PYSITELIB}/bzrlib/tests/ssl_certs/__init__.pyo
${PYSITELIB}/bzrlib/tests/ssl_certs/ca.crt
${PYSITELIB}/bzrlib/tests/ssl_certs/create_ssls.py
${PYSITELIB}/bzrlib/tests/ssl_certs/create_ssls.pyc
${PYSITELIB}/bzrlib/tests/ssl_certs/create_ssls.pyo
bzr 2.0.0 ######### :2.0.0: 2009-09-22 :Codename: Instant Karma This release of Bazaar makes the 2a (previously 'brisbane-core') format the default when new branches or repositories are created. This format is substantially smaller and faster for many operations. Most of the work in this release focuses on bug fixes and stabilization, covering both 2a and previous formats. (See the Upgrade Guide for information on migrating existing projects.) This release also improves the documentation content and presentation, including adding Windows HtmlHelp manuals. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only 2.0.x releases based on it, continuing for at least six months or until the following stable release. Changes from 2.0.0rc2 to final ****************************** * Officially branded as 2.0.0 rather than 2.0 to clarify between things that "want to happen on the 2.0.x stable series" versus things that want to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles micro = 0.) (John Arbash Meinel) bzr 2.0.0rc2 ############ :2.0.0rc2: 2009-09-10 New Features ************ * Added post_commit hook for mutable trees. This allows the keywords plugin to expand keywords on files changed by the commit. (Ian Clatworthy, #408841) Bug Fixes ********* * Bazaar's native protocol code now correctly handles EINTR, which most noticeably occurs if you break in to the debugger while connected to a bzr+ssh server. You can now can continue from the debugger (by typing 'c') and the process continues. However, note that pressing C-\ in the shell may still kill the SSH process, which is bug 162509, so you must sent a signal to the bzr process specifically, for example by typing ``kill -QUIT PID`` in another shell. (Martin Pool, #341535) * ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)`` (Robert Collins, #416732) * ``bzr info -v`` on a 2a format still claimed that it was a "Development format" (John Arbash Meinel, #424392) * ``bzr log stacked-branch`` shows the full log including revisions that are in the fallback repository. (Regressed in 2.0rc1). (John Arbash Meinel, #419241) * Clearer message when Bazaar runs out of memory, instead of a ``MemoryError`` traceback. (Martin Pool, #109115) * Conversion to 2a will create a single pack for all the new revisions (as long as it ran without interruption). This improves both ``bzr upgrade`` and ``bzr pull`` or ``bzr merge`` from local branches in older formats. The autopack logic that occurs every 100 revisions during local conversions was not returning that pack's identifier, which resulted in the partial packs created during the conversion not being consolidated at the end of the conversion process. (Robert Collins, #423818) * Fetches from 2a to 2a are now again requested in 'groupcompress' order. Groups that are seen as 'underutilized' will be repacked on-the-fly. This means that when the source is fully packed, there is minimal overhead during the fetch, but if the source is poorly packed the result is a fairly well packed repository (not as good as 'bzr pack' but good-enough.) (Robert Collins, John Arbash Meinel, #402652) * Fix a potential segmentation fault when doing 'log' of a branch that had ghosts in its mainline. (Evaluating None as a tuple is bad.) (John Arbash Meinel, #419241) * Fix a segmentation fault when computing the ``merge_sort`` of a graph that has a ghost in the mainline ancestry. (John Arbash Meinel, #419241) * ``groupcompress`` sort order is now more stable, rather than relying on ``topo_sort`` ordering. The implementation is now ``KnownGraph.gc_sort``. (John Arbash Meinel) * Local data conversion will generate correct deltas. This is a critical bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before converting repositories. (Robert Collins, #422849) * Network streams now decode adjacent records of the same type into a single stream, reducing layering churn. (Robert Collins) * Prevent some kinds of incomplete data from being committed to a 2a repository, such as revisions without inventories, a missing chk_bytes record for an inventory, or a missing text referenced by an inventory. (Andrew Bennetts, #423506, #406687) Documentation ************* * Fix assertion error about "_remember_remote_is_before" when pushing to older smart servers. (Andrew Bennetts, #418931) * Help on hooks no longer says 'Not deprecated' for hooks that are currently supported. (Ian Clatworthy, #422415) * PDF and CHM (Windows HtmlHelp) formats are now supported for the user documentation. The HTML documentation is better broken up into topics. (Ian Clatworthy) * The developer and foreign language documents are now separated out so that searching in the HTML and CHM files produces more useful results. (Ian Clatworthy) * The main table of contents now provides links to the new Migration Docs and Plugins Guide. (Ian Clatworthy) bzr 2.0.0rc1 ############ :Codename: no worries :2.0.0rc1: 2009-08-26 Compatibility Breaks ******************** * The default format for bzr is now ``2a``. This format brings many significant performance and size improvements. bzr can pull from any existing repository into a ``2a`` one, but can only transfer from ``2a`` into ``rich-root`` repositories. The Upgrade guide has more information about this change. (Robert Collins) * On Windows auto-detection of Putty's plink.exe is disabled. Default SSH client for Windows is paramiko. User still can force usage of plink if explicitly set environment variable BZR_SSH=plink. (#414743, Alexander Belchenko) New Features ************ * ``bzr branch --switch`` can now switch the checkout in the current directory to the newly created branch. (Lukáš Lalinský) Bug Fixes ********* * Fetches were being requested in 'groupcompress' order, but weren't recombining the groups. Thus they would 'fragment' to get the correct order, but not 'recombine' to actually benefit from it. Until we get recombining to work, switching to 'unordered' fetches avoids the fragmentation. (John Arbash Meinel, #402645) * Fix a pycurl related test failure on karmic by recognizing an error raised by newer versions of pycurl. (Vincent Ladeuil, #306264) * Fix a test failure on karmic by making a locale test more robust. (Vincent Ladeuil, #413514) * Fix IndexError printing CannotBindAddress errors. (Martin Pool, #286871) * Fix "Revision ... not present" errors when upgrading stacked branches, or when doing fetches from a stacked source to a stacked target. (Andrew Bennetts, #399140) * ``bzr branch`` of 2a repositories over HTTP is much faster. bzr now batches together small fetches from 2a repositories, rather than fetching only a few hundred bytes at a time. (Andrew Bennetts, #402657) Improvements ************ * A better description of the platform is shown in crash tracebacks, ``bzr --version`` and ``bzr selftest``. (Martin Pool, #409137) * bzr can now (again) capture crash data through the apport library, so that a single human-readable file can be attached to bug reports. This can be disabled by using ``-Dno_apport`` on the command line, or by putting ``no_apport`` into the ``debug_flags`` section of ``bazaar.conf``. (Martin Pool, Robert Collins, #389328) * ``bzr push`` locally on windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on windows. (Robert Collins, #305006) * Commit of specific files no longer prevents using the the iter_changes codepath. On 2a repositories, commit of specific files should now be as fast, or slightly faster, than a full commit. (Robert Collins) * The internal core code that handles specific file operations like ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to include the parent directories if they have altered, and when a directory stops being a directory its children are always included. This fixes a number of causes for ``InconsistentDelta`` errors, and permits faster commit of specific paths. (Robert Collins, #347649) Documentation ************* * New developer documentation for content filtering. (Martin Pool) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) Internals ********* Testing ******* bzr 1.18.1 ########## :Codename: nein nein nein! :1.18.1: 2009-09-09 This release fixes two small but worthwhile bugs relevant to users on Microsoft Windows: some commands that failed on with locking errors will now work, and a bug that caused poor performance after committing a file with line-ending conversion has now been fixed. It also fixes a bug in pushing to older servers. Bug Fixes ********* * Fixed a problem where using content filtering and especially end-of-line conversion will commit too many copies a file. (Martin Pool, #415508) * Fix assertion error about ``_remember_remote_is_before`` in ``set_tags_bytes`` when pushing to older smart servers. (Andrew Bennetts, Alexander Belchenko, #418931) Improvements ************ * ``bzr push`` locally on Windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on Windows. (Robert Collins, #305006) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) * ``Tree.path_content_summary`` may return a size of None, when called on a tree with content filtering where the size of the canonical form cannot be cheaply determined. (Martin Pool)
2009-10-11 20:36:00 +02:00
${PYSITELIB}/bzrlib/tests/ssl_certs/server.crt
${PYSITELIB}/bzrlib/tests/ssl_certs/server_with_pass.key
${PYSITELIB}/bzrlib/tests/ssl_certs/server_without_pass.key
${PYSITELIB}/bzrlib/tests/stub_sftp.py
${PYSITELIB}/bzrlib/tests/stub_sftp.pyc
${PYSITELIB}/bzrlib/tests/stub_sftp.pyo
${PYSITELIB}/bzrlib/tests/test__annotator.py
${PYSITELIB}/bzrlib/tests/test__annotator.pyc
${PYSITELIB}/bzrlib/tests/test__annotator.pyo
${PYSITELIB}/bzrlib/tests/test__bencode.py
${PYSITELIB}/bzrlib/tests/test__bencode.pyc
${PYSITELIB}/bzrlib/tests/test__bencode.pyo
${PYSITELIB}/bzrlib/tests/test__btree_serializer.py
${PYSITELIB}/bzrlib/tests/test__btree_serializer.pyc
${PYSITELIB}/bzrlib/tests/test__btree_serializer.pyo
${PYSITELIB}/bzrlib/tests/test__chk_map.py
${PYSITELIB}/bzrlib/tests/test__chk_map.pyc
${PYSITELIB}/bzrlib/tests/test__chk_map.pyo
${PYSITELIB}/bzrlib/tests/test__chunks_to_lines.py
${PYSITELIB}/bzrlib/tests/test__chunks_to_lines.pyc
${PYSITELIB}/bzrlib/tests/test__chunks_to_lines.pyo
${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.py
${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.pyc
${PYSITELIB}/bzrlib/tests/test__dirstate_helpers.pyo
${PYSITELIB}/bzrlib/tests/test__groupcompress.py
${PYSITELIB}/bzrlib/tests/test__groupcompress.pyc
${PYSITELIB}/bzrlib/tests/test__groupcompress.pyo
${PYSITELIB}/bzrlib/tests/test__known_graph.py
${PYSITELIB}/bzrlib/tests/test__known_graph.pyc
${PYSITELIB}/bzrlib/tests/test__known_graph.pyo
${PYSITELIB}/bzrlib/tests/test__rio.py
${PYSITELIB}/bzrlib/tests/test__rio.pyc
${PYSITELIB}/bzrlib/tests/test__rio.pyo
${PYSITELIB}/bzrlib/tests/test__simple_set.py
${PYSITELIB}/bzrlib/tests/test__simple_set.pyc
${PYSITELIB}/bzrlib/tests/test__simple_set.pyo
${PYSITELIB}/bzrlib/tests/test__static_tuple.py
${PYSITELIB}/bzrlib/tests/test__static_tuple.pyc
${PYSITELIB}/bzrlib/tests/test__static_tuple.pyo
${PYSITELIB}/bzrlib/tests/test__walkdirs_win32.py
${PYSITELIB}/bzrlib/tests/test__walkdirs_win32.pyc
${PYSITELIB}/bzrlib/tests/test__walkdirs_win32.pyo
${PYSITELIB}/bzrlib/tests/test_ancestry.py
${PYSITELIB}/bzrlib/tests/test_ancestry.pyc
${PYSITELIB}/bzrlib/tests/test_ancestry.pyo
${PYSITELIB}/bzrlib/tests/test_annotate.py
${PYSITELIB}/bzrlib/tests/test_annotate.pyc
${PYSITELIB}/bzrlib/tests/test_annotate.pyo
${PYSITELIB}/bzrlib/tests/test_api.py
${PYSITELIB}/bzrlib/tests/test_api.pyc
${PYSITELIB}/bzrlib/tests/test_api.pyo
${PYSITELIB}/bzrlib/tests/test_atomicfile.py
${PYSITELIB}/bzrlib/tests/test_atomicfile.pyc
${PYSITELIB}/bzrlib/tests/test_atomicfile.pyo
${PYSITELIB}/bzrlib/tests/test_bad_files.py
${PYSITELIB}/bzrlib/tests/test_bad_files.pyc
${PYSITELIB}/bzrlib/tests/test_bad_files.pyo
${PYSITELIB}/bzrlib/tests/test_bisect_multi.py
${PYSITELIB}/bzrlib/tests/test_bisect_multi.pyc
${PYSITELIB}/bzrlib/tests/test_bisect_multi.pyo
${PYSITELIB}/bzrlib/tests/test_branch.py
${PYSITELIB}/bzrlib/tests/test_branch.pyc
${PYSITELIB}/bzrlib/tests/test_branch.pyo
${PYSITELIB}/bzrlib/tests/test_branchbuilder.py
${PYSITELIB}/bzrlib/tests/test_branchbuilder.pyc
${PYSITELIB}/bzrlib/tests/test_branchbuilder.pyo
${PYSITELIB}/bzrlib/tests/test_btree_index.py
${PYSITELIB}/bzrlib/tests/test_btree_index.pyc
${PYSITELIB}/bzrlib/tests/test_btree_index.pyo
${PYSITELIB}/bzrlib/tests/test_bugtracker.py
${PYSITELIB}/bzrlib/tests/test_bugtracker.pyc
${PYSITELIB}/bzrlib/tests/test_bugtracker.pyo
${PYSITELIB}/bzrlib/tests/test_bundle.py
${PYSITELIB}/bzrlib/tests/test_bundle.pyc
${PYSITELIB}/bzrlib/tests/test_bundle.pyo
${PYSITELIB}/bzrlib/tests/test_bzrdir.py
${PYSITELIB}/bzrlib/tests/test_bzrdir.pyc
${PYSITELIB}/bzrlib/tests/test_bzrdir.pyo
${PYSITELIB}/bzrlib/tests/test_cache_utf8.py
${PYSITELIB}/bzrlib/tests/test_cache_utf8.pyc
${PYSITELIB}/bzrlib/tests/test_cache_utf8.pyo
${PYSITELIB}/bzrlib/tests/test_cethread.py
${PYSITELIB}/bzrlib/tests/test_cethread.pyc
${PYSITELIB}/bzrlib/tests/test_cethread.pyo
${PYSITELIB}/bzrlib/tests/test_chk_map.py
${PYSITELIB}/bzrlib/tests/test_chk_map.pyc
${PYSITELIB}/bzrlib/tests/test_chk_map.pyo
${PYSITELIB}/bzrlib/tests/test_chk_serializer.py
${PYSITELIB}/bzrlib/tests/test_chk_serializer.pyc
${PYSITELIB}/bzrlib/tests/test_chk_serializer.pyo
${PYSITELIB}/bzrlib/tests/test_chunk_writer.py
${PYSITELIB}/bzrlib/tests/test_chunk_writer.pyc
${PYSITELIB}/bzrlib/tests/test_chunk_writer.pyo
${PYSITELIB}/bzrlib/tests/test_clean_tree.py
${PYSITELIB}/bzrlib/tests/test_clean_tree.pyc
${PYSITELIB}/bzrlib/tests/test_clean_tree.pyo
${PYSITELIB}/bzrlib/tests/test_cleanup.py
${PYSITELIB}/bzrlib/tests/test_cleanup.pyc
${PYSITELIB}/bzrlib/tests/test_cleanup.pyo
${PYSITELIB}/bzrlib/tests/test_cmdline.py
${PYSITELIB}/bzrlib/tests/test_cmdline.pyc
${PYSITELIB}/bzrlib/tests/test_cmdline.pyo
${PYSITELIB}/bzrlib/tests/test_commands.py
${PYSITELIB}/bzrlib/tests/test_commands.pyc
${PYSITELIB}/bzrlib/tests/test_commands.pyo
${PYSITELIB}/bzrlib/tests/test_commit.py
${PYSITELIB}/bzrlib/tests/test_commit.pyc
${PYSITELIB}/bzrlib/tests/test_commit.pyo
${PYSITELIB}/bzrlib/tests/test_commit_merge.py
${PYSITELIB}/bzrlib/tests/test_commit_merge.pyc
${PYSITELIB}/bzrlib/tests/test_commit_merge.pyo
${PYSITELIB}/bzrlib/tests/test_config.py
${PYSITELIB}/bzrlib/tests/test_config.pyc
${PYSITELIB}/bzrlib/tests/test_config.pyo
${PYSITELIB}/bzrlib/tests/test_conflicts.py
${PYSITELIB}/bzrlib/tests/test_conflicts.pyc
${PYSITELIB}/bzrlib/tests/test_conflicts.pyo
${PYSITELIB}/bzrlib/tests/test_controldir.py
${PYSITELIB}/bzrlib/tests/test_controldir.pyc
${PYSITELIB}/bzrlib/tests/test_controldir.pyo
${PYSITELIB}/bzrlib/tests/test_counted_lock.py
${PYSITELIB}/bzrlib/tests/test_counted_lock.pyc
${PYSITELIB}/bzrlib/tests/test_counted_lock.pyo
bzr 2.0.0 ######### :2.0.0: 2009-09-22 :Codename: Instant Karma This release of Bazaar makes the 2a (previously 'brisbane-core') format the default when new branches or repositories are created. This format is substantially smaller and faster for many operations. Most of the work in this release focuses on bug fixes and stabilization, covering both 2a and previous formats. (See the Upgrade Guide for information on migrating existing projects.) This release also improves the documentation content and presentation, including adding Windows HtmlHelp manuals. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only 2.0.x releases based on it, continuing for at least six months or until the following stable release. Changes from 2.0.0rc2 to final ****************************** * Officially branded as 2.0.0 rather than 2.0 to clarify between things that "want to happen on the 2.0.x stable series" versus things that want to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles micro = 0.) (John Arbash Meinel) bzr 2.0.0rc2 ############ :2.0.0rc2: 2009-09-10 New Features ************ * Added post_commit hook for mutable trees. This allows the keywords plugin to expand keywords on files changed by the commit. (Ian Clatworthy, #408841) Bug Fixes ********* * Bazaar's native protocol code now correctly handles EINTR, which most noticeably occurs if you break in to the debugger while connected to a bzr+ssh server. You can now can continue from the debugger (by typing 'c') and the process continues. However, note that pressing C-\ in the shell may still kill the SSH process, which is bug 162509, so you must sent a signal to the bzr process specifically, for example by typing ``kill -QUIT PID`` in another shell. (Martin Pool, #341535) * ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)`` (Robert Collins, #416732) * ``bzr info -v`` on a 2a format still claimed that it was a "Development format" (John Arbash Meinel, #424392) * ``bzr log stacked-branch`` shows the full log including revisions that are in the fallback repository. (Regressed in 2.0rc1). (John Arbash Meinel, #419241) * Clearer message when Bazaar runs out of memory, instead of a ``MemoryError`` traceback. (Martin Pool, #109115) * Conversion to 2a will create a single pack for all the new revisions (as long as it ran without interruption). This improves both ``bzr upgrade`` and ``bzr pull`` or ``bzr merge`` from local branches in older formats. The autopack logic that occurs every 100 revisions during local conversions was not returning that pack's identifier, which resulted in the partial packs created during the conversion not being consolidated at the end of the conversion process. (Robert Collins, #423818) * Fetches from 2a to 2a are now again requested in 'groupcompress' order. Groups that are seen as 'underutilized' will be repacked on-the-fly. This means that when the source is fully packed, there is minimal overhead during the fetch, but if the source is poorly packed the result is a fairly well packed repository (not as good as 'bzr pack' but good-enough.) (Robert Collins, John Arbash Meinel, #402652) * Fix a potential segmentation fault when doing 'log' of a branch that had ghosts in its mainline. (Evaluating None as a tuple is bad.) (John Arbash Meinel, #419241) * Fix a segmentation fault when computing the ``merge_sort`` of a graph that has a ghost in the mainline ancestry. (John Arbash Meinel, #419241) * ``groupcompress`` sort order is now more stable, rather than relying on ``topo_sort`` ordering. The implementation is now ``KnownGraph.gc_sort``. (John Arbash Meinel) * Local data conversion will generate correct deltas. This is a critical bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before converting repositories. (Robert Collins, #422849) * Network streams now decode adjacent records of the same type into a single stream, reducing layering churn. (Robert Collins) * Prevent some kinds of incomplete data from being committed to a 2a repository, such as revisions without inventories, a missing chk_bytes record for an inventory, or a missing text referenced by an inventory. (Andrew Bennetts, #423506, #406687) Documentation ************* * Fix assertion error about "_remember_remote_is_before" when pushing to older smart servers. (Andrew Bennetts, #418931) * Help on hooks no longer says 'Not deprecated' for hooks that are currently supported. (Ian Clatworthy, #422415) * PDF and CHM (Windows HtmlHelp) formats are now supported for the user documentation. The HTML documentation is better broken up into topics. (Ian Clatworthy) * The developer and foreign language documents are now separated out so that searching in the HTML and CHM files produces more useful results. (Ian Clatworthy) * The main table of contents now provides links to the new Migration Docs and Plugins Guide. (Ian Clatworthy) bzr 2.0.0rc1 ############ :Codename: no worries :2.0.0rc1: 2009-08-26 Compatibility Breaks ******************** * The default format for bzr is now ``2a``. This format brings many significant performance and size improvements. bzr can pull from any existing repository into a ``2a`` one, but can only transfer from ``2a`` into ``rich-root`` repositories. The Upgrade guide has more information about this change. (Robert Collins) * On Windows auto-detection of Putty's plink.exe is disabled. Default SSH client for Windows is paramiko. User still can force usage of plink if explicitly set environment variable BZR_SSH=plink. (#414743, Alexander Belchenko) New Features ************ * ``bzr branch --switch`` can now switch the checkout in the current directory to the newly created branch. (Lukáš Lalinský) Bug Fixes ********* * Fetches were being requested in 'groupcompress' order, but weren't recombining the groups. Thus they would 'fragment' to get the correct order, but not 'recombine' to actually benefit from it. Until we get recombining to work, switching to 'unordered' fetches avoids the fragmentation. (John Arbash Meinel, #402645) * Fix a pycurl related test failure on karmic by recognizing an error raised by newer versions of pycurl. (Vincent Ladeuil, #306264) * Fix a test failure on karmic by making a locale test more robust. (Vincent Ladeuil, #413514) * Fix IndexError printing CannotBindAddress errors. (Martin Pool, #286871) * Fix "Revision ... not present" errors when upgrading stacked branches, or when doing fetches from a stacked source to a stacked target. (Andrew Bennetts, #399140) * ``bzr branch`` of 2a repositories over HTTP is much faster. bzr now batches together small fetches from 2a repositories, rather than fetching only a few hundred bytes at a time. (Andrew Bennetts, #402657) Improvements ************ * A better description of the platform is shown in crash tracebacks, ``bzr --version`` and ``bzr selftest``. (Martin Pool, #409137) * bzr can now (again) capture crash data through the apport library, so that a single human-readable file can be attached to bug reports. This can be disabled by using ``-Dno_apport`` on the command line, or by putting ``no_apport`` into the ``debug_flags`` section of ``bazaar.conf``. (Martin Pool, Robert Collins, #389328) * ``bzr push`` locally on windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on windows. (Robert Collins, #305006) * Commit of specific files no longer prevents using the the iter_changes codepath. On 2a repositories, commit of specific files should now be as fast, or slightly faster, than a full commit. (Robert Collins) * The internal core code that handles specific file operations like ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to include the parent directories if they have altered, and when a directory stops being a directory its children are always included. This fixes a number of causes for ``InconsistentDelta`` errors, and permits faster commit of specific paths. (Robert Collins, #347649) Documentation ************* * New developer documentation for content filtering. (Martin Pool) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) Internals ********* Testing ******* bzr 1.18.1 ########## :Codename: nein nein nein! :1.18.1: 2009-09-09 This release fixes two small but worthwhile bugs relevant to users on Microsoft Windows: some commands that failed on with locking errors will now work, and a bug that caused poor performance after committing a file with line-ending conversion has now been fixed. It also fixes a bug in pushing to older servers. Bug Fixes ********* * Fixed a problem where using content filtering and especially end-of-line conversion will commit too many copies a file. (Martin Pool, #415508) * Fix assertion error about ``_remember_remote_is_before`` in ``set_tags_bytes`` when pushing to older smart servers. (Andrew Bennetts, Alexander Belchenko, #418931) Improvements ************ * ``bzr push`` locally on Windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on Windows. (Robert Collins, #305006) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) * ``Tree.path_content_summary`` may return a size of None, when called on a tree with content filtering where the size of the canonical form cannot be cheaply determined. (Martin Pool)
2009-10-11 20:36:00 +02:00
${PYSITELIB}/bzrlib/tests/test_crash.py
${PYSITELIB}/bzrlib/tests/test_crash.pyc
${PYSITELIB}/bzrlib/tests/test_crash.pyo
${PYSITELIB}/bzrlib/tests/test_debug.py
${PYSITELIB}/bzrlib/tests/test_debug.pyc
${PYSITELIB}/bzrlib/tests/test_debug.pyo
${PYSITELIB}/bzrlib/tests/test_decorators.py
${PYSITELIB}/bzrlib/tests/test_decorators.pyc
${PYSITELIB}/bzrlib/tests/test_decorators.pyo
${PYSITELIB}/bzrlib/tests/test_delta.py
${PYSITELIB}/bzrlib/tests/test_delta.pyc
${PYSITELIB}/bzrlib/tests/test_delta.pyo
${PYSITELIB}/bzrlib/tests/test_diff.py
${PYSITELIB}/bzrlib/tests/test_diff.pyc
${PYSITELIB}/bzrlib/tests/test_diff.pyo
${PYSITELIB}/bzrlib/tests/test_directory_service.py
${PYSITELIB}/bzrlib/tests/test_directory_service.pyc
${PYSITELIB}/bzrlib/tests/test_directory_service.pyo
${PYSITELIB}/bzrlib/tests/test_dirstate.py
${PYSITELIB}/bzrlib/tests/test_dirstate.pyc
${PYSITELIB}/bzrlib/tests/test_dirstate.pyo
${PYSITELIB}/bzrlib/tests/test_email_message.py
${PYSITELIB}/bzrlib/tests/test_email_message.pyc
${PYSITELIB}/bzrlib/tests/test_email_message.pyo
${PYSITELIB}/bzrlib/tests/test_eol_filters.py
${PYSITELIB}/bzrlib/tests/test_eol_filters.pyc
${PYSITELIB}/bzrlib/tests/test_eol_filters.pyo
${PYSITELIB}/bzrlib/tests/test_errors.py
${PYSITELIB}/bzrlib/tests/test_errors.pyc
${PYSITELIB}/bzrlib/tests/test_errors.pyo
${PYSITELIB}/bzrlib/tests/test_estimate_compressed_size.py
${PYSITELIB}/bzrlib/tests/test_estimate_compressed_size.pyc
${PYSITELIB}/bzrlib/tests/test_estimate_compressed_size.pyo
${PYSITELIB}/bzrlib/tests/test_export.py
${PYSITELIB}/bzrlib/tests/test_export.pyc
${PYSITELIB}/bzrlib/tests/test_export.pyo
${PYSITELIB}/bzrlib/tests/test_export_pot.py
${PYSITELIB}/bzrlib/tests/test_export_pot.pyc
${PYSITELIB}/bzrlib/tests/test_export_pot.pyo
${PYSITELIB}/bzrlib/tests/test_extract.py
${PYSITELIB}/bzrlib/tests/test_extract.pyc
${PYSITELIB}/bzrlib/tests/test_extract.pyo
${PYSITELIB}/bzrlib/tests/test_features.py
${PYSITELIB}/bzrlib/tests/test_features.pyc
${PYSITELIB}/bzrlib/tests/test_features.pyo
${PYSITELIB}/bzrlib/tests/test_fetch.py
${PYSITELIB}/bzrlib/tests/test_fetch.pyc
${PYSITELIB}/bzrlib/tests/test_fetch.pyo
${PYSITELIB}/bzrlib/tests/test_fifo_cache.py
${PYSITELIB}/bzrlib/tests/test_fifo_cache.pyc
${PYSITELIB}/bzrlib/tests/test_fifo_cache.pyo
${PYSITELIB}/bzrlib/tests/test_filter_tree.py
${PYSITELIB}/bzrlib/tests/test_filter_tree.pyc
${PYSITELIB}/bzrlib/tests/test_filter_tree.pyo
${PYSITELIB}/bzrlib/tests/test_filters.py
${PYSITELIB}/bzrlib/tests/test_filters.pyc
${PYSITELIB}/bzrlib/tests/test_filters.pyo
${PYSITELIB}/bzrlib/tests/test_fixtures.py
${PYSITELIB}/bzrlib/tests/test_fixtures.pyc
${PYSITELIB}/bzrlib/tests/test_fixtures.pyo
${PYSITELIB}/bzrlib/tests/test_foreign.py
${PYSITELIB}/bzrlib/tests/test_foreign.pyc
${PYSITELIB}/bzrlib/tests/test_foreign.pyo
${PYSITELIB}/bzrlib/tests/test_ftp_transport.py
${PYSITELIB}/bzrlib/tests/test_ftp_transport.pyc
${PYSITELIB}/bzrlib/tests/test_ftp_transport.pyo
${PYSITELIB}/bzrlib/tests/test_generate_docs.py
${PYSITELIB}/bzrlib/tests/test_generate_docs.pyc
${PYSITELIB}/bzrlib/tests/test_generate_docs.pyo
${PYSITELIB}/bzrlib/tests/test_generate_ids.py
${PYSITELIB}/bzrlib/tests/test_generate_ids.pyc
${PYSITELIB}/bzrlib/tests/test_generate_ids.pyo
${PYSITELIB}/bzrlib/tests/test_globbing.py
${PYSITELIB}/bzrlib/tests/test_globbing.pyc
${PYSITELIB}/bzrlib/tests/test_globbing.pyo
${PYSITELIB}/bzrlib/tests/test_gpg.py
${PYSITELIB}/bzrlib/tests/test_gpg.pyc
${PYSITELIB}/bzrlib/tests/test_gpg.pyo
${PYSITELIB}/bzrlib/tests/test_graph.py
${PYSITELIB}/bzrlib/tests/test_graph.pyc
${PYSITELIB}/bzrlib/tests/test_graph.pyo
${PYSITELIB}/bzrlib/tests/test_groupcompress.py
${PYSITELIB}/bzrlib/tests/test_groupcompress.pyc
${PYSITELIB}/bzrlib/tests/test_groupcompress.pyo
${PYSITELIB}/bzrlib/tests/test_hashcache.py
${PYSITELIB}/bzrlib/tests/test_hashcache.pyc
${PYSITELIB}/bzrlib/tests/test_hashcache.pyo
${PYSITELIB}/bzrlib/tests/test_help.py
${PYSITELIB}/bzrlib/tests/test_help.pyc
${PYSITELIB}/bzrlib/tests/test_help.pyo
${PYSITELIB}/bzrlib/tests/test_hooks.py
${PYSITELIB}/bzrlib/tests/test_hooks.pyc
${PYSITELIB}/bzrlib/tests/test_hooks.pyo
${PYSITELIB}/bzrlib/tests/test_http.py
${PYSITELIB}/bzrlib/tests/test_http.pyc
${PYSITELIB}/bzrlib/tests/test_http.pyo
${PYSITELIB}/bzrlib/tests/test_http_response.py
${PYSITELIB}/bzrlib/tests/test_http_response.pyc
${PYSITELIB}/bzrlib/tests/test_http_response.pyo
${PYSITELIB}/bzrlib/tests/test_https_ca_bundle.py
${PYSITELIB}/bzrlib/tests/test_https_ca_bundle.pyc
${PYSITELIB}/bzrlib/tests/test_https_ca_bundle.pyo
${PYSITELIB}/bzrlib/tests/test_https_urllib.py
${PYSITELIB}/bzrlib/tests/test_https_urllib.pyc
${PYSITELIB}/bzrlib/tests/test_https_urllib.pyo
${PYSITELIB}/bzrlib/tests/test_i18n.py
${PYSITELIB}/bzrlib/tests/test_i18n.pyc
${PYSITELIB}/bzrlib/tests/test_i18n.pyo
${PYSITELIB}/bzrlib/tests/test_identitymap.py
${PYSITELIB}/bzrlib/tests/test_identitymap.pyc
${PYSITELIB}/bzrlib/tests/test_identitymap.pyo
${PYSITELIB}/bzrlib/tests/test_ignores.py
${PYSITELIB}/bzrlib/tests/test_ignores.pyc
${PYSITELIB}/bzrlib/tests/test_ignores.pyo
${PYSITELIB}/bzrlib/tests/test_import_tariff.py
${PYSITELIB}/bzrlib/tests/test_import_tariff.pyc
${PYSITELIB}/bzrlib/tests/test_import_tariff.pyo
${PYSITELIB}/bzrlib/tests/test_index.py
${PYSITELIB}/bzrlib/tests/test_index.pyc
${PYSITELIB}/bzrlib/tests/test_index.pyo
${PYSITELIB}/bzrlib/tests/test_info.py
${PYSITELIB}/bzrlib/tests/test_info.pyc
${PYSITELIB}/bzrlib/tests/test_info.pyo
${PYSITELIB}/bzrlib/tests/test_inv.py
${PYSITELIB}/bzrlib/tests/test_inv.pyc
${PYSITELIB}/bzrlib/tests/test_inv.pyo
${PYSITELIB}/bzrlib/tests/test_inventory_delta.py
${PYSITELIB}/bzrlib/tests/test_inventory_delta.pyc
${PYSITELIB}/bzrlib/tests/test_inventory_delta.pyo
${PYSITELIB}/bzrlib/tests/test_knit.py
${PYSITELIB}/bzrlib/tests/test_knit.pyc
${PYSITELIB}/bzrlib/tests/test_knit.pyo
${PYSITELIB}/bzrlib/tests/test_lazy_import.py
${PYSITELIB}/bzrlib/tests/test_lazy_import.pyc
${PYSITELIB}/bzrlib/tests/test_lazy_import.pyo
${PYSITELIB}/bzrlib/tests/test_lazy_regex.py
${PYSITELIB}/bzrlib/tests/test_lazy_regex.pyc
${PYSITELIB}/bzrlib/tests/test_lazy_regex.pyo
${PYSITELIB}/bzrlib/tests/test_library_state.py
${PYSITELIB}/bzrlib/tests/test_library_state.pyc
${PYSITELIB}/bzrlib/tests/test_library_state.pyo
bzr 2.0.0 ######### :2.0.0: 2009-09-22 :Codename: Instant Karma This release of Bazaar makes the 2a (previously 'brisbane-core') format the default when new branches or repositories are created. This format is substantially smaller and faster for many operations. Most of the work in this release focuses on bug fixes and stabilization, covering both 2a and previous formats. (See the Upgrade Guide for information on migrating existing projects.) This release also improves the documentation content and presentation, including adding Windows HtmlHelp manuals. The Bazaar team decided that 2.0 will be a long-term supported release, with bugfix-only 2.0.x releases based on it, continuing for at least six months or until the following stable release. Changes from 2.0.0rc2 to final ****************************** * Officially branded as 2.0.0 rather than 2.0 to clarify between things that "want to happen on the 2.0.x stable series" versus things that want to "land in 2.0.0". (Changes how bzrlib._format_version_tuple() handles micro = 0.) (John Arbash Meinel) bzr 2.0.0rc2 ############ :2.0.0rc2: 2009-09-10 New Features ************ * Added post_commit hook for mutable trees. This allows the keywords plugin to expand keywords on files changed by the commit. (Ian Clatworthy, #408841) Bug Fixes ********* * Bazaar's native protocol code now correctly handles EINTR, which most noticeably occurs if you break in to the debugger while connected to a bzr+ssh server. You can now can continue from the debugger (by typing 'c') and the process continues. However, note that pressing C-\ in the shell may still kill the SSH process, which is bug 162509, so you must sent a signal to the bzr process specifically, for example by typing ``kill -QUIT PID`` in another shell. (Martin Pool, #341535) * ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)`` (Robert Collins, #416732) * ``bzr info -v`` on a 2a format still claimed that it was a "Development format" (John Arbash Meinel, #424392) * ``bzr log stacked-branch`` shows the full log including revisions that are in the fallback repository. (Regressed in 2.0rc1). (John Arbash Meinel, #419241) * Clearer message when Bazaar runs out of memory, instead of a ``MemoryError`` traceback. (Martin Pool, #109115) * Conversion to 2a will create a single pack for all the new revisions (as long as it ran without interruption). This improves both ``bzr upgrade`` and ``bzr pull`` or ``bzr merge`` from local branches in older formats. The autopack logic that occurs every 100 revisions during local conversions was not returning that pack's identifier, which resulted in the partial packs created during the conversion not being consolidated at the end of the conversion process. (Robert Collins, #423818) * Fetches from 2a to 2a are now again requested in 'groupcompress' order. Groups that are seen as 'underutilized' will be repacked on-the-fly. This means that when the source is fully packed, there is minimal overhead during the fetch, but if the source is poorly packed the result is a fairly well packed repository (not as good as 'bzr pack' but good-enough.) (Robert Collins, John Arbash Meinel, #402652) * Fix a potential segmentation fault when doing 'log' of a branch that had ghosts in its mainline. (Evaluating None as a tuple is bad.) (John Arbash Meinel, #419241) * Fix a segmentation fault when computing the ``merge_sort`` of a graph that has a ghost in the mainline ancestry. (John Arbash Meinel, #419241) * ``groupcompress`` sort order is now more stable, rather than relying on ``topo_sort`` ordering. The implementation is now ``KnownGraph.gc_sort``. (John Arbash Meinel) * Local data conversion will generate correct deltas. This is a critical bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before converting repositories. (Robert Collins, #422849) * Network streams now decode adjacent records of the same type into a single stream, reducing layering churn. (Robert Collins) * Prevent some kinds of incomplete data from being committed to a 2a repository, such as revisions without inventories, a missing chk_bytes record for an inventory, or a missing text referenced by an inventory. (Andrew Bennetts, #423506, #406687) Documentation ************* * Fix assertion error about "_remember_remote_is_before" when pushing to older smart servers. (Andrew Bennetts, #418931) * Help on hooks no longer says 'Not deprecated' for hooks that are currently supported. (Ian Clatworthy, #422415) * PDF and CHM (Windows HtmlHelp) formats are now supported for the user documentation. The HTML documentation is better broken up into topics. (Ian Clatworthy) * The developer and foreign language documents are now separated out so that searching in the HTML and CHM files produces more useful results. (Ian Clatworthy) * The main table of contents now provides links to the new Migration Docs and Plugins Guide. (Ian Clatworthy) bzr 2.0.0rc1 ############ :Codename: no worries :2.0.0rc1: 2009-08-26 Compatibility Breaks ******************** * The default format for bzr is now ``2a``. This format brings many significant performance and size improvements. bzr can pull from any existing repository into a ``2a`` one, but can only transfer from ``2a`` into ``rich-root`` repositories. The Upgrade guide has more information about this change. (Robert Collins) * On Windows auto-detection of Putty's plink.exe is disabled. Default SSH client for Windows is paramiko. User still can force usage of plink if explicitly set environment variable BZR_SSH=plink. (#414743, Alexander Belchenko) New Features ************ * ``bzr branch --switch`` can now switch the checkout in the current directory to the newly created branch. (Lukáš Lalinský) Bug Fixes ********* * Fetches were being requested in 'groupcompress' order, but weren't recombining the groups. Thus they would 'fragment' to get the correct order, but not 'recombine' to actually benefit from it. Until we get recombining to work, switching to 'unordered' fetches avoids the fragmentation. (John Arbash Meinel, #402645) * Fix a pycurl related test failure on karmic by recognizing an error raised by newer versions of pycurl. (Vincent Ladeuil, #306264) * Fix a test failure on karmic by making a locale test more robust. (Vincent Ladeuil, #413514) * Fix IndexError printing CannotBindAddress errors. (Martin Pool, #286871) * Fix "Revision ... not present" errors when upgrading stacked branches, or when doing fetches from a stacked source to a stacked target. (Andrew Bennetts, #399140) * ``bzr branch`` of 2a repositories over HTTP is much faster. bzr now batches together small fetches from 2a repositories, rather than fetching only a few hundred bytes at a time. (Andrew Bennetts, #402657) Improvements ************ * A better description of the platform is shown in crash tracebacks, ``bzr --version`` and ``bzr selftest``. (Martin Pool, #409137) * bzr can now (again) capture crash data through the apport library, so that a single human-readable file can be attached to bug reports. This can be disabled by using ``-Dno_apport`` on the command line, or by putting ``no_apport`` into the ``debug_flags`` section of ``bazaar.conf``. (Martin Pool, Robert Collins, #389328) * ``bzr push`` locally on windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on windows. (Robert Collins, #305006) * Commit of specific files no longer prevents using the the iter_changes codepath. On 2a repositories, commit of specific files should now be as fast, or slightly faster, than a full commit. (Robert Collins) * The internal core code that handles specific file operations like ``bzr st FILENAME`` or ``bzr commit FILENAME`` has been changed to include the parent directories if they have altered, and when a directory stops being a directory its children are always included. This fixes a number of causes for ``InconsistentDelta`` errors, and permits faster commit of specific paths. (Robert Collins, #347649) Documentation ************* * New developer documentation for content filtering. (Martin Pool) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) Internals ********* Testing ******* bzr 1.18.1 ########## :Codename: nein nein nein! :1.18.1: 2009-09-09 This release fixes two small but worthwhile bugs relevant to users on Microsoft Windows: some commands that failed on with locking errors will now work, and a bug that caused poor performance after committing a file with line-ending conversion has now been fixed. It also fixes a bug in pushing to older servers. Bug Fixes ********* * Fixed a problem where using content filtering and especially end-of-line conversion will commit too many copies a file. (Martin Pool, #415508) * Fix assertion error about ``_remember_remote_is_before`` in ``set_tags_bytes`` when pushing to older smart servers. (Andrew Bennetts, Alexander Belchenko, #418931) Improvements ************ * ``bzr push`` locally on Windows will no longer give a locking error with dirstate based formats. (Robert Collins) * ``bzr shelve`` and ``bzr unshelve`` now work on Windows. (Robert Collins, #305006) API Changes *********** * ``bzrlib.shelf_ui`` has had the ``from_args`` convenience methods of its classes changed to manage lock lifetime of the trees they open in a way consistent with reader-exclusive locks. (Robert Collins, #305006) * ``Tree.path_content_summary`` may return a size of None, when called on a tree with content filtering where the size of the canonical form cannot be cheaply determined. (Martin Pool)
2009-10-11 20:36:00 +02:00
${PYSITELIB}/bzrlib/tests/test_lock.py
${PYSITELIB}/bzrlib/tests/test_lock.pyc
${PYSITELIB}/bzrlib/tests/test_lock.pyo
${PYSITELIB}/bzrlib/tests/test_lockable_files.py
${PYSITELIB}/bzrlib/tests/test_lockable_files.pyc
${PYSITELIB}/bzrlib/tests/test_lockable_files.pyo
${PYSITELIB}/bzrlib/tests/test_lockdir.py
${PYSITELIB}/bzrlib/tests/test_lockdir.pyc
${PYSITELIB}/bzrlib/tests/test_lockdir.pyo
${PYSITELIB}/bzrlib/tests/test_log.py
${PYSITELIB}/bzrlib/tests/test_log.pyc
${PYSITELIB}/bzrlib/tests/test_log.pyo
${PYSITELIB}/bzrlib/tests/test_lru_cache.py
${PYSITELIB}/bzrlib/tests/test_lru_cache.pyc
${PYSITELIB}/bzrlib/tests/test_lru_cache.pyo
${PYSITELIB}/bzrlib/tests/test_lsprof.py
${PYSITELIB}/bzrlib/tests/test_lsprof.pyc
${PYSITELIB}/bzrlib/tests/test_lsprof.pyo
${PYSITELIB}/bzrlib/tests/test_mail_client.py
${PYSITELIB}/bzrlib/tests/test_mail_client.pyc
${PYSITELIB}/bzrlib/tests/test_mail_client.pyo
${PYSITELIB}/bzrlib/tests/test_matchers.py
${PYSITELIB}/bzrlib/tests/test_matchers.pyc
${PYSITELIB}/bzrlib/tests/test_matchers.pyo
${PYSITELIB}/bzrlib/tests/test_memorytree.py
${PYSITELIB}/bzrlib/tests/test_memorytree.pyc
${PYSITELIB}/bzrlib/tests/test_memorytree.pyo
${PYSITELIB}/bzrlib/tests/test_merge.py
${PYSITELIB}/bzrlib/tests/test_merge.pyc
${PYSITELIB}/bzrlib/tests/test_merge.pyo
${PYSITELIB}/bzrlib/tests/test_merge3.py
${PYSITELIB}/bzrlib/tests/test_merge3.pyc
${PYSITELIB}/bzrlib/tests/test_merge3.pyo
${PYSITELIB}/bzrlib/tests/test_merge_core.py
${PYSITELIB}/bzrlib/tests/test_merge_core.pyc
${PYSITELIB}/bzrlib/tests/test_merge_core.pyo
${PYSITELIB}/bzrlib/tests/test_merge_directive.py
${PYSITELIB}/bzrlib/tests/test_merge_directive.pyc
${PYSITELIB}/bzrlib/tests/test_merge_directive.pyo
${PYSITELIB}/bzrlib/tests/test_mergetools.py
${PYSITELIB}/bzrlib/tests/test_mergetools.pyc
${PYSITELIB}/bzrlib/tests/test_mergetools.pyo
${PYSITELIB}/bzrlib/tests/test_missing.py
${PYSITELIB}/bzrlib/tests/test_missing.pyc
${PYSITELIB}/bzrlib/tests/test_missing.pyo
${PYSITELIB}/bzrlib/tests/test_msgeditor.py
${PYSITELIB}/bzrlib/tests/test_msgeditor.pyc
${PYSITELIB}/bzrlib/tests/test_msgeditor.pyo
${PYSITELIB}/bzrlib/tests/test_multiparent.py
${PYSITELIB}/bzrlib/tests/test_multiparent.pyc
${PYSITELIB}/bzrlib/tests/test_multiparent.pyo
${PYSITELIB}/bzrlib/tests/test_mutabletree.py
${PYSITELIB}/bzrlib/tests/test_mutabletree.pyc
${PYSITELIB}/bzrlib/tests/test_mutabletree.pyo
${PYSITELIB}/bzrlib/tests/test_nonascii.py
${PYSITELIB}/bzrlib/tests/test_nonascii.pyc
${PYSITELIB}/bzrlib/tests/test_nonascii.pyo
${PYSITELIB}/bzrlib/tests/test_options.py
${PYSITELIB}/bzrlib/tests/test_options.pyc
${PYSITELIB}/bzrlib/tests/test_options.pyo
${PYSITELIB}/bzrlib/tests/test_osutils.py
${PYSITELIB}/bzrlib/tests/test_osutils.pyc
${PYSITELIB}/bzrlib/tests/test_osutils.pyo
${PYSITELIB}/bzrlib/tests/test_osutils_encodings.py
${PYSITELIB}/bzrlib/tests/test_osutils_encodings.pyc
${PYSITELIB}/bzrlib/tests/test_osutils_encodings.pyo
${PYSITELIB}/bzrlib/tests/test_pack.py
${PYSITELIB}/bzrlib/tests/test_pack.pyc
${PYSITELIB}/bzrlib/tests/test_pack.pyo
${PYSITELIB}/bzrlib/tests/test_patch.py
${PYSITELIB}/bzrlib/tests/test_patch.pyc
${PYSITELIB}/bzrlib/tests/test_patch.pyo
${PYSITELIB}/bzrlib/tests/test_patches.py
${PYSITELIB}/bzrlib/tests/test_patches.pyc
${PYSITELIB}/bzrlib/tests/test_patches.pyo
Update to 2.0.3: bzr 2.0.3 ######### :Codename: little italy :2.0.3: 2009-12-14 The third stable release of Bazaar has a small handful of bugfixes. As expected, this has no internal or external compatibility changes versus 2.0.2 (or 2.0.0). Bug Fixes ********* * ``bzr push --use-existing-dir`` no longer crashes if the directory exists but contains an invalid ``.bzr`` directory. (Andrew Bennetts, #423563) * Content filters are now applied correctly after pull, merge and switch. (Ian Clatworthy, #385879) * Fix a potential segfault in the groupcompress hash map handling code. When inserting new entries, if the final hash bucket was empty, we could end up trying to access if ``(last_entry+1)->ptr == NULL``. (John Arbash Meinel, #490228) * Improve "Binary files differ" hunk handling. (Aaron Bentley, #436325) bzr 2.0.2 ######### :Codename: after the scare :2.0.2: 2009-11-02 The second in our "let's keep the stable bugfixes flowing" series. As expected this has a few (~9) bugfixes relative to 2.0.1, and no major api changes or features. Bug Fixes ********* * Avoid "NoneType has no attribute st_mode" error when files disappear from a directory while it's being read. (Martin Pool, #446033) * Content filters are now applied correctly after revert. (Ian Clatworthy) * Diff parsing handles "Binary files differ" hunks. (Aaron Bentley, #436325) * Fetching from stacked pre-2a repository via a smart server no longer fails intermittently with "second push failed to complete". (Andrew Bennetts, #437626) * Fix typos left after test_selftest refactoring. (Vincent Ladeuil, Matt Nordhoff, #461149) * Fixed ``ObjectNotLocked`` errors during ``bzr log -r NNN somefile``. (Andrew Bennetts, #445171) * PreviewTree file names are not limited by the encoding of the temp directory's filesystem. (Aaron Bentley, #436794) Improvements ************ * ``bzr log`` now read-locks branches exactly once, so makes better use of data caches. (Andrew Bennetts) Documentation ************* * Filtered views user documentation upgraded to refer to format 2a instead of pre-2.0 formats. (Ian Clatworthy)
2010-02-16 12:27:27 +01:00
${PYSITELIB}/bzrlib/tests/test_patches_data/binary-after-normal.patch
${PYSITELIB}/bzrlib/tests/test_patches_data/binary.patch
${PYSITELIB}/bzrlib/tests/test_patches_data/diff
${PYSITELIB}/bzrlib/tests/test_patches_data/diff-2
${PYSITELIB}/bzrlib/tests/test_patches_data/diff-3
${PYSITELIB}/bzrlib/tests/test_patches_data/diff-4
${PYSITELIB}/bzrlib/tests/test_patches_data/diff-5
${PYSITELIB}/bzrlib/tests/test_patches_data/diff-6
${PYSITELIB}/bzrlib/tests/test_patches_data/diff-7
${PYSITELIB}/bzrlib/tests/test_patches_data/insert_top.patch
${PYSITELIB}/bzrlib/tests/test_patches_data/mod
${PYSITELIB}/bzrlib/tests/test_patches_data/mod-2
${PYSITELIB}/bzrlib/tests/test_patches_data/mod-3
${PYSITELIB}/bzrlib/tests/test_patches_data/mod-4
${PYSITELIB}/bzrlib/tests/test_patches_data/mod-5
${PYSITELIB}/bzrlib/tests/test_patches_data/mod-6
${PYSITELIB}/bzrlib/tests/test_patches_data/mod-7
${PYSITELIB}/bzrlib/tests/test_patches_data/orig
${PYSITELIB}/bzrlib/tests/test_patches_data/orig-2
${PYSITELIB}/bzrlib/tests/test_patches_data/orig-3
${PYSITELIB}/bzrlib/tests/test_patches_data/orig-4
${PYSITELIB}/bzrlib/tests/test_patches_data/orig-5
${PYSITELIB}/bzrlib/tests/test_patches_data/orig-6
${PYSITELIB}/bzrlib/tests/test_patches_data/orig-7
${PYSITELIB}/bzrlib/tests/test_patches_data/patchtext.patch
${PYSITELIB}/bzrlib/tests/test_permissions.py
${PYSITELIB}/bzrlib/tests/test_permissions.pyc
${PYSITELIB}/bzrlib/tests/test_permissions.pyo
${PYSITELIB}/bzrlib/tests/test_plugins.py
${PYSITELIB}/bzrlib/tests/test_plugins.pyc
${PYSITELIB}/bzrlib/tests/test_plugins.pyo
${PYSITELIB}/bzrlib/tests/test_progress.py
${PYSITELIB}/bzrlib/tests/test_progress.pyc
${PYSITELIB}/bzrlib/tests/test_progress.pyo
${PYSITELIB}/bzrlib/tests/test_pyutils.py
${PYSITELIB}/bzrlib/tests/test_pyutils.pyc
${PYSITELIB}/bzrlib/tests/test_pyutils.pyo
${PYSITELIB}/bzrlib/tests/test_read_bundle.py
${PYSITELIB}/bzrlib/tests/test_read_bundle.pyc
${PYSITELIB}/bzrlib/tests/test_read_bundle.pyo
${PYSITELIB}/bzrlib/tests/test_reconcile.py
${PYSITELIB}/bzrlib/tests/test_reconcile.pyc
${PYSITELIB}/bzrlib/tests/test_reconcile.pyo
${PYSITELIB}/bzrlib/tests/test_reconfigure.py
${PYSITELIB}/bzrlib/tests/test_reconfigure.pyc
${PYSITELIB}/bzrlib/tests/test_reconfigure.pyo
${PYSITELIB}/bzrlib/tests/test_registry.py
${PYSITELIB}/bzrlib/tests/test_registry.pyc
${PYSITELIB}/bzrlib/tests/test_registry.pyo
${PYSITELIB}/bzrlib/tests/test_remote.py
${PYSITELIB}/bzrlib/tests/test_remote.pyc
${PYSITELIB}/bzrlib/tests/test_remote.pyo
${PYSITELIB}/bzrlib/tests/test_rename_map.py
${PYSITELIB}/bzrlib/tests/test_rename_map.pyc
${PYSITELIB}/bzrlib/tests/test_rename_map.pyo
${PYSITELIB}/bzrlib/tests/test_repository.py
${PYSITELIB}/bzrlib/tests/test_repository.pyc
${PYSITELIB}/bzrlib/tests/test_repository.pyo
${PYSITELIB}/bzrlib/tests/test_revert.py
${PYSITELIB}/bzrlib/tests/test_revert.pyc
${PYSITELIB}/bzrlib/tests/test_revert.pyo
${PYSITELIB}/bzrlib/tests/test_revision.py
${PYSITELIB}/bzrlib/tests/test_revision.pyc
${PYSITELIB}/bzrlib/tests/test_revision.pyo
${PYSITELIB}/bzrlib/tests/test_revisionspec.py
${PYSITELIB}/bzrlib/tests/test_revisionspec.pyc
${PYSITELIB}/bzrlib/tests/test_revisionspec.pyo
${PYSITELIB}/bzrlib/tests/test_revisiontree.py
${PYSITELIB}/bzrlib/tests/test_revisiontree.pyc
${PYSITELIB}/bzrlib/tests/test_revisiontree.pyo
${PYSITELIB}/bzrlib/tests/test_rio.py
${PYSITELIB}/bzrlib/tests/test_rio.pyc
${PYSITELIB}/bzrlib/tests/test_rio.pyo
${PYSITELIB}/bzrlib/tests/test_rules.py
${PYSITELIB}/bzrlib/tests/test_rules.pyc
${PYSITELIB}/bzrlib/tests/test_rules.pyo
${PYSITELIB}/bzrlib/tests/test_sampler.py
${PYSITELIB}/bzrlib/tests/test_sampler.pyc
${PYSITELIB}/bzrlib/tests/test_sampler.pyo
${PYSITELIB}/bzrlib/tests/test_scenarios.py
${PYSITELIB}/bzrlib/tests/test_scenarios.pyc
${PYSITELIB}/bzrlib/tests/test_scenarios.pyo
${PYSITELIB}/bzrlib/tests/test_script.py
${PYSITELIB}/bzrlib/tests/test_script.pyc
${PYSITELIB}/bzrlib/tests/test_script.pyo
${PYSITELIB}/bzrlib/tests/test_selftest.py
${PYSITELIB}/bzrlib/tests/test_selftest.pyc
${PYSITELIB}/bzrlib/tests/test_selftest.pyo
${PYSITELIB}/bzrlib/tests/test_serializer.py
${PYSITELIB}/bzrlib/tests/test_serializer.pyc
${PYSITELIB}/bzrlib/tests/test_serializer.pyo
${PYSITELIB}/bzrlib/tests/test_server.py
${PYSITELIB}/bzrlib/tests/test_server.pyc
${PYSITELIB}/bzrlib/tests/test_server.pyo
${PYSITELIB}/bzrlib/tests/test_setup.py
${PYSITELIB}/bzrlib/tests/test_setup.pyc
${PYSITELIB}/bzrlib/tests/test_setup.pyo
${PYSITELIB}/bzrlib/tests/test_sftp_transport.py
${PYSITELIB}/bzrlib/tests/test_sftp_transport.pyc
${PYSITELIB}/bzrlib/tests/test_sftp_transport.pyo
${PYSITELIB}/bzrlib/tests/test_shelf.py
${PYSITELIB}/bzrlib/tests/test_shelf.pyc
${PYSITELIB}/bzrlib/tests/test_shelf.pyo
${PYSITELIB}/bzrlib/tests/test_shelf_ui.py
${PYSITELIB}/bzrlib/tests/test_shelf_ui.pyc
${PYSITELIB}/bzrlib/tests/test_shelf_ui.pyo
${PYSITELIB}/bzrlib/tests/test_smart.py
${PYSITELIB}/bzrlib/tests/test_smart.pyc
${PYSITELIB}/bzrlib/tests/test_smart.pyo
${PYSITELIB}/bzrlib/tests/test_smart_add.py
${PYSITELIB}/bzrlib/tests/test_smart_add.pyc
${PYSITELIB}/bzrlib/tests/test_smart_add.pyo
${PYSITELIB}/bzrlib/tests/test_smart_request.py
${PYSITELIB}/bzrlib/tests/test_smart_request.pyc
${PYSITELIB}/bzrlib/tests/test_smart_request.pyo
${PYSITELIB}/bzrlib/tests/test_smart_signals.py
${PYSITELIB}/bzrlib/tests/test_smart_signals.pyc
${PYSITELIB}/bzrlib/tests/test_smart_signals.pyo
${PYSITELIB}/bzrlib/tests/test_smart_transport.py
${PYSITELIB}/bzrlib/tests/test_smart_transport.pyc
${PYSITELIB}/bzrlib/tests/test_smart_transport.pyo
${PYSITELIB}/bzrlib/tests/test_smtp_connection.py
${PYSITELIB}/bzrlib/tests/test_smtp_connection.pyc
${PYSITELIB}/bzrlib/tests/test_smtp_connection.pyo
${PYSITELIB}/bzrlib/tests/test_source.py
${PYSITELIB}/bzrlib/tests/test_source.pyc
${PYSITELIB}/bzrlib/tests/test_source.pyo
${PYSITELIB}/bzrlib/tests/test_ssh_transport.py
${PYSITELIB}/bzrlib/tests/test_ssh_transport.pyc
${PYSITELIB}/bzrlib/tests/test_ssh_transport.pyo
${PYSITELIB}/bzrlib/tests/test_status.py
${PYSITELIB}/bzrlib/tests/test_status.pyc
${PYSITELIB}/bzrlib/tests/test_status.pyo
${PYSITELIB}/bzrlib/tests/test_store.py
${PYSITELIB}/bzrlib/tests/test_store.pyc
${PYSITELIB}/bzrlib/tests/test_store.pyo
${PYSITELIB}/bzrlib/tests/test_strace.py
${PYSITELIB}/bzrlib/tests/test_strace.pyc
${PYSITELIB}/bzrlib/tests/test_strace.pyo
${PYSITELIB}/bzrlib/tests/test_subsume.py
${PYSITELIB}/bzrlib/tests/test_subsume.pyc
${PYSITELIB}/bzrlib/tests/test_subsume.pyo
${PYSITELIB}/bzrlib/tests/test_switch.py
${PYSITELIB}/bzrlib/tests/test_switch.pyc
${PYSITELIB}/bzrlib/tests/test_switch.pyo
${PYSITELIB}/bzrlib/tests/test_symbol_versioning.py
${PYSITELIB}/bzrlib/tests/test_symbol_versioning.pyc
${PYSITELIB}/bzrlib/tests/test_symbol_versioning.pyo
${PYSITELIB}/bzrlib/tests/test_tag.py
${PYSITELIB}/bzrlib/tests/test_tag.pyc
${PYSITELIB}/bzrlib/tests/test_tag.pyo
${PYSITELIB}/bzrlib/tests/test_test_server.py
${PYSITELIB}/bzrlib/tests/test_test_server.pyc
${PYSITELIB}/bzrlib/tests/test_test_server.pyo
${PYSITELIB}/bzrlib/tests/test_testament.py
${PYSITELIB}/bzrlib/tests/test_testament.pyc
${PYSITELIB}/bzrlib/tests/test_testament.pyo
${PYSITELIB}/bzrlib/tests/test_textfile.py
${PYSITELIB}/bzrlib/tests/test_textfile.pyc
${PYSITELIB}/bzrlib/tests/test_textfile.pyo
${PYSITELIB}/bzrlib/tests/test_textmerge.py
${PYSITELIB}/bzrlib/tests/test_textmerge.pyc
${PYSITELIB}/bzrlib/tests/test_textmerge.pyo
${PYSITELIB}/bzrlib/tests/test_timestamp.py
${PYSITELIB}/bzrlib/tests/test_timestamp.pyc
${PYSITELIB}/bzrlib/tests/test_timestamp.pyo
${PYSITELIB}/bzrlib/tests/test_trace.py
${PYSITELIB}/bzrlib/tests/test_trace.pyc
${PYSITELIB}/bzrlib/tests/test_trace.pyo
${PYSITELIB}/bzrlib/tests/test_transactions.py
${PYSITELIB}/bzrlib/tests/test_transactions.pyc
${PYSITELIB}/bzrlib/tests/test_transactions.pyo
${PYSITELIB}/bzrlib/tests/test_transform.py
${PYSITELIB}/bzrlib/tests/test_transform.pyc
${PYSITELIB}/bzrlib/tests/test_transform.pyo
${PYSITELIB}/bzrlib/tests/test_transport.py
${PYSITELIB}/bzrlib/tests/test_transport.pyc
${PYSITELIB}/bzrlib/tests/test_transport.pyo
${PYSITELIB}/bzrlib/tests/test_transport_log.py
${PYSITELIB}/bzrlib/tests/test_transport_log.pyc
${PYSITELIB}/bzrlib/tests/test_transport_log.pyo
${PYSITELIB}/bzrlib/tests/test_tree.py
${PYSITELIB}/bzrlib/tests/test_tree.pyc
${PYSITELIB}/bzrlib/tests/test_tree.pyo
${PYSITELIB}/bzrlib/tests/test_treebuilder.py
${PYSITELIB}/bzrlib/tests/test_treebuilder.pyc
${PYSITELIB}/bzrlib/tests/test_treebuilder.pyo
${PYSITELIB}/bzrlib/tests/test_treeshape.py
${PYSITELIB}/bzrlib/tests/test_treeshape.pyc
${PYSITELIB}/bzrlib/tests/test_treeshape.pyo
${PYSITELIB}/bzrlib/tests/test_tsort.py
${PYSITELIB}/bzrlib/tests/test_tsort.pyc
${PYSITELIB}/bzrlib/tests/test_tsort.pyo
${PYSITELIB}/bzrlib/tests/test_tuned_gzip.py
${PYSITELIB}/bzrlib/tests/test_tuned_gzip.pyc
${PYSITELIB}/bzrlib/tests/test_tuned_gzip.pyo
${PYSITELIB}/bzrlib/tests/test_ui.py
${PYSITELIB}/bzrlib/tests/test_ui.pyc
${PYSITELIB}/bzrlib/tests/test_ui.pyo
${PYSITELIB}/bzrlib/tests/test_uncommit.py
${PYSITELIB}/bzrlib/tests/test_uncommit.pyc
${PYSITELIB}/bzrlib/tests/test_uncommit.pyo
${PYSITELIB}/bzrlib/tests/test_upgrade.py
${PYSITELIB}/bzrlib/tests/test_upgrade.pyc
${PYSITELIB}/bzrlib/tests/test_upgrade.pyo
${PYSITELIB}/bzrlib/tests/test_upgrade_stacked.py
${PYSITELIB}/bzrlib/tests/test_upgrade_stacked.pyc
${PYSITELIB}/bzrlib/tests/test_upgrade_stacked.pyo
${PYSITELIB}/bzrlib/tests/test_url_policy_open.py
${PYSITELIB}/bzrlib/tests/test_url_policy_open.pyc
${PYSITELIB}/bzrlib/tests/test_url_policy_open.pyo
${PYSITELIB}/bzrlib/tests/test_urlutils.py
${PYSITELIB}/bzrlib/tests/test_urlutils.pyc
${PYSITELIB}/bzrlib/tests/test_urlutils.pyo
${PYSITELIB}/bzrlib/tests/test_utextwrap.py
${PYSITELIB}/bzrlib/tests/test_utextwrap.pyc
${PYSITELIB}/bzrlib/tests/test_utextwrap.pyo
${PYSITELIB}/bzrlib/tests/test_version.py
${PYSITELIB}/bzrlib/tests/test_version.pyc
${PYSITELIB}/bzrlib/tests/test_version.pyo
${PYSITELIB}/bzrlib/tests/test_version_info.py
${PYSITELIB}/bzrlib/tests/test_version_info.pyc
${PYSITELIB}/bzrlib/tests/test_version_info.pyo
${PYSITELIB}/bzrlib/tests/test_versionedfile.py
${PYSITELIB}/bzrlib/tests/test_versionedfile.pyc
${PYSITELIB}/bzrlib/tests/test_versionedfile.pyo
${PYSITELIB}/bzrlib/tests/test_vf_search.py
${PYSITELIB}/bzrlib/tests/test_vf_search.pyc
${PYSITELIB}/bzrlib/tests/test_vf_search.pyo
${PYSITELIB}/bzrlib/tests/test_weave.py
${PYSITELIB}/bzrlib/tests/test_weave.pyc
${PYSITELIB}/bzrlib/tests/test_weave.pyo
${PYSITELIB}/bzrlib/tests/test_whitebox.py
${PYSITELIB}/bzrlib/tests/test_whitebox.pyc
${PYSITELIB}/bzrlib/tests/test_whitebox.pyo
${PYSITELIB}/bzrlib/tests/test_win32utils.py
${PYSITELIB}/bzrlib/tests/test_win32utils.pyc
${PYSITELIB}/bzrlib/tests/test_win32utils.pyo
${PYSITELIB}/bzrlib/tests/test_workingtree.py
${PYSITELIB}/bzrlib/tests/test_workingtree.pyc
${PYSITELIB}/bzrlib/tests/test_workingtree.pyo
${PYSITELIB}/bzrlib/tests/test_workingtree_4.py
${PYSITELIB}/bzrlib/tests/test_workingtree_4.pyc
${PYSITELIB}/bzrlib/tests/test_workingtree_4.pyo
${PYSITELIB}/bzrlib/tests/test_wsgi.py
${PYSITELIB}/bzrlib/tests/test_wsgi.pyc
${PYSITELIB}/bzrlib/tests/test_wsgi.pyo
${PYSITELIB}/bzrlib/tests/test_xml.py
${PYSITELIB}/bzrlib/tests/test_xml.pyc
${PYSITELIB}/bzrlib/tests/test_xml.pyo
${PYSITELIB}/bzrlib/tests/testui.py
${PYSITELIB}/bzrlib/tests/testui.pyc
${PYSITELIB}/bzrlib/tests/testui.pyo
${PYSITELIB}/bzrlib/tests/transport_util.py
${PYSITELIB}/bzrlib/tests/transport_util.pyc
${PYSITELIB}/bzrlib/tests/transport_util.pyo
${PYSITELIB}/bzrlib/tests/treeshape.py
${PYSITELIB}/bzrlib/tests/treeshape.pyc
${PYSITELIB}/bzrlib/tests/treeshape.pyo
${PYSITELIB}/bzrlib/textfile.py
${PYSITELIB}/bzrlib/textfile.pyc
${PYSITELIB}/bzrlib/textfile.pyo
${PYSITELIB}/bzrlib/textinv.py
${PYSITELIB}/bzrlib/textinv.pyc
${PYSITELIB}/bzrlib/textinv.pyo
${PYSITELIB}/bzrlib/textmerge.py
${PYSITELIB}/bzrlib/textmerge.pyc
${PYSITELIB}/bzrlib/textmerge.pyo
${PYSITELIB}/bzrlib/timestamp.py
${PYSITELIB}/bzrlib/timestamp.pyc
${PYSITELIB}/bzrlib/timestamp.pyo
${PYSITELIB}/bzrlib/trace.py
${PYSITELIB}/bzrlib/trace.pyc
${PYSITELIB}/bzrlib/trace.pyo
${PYSITELIB}/bzrlib/transactions.py
${PYSITELIB}/bzrlib/transactions.pyc
${PYSITELIB}/bzrlib/transactions.pyo
${PYSITELIB}/bzrlib/transform.py
${PYSITELIB}/bzrlib/transform.pyc
${PYSITELIB}/bzrlib/transform.pyo
${PYSITELIB}/bzrlib/transport/__init__.py
${PYSITELIB}/bzrlib/transport/__init__.pyc
${PYSITELIB}/bzrlib/transport/__init__.pyo
${PYSITELIB}/bzrlib/transport/brokenrename.py
${PYSITELIB}/bzrlib/transport/brokenrename.pyc
${PYSITELIB}/bzrlib/transport/brokenrename.pyo
${PYSITELIB}/bzrlib/transport/chroot.py
${PYSITELIB}/bzrlib/transport/chroot.pyc
${PYSITELIB}/bzrlib/transport/chroot.pyo
${PYSITELIB}/bzrlib/transport/decorator.py
${PYSITELIB}/bzrlib/transport/decorator.pyc
${PYSITELIB}/bzrlib/transport/decorator.pyo
${PYSITELIB}/bzrlib/transport/fakenfs.py
${PYSITELIB}/bzrlib/transport/fakenfs.pyc
${PYSITELIB}/bzrlib/transport/fakenfs.pyo
${PYSITELIB}/bzrlib/transport/fakevfat.py
${PYSITELIB}/bzrlib/transport/fakevfat.pyc
${PYSITELIB}/bzrlib/transport/fakevfat.pyo
${PYSITELIB}/bzrlib/transport/ftp/__init__.py
${PYSITELIB}/bzrlib/transport/ftp/__init__.pyc
${PYSITELIB}/bzrlib/transport/ftp/__init__.pyo
${PYSITELIB}/bzrlib/transport/ftp/_gssapi.py
${PYSITELIB}/bzrlib/transport/ftp/_gssapi.pyc
${PYSITELIB}/bzrlib/transport/ftp/_gssapi.pyo
${PYSITELIB}/bzrlib/transport/gio_transport.py
${PYSITELIB}/bzrlib/transport/gio_transport.pyc
${PYSITELIB}/bzrlib/transport/gio_transport.pyo
${PYSITELIB}/bzrlib/transport/http/__init__.py
${PYSITELIB}/bzrlib/transport/http/__init__.pyc
${PYSITELIB}/bzrlib/transport/http/__init__.pyo
${PYSITELIB}/bzrlib/transport/http/_pycurl.py
${PYSITELIB}/bzrlib/transport/http/_pycurl.pyc
${PYSITELIB}/bzrlib/transport/http/_pycurl.pyo
${PYSITELIB}/bzrlib/transport/http/_urllib.py
${PYSITELIB}/bzrlib/transport/http/_urllib.pyc
${PYSITELIB}/bzrlib/transport/http/_urllib.pyo
${PYSITELIB}/bzrlib/transport/http/_urllib2_wrappers.py
${PYSITELIB}/bzrlib/transport/http/_urllib2_wrappers.pyc
${PYSITELIB}/bzrlib/transport/http/_urllib2_wrappers.pyo
${PYSITELIB}/bzrlib/transport/http/ca_bundle.py
${PYSITELIB}/bzrlib/transport/http/ca_bundle.pyc
${PYSITELIB}/bzrlib/transport/http/ca_bundle.pyo
${PYSITELIB}/bzrlib/transport/http/response.py
${PYSITELIB}/bzrlib/transport/http/response.pyc
${PYSITELIB}/bzrlib/transport/http/response.pyo
${PYSITELIB}/bzrlib/transport/http/wsgi.py
${PYSITELIB}/bzrlib/transport/http/wsgi.pyc
${PYSITELIB}/bzrlib/transport/http/wsgi.pyo
${PYSITELIB}/bzrlib/transport/local.py
${PYSITELIB}/bzrlib/transport/local.pyc
${PYSITELIB}/bzrlib/transport/local.pyo
${PYSITELIB}/bzrlib/transport/log.py
${PYSITELIB}/bzrlib/transport/log.pyc
${PYSITELIB}/bzrlib/transport/log.pyo
${PYSITELIB}/bzrlib/transport/memory.py
${PYSITELIB}/bzrlib/transport/memory.pyc
${PYSITELIB}/bzrlib/transport/memory.pyo
${PYSITELIB}/bzrlib/transport/nosmart.py
${PYSITELIB}/bzrlib/transport/nosmart.pyc
${PYSITELIB}/bzrlib/transport/nosmart.pyo
${PYSITELIB}/bzrlib/transport/pathfilter.py
${PYSITELIB}/bzrlib/transport/pathfilter.pyc
${PYSITELIB}/bzrlib/transport/pathfilter.pyo
${PYSITELIB}/bzrlib/transport/readonly.py
${PYSITELIB}/bzrlib/transport/readonly.pyc
${PYSITELIB}/bzrlib/transport/readonly.pyo
${PYSITELIB}/bzrlib/transport/remote.py
${PYSITELIB}/bzrlib/transport/remote.pyc
${PYSITELIB}/bzrlib/transport/remote.pyo
${PYSITELIB}/bzrlib/transport/sftp.py
${PYSITELIB}/bzrlib/transport/sftp.pyc
${PYSITELIB}/bzrlib/transport/sftp.pyo
${PYSITELIB}/bzrlib/transport/ssh.py
${PYSITELIB}/bzrlib/transport/ssh.pyc
${PYSITELIB}/bzrlib/transport/ssh.pyo
${PYSITELIB}/bzrlib/transport/trace.py
${PYSITELIB}/bzrlib/transport/trace.pyc
${PYSITELIB}/bzrlib/transport/trace.pyo
${PYSITELIB}/bzrlib/transport/unlistable.py
${PYSITELIB}/bzrlib/transport/unlistable.pyc
${PYSITELIB}/bzrlib/transport/unlistable.pyo
${PYSITELIB}/bzrlib/tree.py
${PYSITELIB}/bzrlib/tree.pyc
${PYSITELIB}/bzrlib/tree.pyo
${PYSITELIB}/bzrlib/treebuilder.py
${PYSITELIB}/bzrlib/treebuilder.pyc
${PYSITELIB}/bzrlib/treebuilder.pyo
${PYSITELIB}/bzrlib/tsort.py
${PYSITELIB}/bzrlib/tsort.pyc
${PYSITELIB}/bzrlib/tsort.pyo
${PYSITELIB}/bzrlib/tuned_gzip.py
${PYSITELIB}/bzrlib/tuned_gzip.pyc
${PYSITELIB}/bzrlib/tuned_gzip.pyo
${PYSITELIB}/bzrlib/ui/__init__.py
${PYSITELIB}/bzrlib/ui/__init__.pyc
${PYSITELIB}/bzrlib/ui/__init__.pyo
${PYSITELIB}/bzrlib/ui/text.py
${PYSITELIB}/bzrlib/ui/text.pyc
${PYSITELIB}/bzrlib/ui/text.pyo
${PYSITELIB}/bzrlib/uncommit.py
${PYSITELIB}/bzrlib/uncommit.pyc
${PYSITELIB}/bzrlib/uncommit.pyo
${PYSITELIB}/bzrlib/upgrade.py
${PYSITELIB}/bzrlib/upgrade.pyc
${PYSITELIB}/bzrlib/upgrade.pyo
${PYSITELIB}/bzrlib/url_policy_open.py
${PYSITELIB}/bzrlib/url_policy_open.pyc
${PYSITELIB}/bzrlib/url_policy_open.pyo
${PYSITELIB}/bzrlib/urlutils.py
${PYSITELIB}/bzrlib/urlutils.pyc
${PYSITELIB}/bzrlib/urlutils.pyo
${PYSITELIB}/bzrlib/utextwrap.py
${PYSITELIB}/bzrlib/utextwrap.pyc
${PYSITELIB}/bzrlib/utextwrap.pyo
${PYSITELIB}/bzrlib/util/__init__.py
${PYSITELIB}/bzrlib/util/__init__.pyc
${PYSITELIB}/bzrlib/util/__init__.pyo
${PYSITELIB}/bzrlib/util/_bencode_py.py
${PYSITELIB}/bzrlib/util/_bencode_py.pyc
${PYSITELIB}/bzrlib/util/_bencode_py.pyo
${PYSITELIB}/bzrlib/util/configobj/__init__.py
${PYSITELIB}/bzrlib/util/configobj/__init__.pyc
${PYSITELIB}/bzrlib/util/configobj/__init__.pyo
${PYSITELIB}/bzrlib/util/configobj/configobj.py
${PYSITELIB}/bzrlib/util/configobj/configobj.pyc
${PYSITELIB}/bzrlib/util/configobj/configobj.pyo
${PYSITELIB}/bzrlib/util/simplemapi.py
${PYSITELIB}/bzrlib/util/simplemapi.pyc
${PYSITELIB}/bzrlib/util/simplemapi.pyo
${PYSITELIB}/bzrlib/util/tests/__init__.py
${PYSITELIB}/bzrlib/util/tests/__init__.pyc
${PYSITELIB}/bzrlib/util/tests/__init__.pyo
${PYSITELIB}/bzrlib/version.py
${PYSITELIB}/bzrlib/version.pyc
${PYSITELIB}/bzrlib/version.pyo
${PYSITELIB}/bzrlib/version_info_formats/__init__.py
${PYSITELIB}/bzrlib/version_info_formats/__init__.pyc
${PYSITELIB}/bzrlib/version_info_formats/__init__.pyo
${PYSITELIB}/bzrlib/version_info_formats/format_custom.py
${PYSITELIB}/bzrlib/version_info_formats/format_custom.pyc
${PYSITELIB}/bzrlib/version_info_formats/format_custom.pyo
${PYSITELIB}/bzrlib/version_info_formats/format_python.py
${PYSITELIB}/bzrlib/version_info_formats/format_python.pyc
${PYSITELIB}/bzrlib/version_info_formats/format_python.pyo
${PYSITELIB}/bzrlib/version_info_formats/format_rio.py
${PYSITELIB}/bzrlib/version_info_formats/format_rio.pyc
${PYSITELIB}/bzrlib/version_info_formats/format_rio.pyo
${PYSITELIB}/bzrlib/versionedfile.py
${PYSITELIB}/bzrlib/versionedfile.pyc
${PYSITELIB}/bzrlib/versionedfile.pyo
${PYSITELIB}/bzrlib/vf_repository.py
${PYSITELIB}/bzrlib/vf_repository.pyc
${PYSITELIB}/bzrlib/vf_repository.pyo
${PYSITELIB}/bzrlib/vf_search.py
${PYSITELIB}/bzrlib/vf_search.pyc
${PYSITELIB}/bzrlib/vf_search.pyo
${PYSITELIB}/bzrlib/views.py
${PYSITELIB}/bzrlib/views.pyc
${PYSITELIB}/bzrlib/views.pyo
${PYSITELIB}/bzrlib/weave.py
${PYSITELIB}/bzrlib/weave.pyc
${PYSITELIB}/bzrlib/weave.pyo
${PYSITELIB}/bzrlib/weavefile.py
${PYSITELIB}/bzrlib/weavefile.pyc
${PYSITELIB}/bzrlib/weavefile.pyo
${PYSITELIB}/bzrlib/win32utils.py
${PYSITELIB}/bzrlib/win32utils.pyc
${PYSITELIB}/bzrlib/win32utils.pyo
${PYSITELIB}/bzrlib/workingtree.py
${PYSITELIB}/bzrlib/workingtree.pyc
${PYSITELIB}/bzrlib/workingtree.pyo
${PYSITELIB}/bzrlib/workingtree_3.py
${PYSITELIB}/bzrlib/workingtree_3.pyc
${PYSITELIB}/bzrlib/workingtree_3.pyo
${PYSITELIB}/bzrlib/workingtree_4.py
${PYSITELIB}/bzrlib/workingtree_4.pyc
${PYSITELIB}/bzrlib/workingtree_4.pyo
${PYSITELIB}/bzrlib/xml5.py
${PYSITELIB}/bzrlib/xml5.pyc
${PYSITELIB}/bzrlib/xml5.pyo
${PYSITELIB}/bzrlib/xml6.py
${PYSITELIB}/bzrlib/xml6.pyc
${PYSITELIB}/bzrlib/xml6.pyo
${PYSITELIB}/bzrlib/xml7.py
${PYSITELIB}/bzrlib/xml7.pyc
${PYSITELIB}/bzrlib/xml7.pyo
${PYSITELIB}/bzrlib/xml8.py
${PYSITELIB}/bzrlib/xml8.pyc
${PYSITELIB}/bzrlib/xml8.pyo
${PYSITELIB}/bzrlib/xml_serializer.py
${PYSITELIB}/bzrlib/xml_serializer.pyc
${PYSITELIB}/bzrlib/xml_serializer.pyo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
bin/bzr
Update to 0.7: bzr 0.7 2006-01-23 CHANGES: * .bzrignore is excluded from exports, on the grounds that it's a bzr internal-use file and may not be wanted. (Jamie Wilkinson) * The "bzr directories" command were removed in favor of the new --kind option to the "bzr inventory" command. To list all versioned directories, now use "bzr inventory --kind directory". (Johan Rydberg) * Under Windows configuration directory is now %APPDATA%\bazaar\2.0 by default. (John Arbash Meinel) * The parent of Bzr configuration directory can be set by BZR_HOME environment variable. Now the path for it is searched in BZR_HOME, then in HOME. Under Windows the order is: BZR_HOME, APPDATA (usually points to C:\Documents and Settings\User Name\Application Data), HOME. (John Arbash Meinel) * Plugins with the same name in different directories in the bzr plugin path are no longer loaded: only the first successfully loaded one is used. (Robert Collins) * Use systems' external ssh command to open connections if possible. This gives better integration with user settings such as ProxyCommand. (James Henstridge) * Sftp paths can now be relative, or local, according to the IETF draft spec. Paths now take the form: sftp://user:pass@host:port/relative/path or sftp://user:pass@host:port/%2Fabsolute/path or sftp://user:pass@host:port//absolute/path * Permissions on files underneath .bzr/ are inherited from the .bzr directory. So for a shared repository, simply doing 'chmod -R g+w .bzr/' will mean that future file will be created with group write permissions. * configure.in and config.guess are no longer in the builtin default ignore list. * '.sw[nop]' pattern ignored, to ignore vim swap files for nameless files. (John Arbash Meinel, Martin Pool) IMPROVEMENTS: * "bzr INIT dir" now initializes the specified directory, and creates it if it does not exist. (John Arbash Meinel) * New remerge command (Aaron Bentley) * Better zsh completion script. (Steve Borho) * 'bzr diff' now returns 1 when there are changes in the working tree. (Robert Collins) * 'bzr push' now exists and can push changes to a remote location. This uses the transport infrastructure, and can store the remote location in the ~/.bazaar/branches.conf configuration file. (Robert Collins) * Test directories are only kept if the test fails and the user requests that they be kept. * Tweaks to short log printing * Added branch nicks, new nick command, printing them in log output. (Aaron Bentley) * If $BZR_PDB is set, pop into the debugger when an uncaught exception occurs. (Martin Pool) * Accept 'bzr resolved' (an alias for 'bzr resolve'), as this is the same as Subversion. (Martin Pool) * New ftp transport support (on ftplib), for ftp:// and aftp:// URLs. (Daniel Silverstone) * Commit editor temporary files now start with 'bzr_log.', to allow text editors to match the file name and set up appropriate modes or settings. (Magnus Therning) * Improved performance when integrating changes from a remote weave. (Goffredo Baroncelli) * Sftp will attempt to cache the connection, so it is more likely that a connection will be reused, rather than requiring multiple password requests. * bzr revno now takes an optional argument indicating the branch whose revno should be printed. (Michael Ellerman) * bzr cat defaults to printing the last version of the file. (#3632, Matthieu Moy) * New global option 'bzr --lsprof COMMAND' runs bzr under the lsprof profiler. (Denys Duchier) * Faster commits by reading only the headers of affected weave files. (Denys Duchier) * 'bzr add' now takes a --dry-run parameter which shows you what would be added, but doesn't actually add anything. (Michael Ellerman) * bzr add now lists how many files were ignored per glob. add --verbose lists the specific files. (Aaron Bentley) * Reduced CPU usage for merge/fetch. (Goffredo Baroncelli) * Faster diff and status commands. (Denys Duchier) BUG FIXES: * SFTP can walk up to the root path without index errors. (Robert Collins) * Fix bugs in running bzr with 'python -O'. (Martin Pool) * Error when run with -OO * Fix bug in reporting http errors that don't have an http error code. (Martin Pool) * Handle more cases of pipe errors in display commands * Change status to 3 for all errors * Files that are added and unlinked before committing are completely ignored by diff and status * Stores with some compressed texts and some uncompressed texts are now able to be used. (John A Meinel) * Fix for bzr pull failing sometimes under windows * Fix for sftp transport under windows when using interactive auth * Show files which are both renamed and modified as such in 'bzr status' output. (#4503, Daniel Silverstone) * Make annotate cope better with revisions committed without a valid email address. (Marien Zwart) * Fix representation of tab characters in commit messages. (Harald Meland) * List of plugin directories in BZR_PLUGIN_PATH environment variable is now parsed properly under Windows. (Alexander Belchenko) * Show number of revisions pushed/pulled/merged. (Robey Pointer) * Keep a cached copy of the basis inventory to speed up operations that need to refer to it. (Johan Rydberg, Martin Pool) * Fix bugs in bzr status display of non-ascii characters. (Martin Pool) * Remove Makefile.in from default ignore list. (#6413, Tollef Fog Heen, Martin Pool) * Fix failure in 'bzr added'. (Nathan McCallum, Martin Pool) TESTING: * Fix selftest asking for passwords when there are no SFTP keys. (Robey Pointer, Jelmer Vernooij) * Fix selftest run with 'python -O'. (Martin Pool) * Fix HTTP tests under Windows. (John Arbash Meinel) * Make tests work even if HOME is not set (Aaron Bentley) * Updated build_tree to use fixed line-endings for tests which read the file cotents and compare. Make some tests use this to pass under Windows. (John Arbash Meinel) * Skip stat and symlink tests under Windows. (Alexander Belchenko) * Delay in selftest/testhashcash is now issued under win32 and Cygwin. (John Arbash Meinel) * Use terminal width to align verbose test output. (Martin Pool) * Blackbox tests are maintained within the bzrlib.tests.blackbox directory. If adding a new test script please add that to bzrlib.tests.blackbox.__init__. (Robert Collins) * Much better error message if one of the test suites can't be imported. (Martin Pool) * Make check now runs the test suite twice - once with the default locale, and once with all locales forced to C, to expose bugs. This is not trivially done within python, so for now its only triggered by running Make check. Integrators and packagers who wish to check for full platform support should run 'make check' to test the source. (Robert Collins) * Tests can now run TestSkipped if they can't execute for any reason. (Martin Pool) (NB: TestSkipped should only be raised for correctable reasons - see the wiki spec ImprovingBzrTestSuite). INTERNALS: (removed from pkgsrc commit message)
2006-01-25 21:17:57 +01:00
man/man1/bzr.1
share/locale/ar/LC_MESSAGES/bzr.mo
share/locale/ast/LC_MESSAGES/bzr.mo
share/locale/bs/LC_MESSAGES/bzr.mo
share/locale/ca/LC_MESSAGES/bzr.mo
share/locale/cs/LC_MESSAGES/bzr.mo
share/locale/de/LC_MESSAGES/bzr.mo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
share/locale/el/LC_MESSAGES/bzr.mo
share/locale/en_AU/LC_MESSAGES/bzr.mo
share/locale/en_GB/LC_MESSAGES/bzr.mo
share/locale/es/LC_MESSAGES/bzr.mo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
share/locale/fa/LC_MESSAGES/bzr.mo
share/locale/fo/LC_MESSAGES/bzr.mo
share/locale/fr/LC_MESSAGES/bzr.mo
share/locale/gl/LC_MESSAGES/bzr.mo
share/locale/he/LC_MESSAGES/bzr.mo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
share/locale/id/LC_MESSAGES/bzr.mo
share/locale/it/LC_MESSAGES/bzr.mo
share/locale/ja/LC_MESSAGES/bzr.mo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
share/locale/ko/LC_MESSAGES/bzr.mo
share/locale/ms/LC_MESSAGES/bzr.mo
share/locale/my/LC_MESSAGES/bzr.mo
share/locale/nb/LC_MESSAGES/bzr.mo
share/locale/nl/LC_MESSAGES/bzr.mo
share/locale/oc/LC_MESSAGES/bzr.mo
share/locale/pl/LC_MESSAGES/bzr.mo
share/locale/pt_BR/LC_MESSAGES/bzr.mo
share/locale/ro/LC_MESSAGES/bzr.mo
share/locale/ru/LC_MESSAGES/bzr.mo
share/locale/sco/LC_MESSAGES/bzr.mo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
share/locale/si/LC_MESSAGES/bzr.mo
share/locale/sk/LC_MESSAGES/bzr.mo
share/locale/sr/LC_MESSAGES/bzr.mo
share/locale/sv/LC_MESSAGES/bzr.mo
share/locale/tr/LC_MESSAGES/bzr.mo
share/locale/ug/LC_MESSAGES/bzr.mo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
share/locale/uk/LC_MESSAGES/bzr.mo
share/locale/vi/LC_MESSAGES/bzr.mo
Update to 2.6.0, from Benedek Gergely on pkgsrc-users. bzr 2.6b3 ######### :Codename: Surprise :2.6.0: 2013-07-27 This release marks the start of a new long-term-stable series. From here, we will only make bugfix releases on the 2.6 series (2.6.1, etc), while 2.7 will become our new development series. This is a bugfix and polish release over the 2.4 series, with a large number of bugs fixed (~170 for the 2.5 series alone). The 2.5 series provides a faster smart protocol implementation for many operations, basic support for colocated branches. We have started translating bzr with the 2.5 series: https://translations.launchpad.net/bzr, more than 20 languages have already been registered but these are the early days, contributions welcome. Only a few bugfixes have been included since 2.5b6 so all known fixed bugs are included here. Users are encouraged to upgrade from the other stable series. External Compatibility Breaks ***************************** * ``bzr lp-propose --approve`` now also adds an "Approve" vote to the merge proposal. (Jonathan Lange) New Features ************ * ``bzr switch --store`` now stores uncommitted changes in the branch, and restores them when switching back to the branch. (Aaron Bentley) * New option '--context' for 'bzr diff' command, to configure the amount of context (i.e. showing lines that have not changed). Also available as the named parameter 'context_lines' to bzrlib.diff.internal_diff(). (Paul Nixon) * The 'grep' plugin is now shipped with bzr. (Jelmer Vernooij) * The 'ping' plugin is now shipped with bzr. (Jelmer Vernooij) Improvements ************ * ``bzr help env-variables`` now points users at ``bzr help configuration`` which has much more detailed information on the same stuff. (Robert Collins) * ``bzr lp-find-proposal`` now only cares about the revision-id that is specified, not the branch you use. This was enabled by a new API call in Launchpad's web service. (Aaron Bentley) * Implement authentication.conf password obfuscation, the password_encoding option can now be set to base64. (Florian Dorn) * Local configurations files (i.e. accessed on the local file system like ``bazaar.conf`` and ``locations.conf``) are now shared, reducing the number of IOs when querying a configuation option. (Vincent Ladeuil, #832042) * ``bzr lp-propose --approve`` now correctly specifies the approved revision and provides an "Approve" vote from the proposer, allowing for smoother interaction with downstream merge tools. (Jonathan Lange) Bug Fixes ********* * Add a ``progress_bar`` configuration option defaulting to ``BZR_PROGRESS_BAR``. This can be set in ``bazaar.conf`` or specified from the command line with ``-Oprogress_bar=text``. (Vincent Ladeuil, #388275) * ``Authentication.Config`` now always returns unicode user names and passwords. (Vincent Ladeuil, #514301) * Fixed a bug where the entire contents of ``/etc/mailname`` is read in. We only want to read in the first line so that comments could be added and would be ignored. (Haw Loeung, #932515) * Fixed a syntax error in ``doc/ja/user-guide/http_smart_server.txt`` that causes breakage with docutils 0.9.1. (Vincent Ladeuil, Jelmer Vernooij, #1066307) * Support utf8 characters in platform names even without looking inside the box (Fedora's Schrödinger's Cat). (Toshio Kuratomi, Vincent Ladeuil, #1195783) * Warn when ``--show-base`` is used for ``pull`` in a treeless branch instead of failing. It's useless but harmless. (Vincent Ladeuil, #1022160) * When a missing referenced chk root error is encountered, bzr now suggests running ``bzr reconcile --canonicalize-chks``. (Jelmer Vernooij) * When pushing a specific revision, create the new working tree at that revision. (#484516, Neil Martinsen-Burrell) Documentation ************* * Clarify ``bzr config`` usages especially around other option references expansion. (Vincent Ladeuil, #996401) API Changes *********** * None. Internals ********* * Add __iter__ to http ResponseFile. (Jelmer Vernooij, #1184021) * The launchpad plugin now requires API 1.6.0 or later. This version shipped with Ubuntu 9.10. (Aaron Bentley) * Better align with upstream gzip.py in tuned_gzip.py. We may lose a bit of performance but that's for knit and weave formats and already partly deprecated, better keep compatibility than failing fast ;) (Vincent Ladeuil, #1116079) Testing ******* * Fix test failures occurring only with LC_ALL=C, when prompting a user, ``stderr`` encoding should be preferred over terminal encoding if available. (Vincent Ladeuil, #1086209) bzr 2.6b2 ######### :2.6b2: 2012-09-10 This is the second beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes minor bug fixes. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b2. External Compatibility Breaks ***************************** None. New Features ************ * New option ``--overwrite-tags`` for ``bzr pull`` and ``bzr push``. (Jelmer Vernooij, #681792) Improvements ************ * Colocated branches can now be addressed using the 'co:NAME' rather than the more complex 'file://.,branch=NAME'. (Jelmer Vernooij, #833665) Bug Fixes ********* * "bzr missing" now shows tag names when displaying revision information. (#559072, Neil Martinsen-Burrell) * Fix ``branch.conf`` saving when unlocking the branch for BranchFormat4. (Vincent Ladeuil, #1020007) * Implement ``ResponseFile.readline`` and ``ReponseFile.tell``, fixing some clones over HTTP. (Jelmer Vernooij, #963769) * Option values set on locked branches should be saved only when the branch is finally unlocked. (Vincent Ladeuil, #948339) Documentation ************* * Document "bzr lp-propose", "bzr register-branch" and the other Launchpad plugin commands in bzr(1). (Jelmer Vernooij, #843801, #163995) * Force format registration to avoid generate_docs.py traceback when the registry is empty. (Vincent Ladeuil, #956860) * Generate ``ENVIRONMENT`` section in bzr(1) from known environment variable list rather than hardcoding. (Jelmer Vernooij, #197618) API Changes *********** * ``register_filter_stack_map`` and ``lazy_register_filter_stack_map`` are noew deprecated. Instead, use ``filter_stacks_registry.register`` and ``filter_stacks_registry.register_lazy``. (Jelmer Vernooij) * Remove deprecated Branch.import_last_revision(). (Jelmer Vernooij) * Remove deprecated ``RepositoryFormat.register_format``. (Jelmer Vernooij) * Remove deprecated Repository.get_ancestry(). (Jelmer Vernooij) * Remove deprecated Repository.iter_reverse_revision_history(). (Jelmer Vernooij) * The previously deprecated ``bzrlib.annotate.annotate_file`` function has been removed. (Jelmer Vernooij) Internals ********* None. Testing ******* * Fix test failures by removing a remaining reference to ``features.sphinx`` which isn't needed anymore since we don't test the texinfo sphinx builder anymore either. (Vincent Ladeuil) bzr 2.6b1 ######### :2.6b1: 2012-03-15 This is the first beta for the 2.6 series, leading up to a 2.6.0 release in August 2012. This release includes ssl certificates verification from the urllib-based http implementation turned on by default, fixes some UI issues around colocated branches, documentation fixes and more. This release includes all bugs fixed in previous series known at the time of this release. Beta releases are suitable for everyday use but may cause some incompatibilities with plugins. Some plugins may need small updates to work with 2.6b1. External Compatibility Breaks ***************************** None. Improvements ************ * Access to HTTPS URLs now uses the urrllib implementation by default. For the old pycurl-based implementation, specify ``https+pycurl://`` as the URL scheme when accessing a HTTPS location. (Jelmer Vernooij, #125055) * Add short option alias ``-N`` for ``--no-recurse``. (Jelmer Vernooij, #945904) * Avoid 'Invalid range access' errors when whole files are retrieved with transport.http.get() . (Vincent Ladeuil, #924746) * ``bzr rmbranch`` now supports removing colocated branches. (Jelmer Vernooij, #920653) * ``bzr rmbranch`` no longer removes active branches unless ``--force`` is specified. (Jelmer Vernooij, #922953) * ``bzr verify-signatures`` now shows a progress bar. (Jelmer Vernooij) * Two new command hooks, ``pre_command`` and ``post_command``, provide notification before and after a command has been run. (Brian de Alwis, Jelmer Vernooij) Bug Fixes ********* * Fix ``bzr config`` display for ``RegistryOption`` values. (Vincent Ladeuil, #930182) Documentation ************* * Prevent lines of command descriptions starting with a dot to accidentally be interpreted as a roff macro in bzr(1). (Jelmer Vernooij, #711079) * Properly format apostrophes in manual page. (Jelmer Vernooij, #234771) API Changes *********** * ``GPGStrategy.do_verifications`` has been deprecated. (Jelmer Vernooij) * File ids in the ``Tree`` API can now be bytestring as previously, or tuples of bytestrings. (Jelmer Vernooij) * ``mail_client`` now accepts a configuration stack object rather than an old style Config object. (Jelmer Vernooij) * New method ``Repository.verify_revision_signatures``. (Jelmer Vernooij) * New configuration option class ``RegistryOption`` which is backed onto a registry. (Jelmer Vernooij) * New convenience API method ``WorkingTree.get_config_stack``. (Jelmer Vernooij) * Remove ``branch.PullResult.__int__`` deprecated in 2.3.0, ``branch.PushResult.__int__`` deprecated in 2.3.0, ``branch.BranchFormat.get_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.get_formats`` deprecated in 2.4.0, ``branch.BranchFormat.set_default_format`` deprecated in 2.4.0, ``branch.BranchFormat.register_format`` deprecated in 2.4.0, ``branch.BranchFormat.unregister_format`` deprecated in 2.4.0, ``bzrdir.BzrDir.generate_backup_name`` deprecated in 2.3.0, ``bzrdir.BzrProber.register_bzrdir_format`` deprecated in 2.4.0, ``bzrdir.BzrProber.unregister_bzrdir_format`` deprecated in 2.4.0, ``config.Config.get_editor`` deprecated in 2.4.0, ``hooks.known_hooks_key_to_parent_and_attribute`` deprecated in 2.3, ``hooks.Hooks.create_hook`` deprecated in 2.4, ``inventory.Inventory.__contains__`` deprecated in 2.4.0, ``merge.Merge3Merger.scalar_three_way`` deprecated in 2.2.0, ``merge.Merge3Merger.fix_root`` deprecated in 2.4.0, ``transform.TreeTransformBase.has_named_child`` deprecated in 2.3.0, ``transform.get_backup_name`` deprecated in 2.3.0, ``transform._get_backup_name`` deprecated in 2.3.0, ``workingtree.WorkingTreeFormat.get_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.register_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_extra_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.get_formats`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.set_default_format`` deprecated in 2.4.0, ``workingtree.WorkingTreeFormat.unregister_format`` deprecated in 2.4.0, (Vincent Ladeuil) * Remove deprecated ``Branch.set_revision_history`` and ``Branch.revision_history`` methods and the ``set_rh`` hook on ``Branch``. (Jelmer Vernooij) Internals ********* * ``Tree.path2id`` now once again accepts a list of path elements in addition to a path. (Jelmer Vernooij) * Turn config option expansion on by default. The only options for which this should be disabled are templates which should already have used conf.get(option, expand=False) or conf.get_user_option(option, expand=False). (Vincent Ladeuil) .. vim: tw=74 ft=rst ff=unix
2015-07-29 20:05:52 +02:00
share/locale/zh_CN/LC_MESSAGES/bzr.mo