13
* New ``pre_change_branch_tip`` hook that is called before the
14
branch tip is moved, while the branch is write-locked. See the User
15
Reference for signature details. (Andrew Bennetts)
17
* Rule-based preferences can now be defined for selected files in
18
selected branches, allowing commands and plugins to provide
19
custom behaviour for files matching defined patterns.
20
See ``Rule-based preferences`` (part of ``Configuring Bazaar``)
21
in the User Guide and ``bzr help rules`` for more information.
24
* Sites may suggest a branch to stack new branches on. (Aaron Bentley)
13
26
* Stacked branches are now supported. See ``bzr help branch`` and
14
27
``bzr help push``. (Robert Collins)
16
* Sites may suggest a branch to stack new branches on. (Aaron Bentley)
31
* ``bzr export --format=tgz --root=NAME -`` to export a gzipped tarball
32
to stdout; also ``tar`` and ``tbz2``.
35
* ``bzr send`` documents and better supports ``emacsclient`` (proper
36
escaping of mail headers and handling of the MUA Mew).
37
(Christophe Troestler)
39
* Remembered locations can be specified by aliases, e.g. :parent, :public,
40
:submit. (Aaron Bentley)
42
* The smart protocol now has improved support for setting branches'
43
revision info directly. This makes operations like push
44
faster. The new request method name is
45
``Branch.set_last_revision_ex``. (Andrew Bennetts)
49
* ``bzr log --long`` with a ghost in your mainline now handles that
50
ghost properly. (John Arbash Meinel, #243536)
52
* ``check`` handles the split-up .bzr layout correctly, so no longer
53
requires a branch to be present.
54
(Daniel Watkins, #64783)
56
* Clearer message about how to set the PYTHONPATH if bzrlib can't be
58
(Martin Pool, #205230)
60
* Errors about missing libraries are now shown without a traceback,
61
and with a suggestion to install the library. The full traceback is
62
still in ``.bzr.log`` and can be shown with ``-Derror``.
63
(Martin Pool, #240161)
65
* Handle urls such as ftp://user@host.com@www.host.com where the user
67
(Neil Martinsen-Burrell, #228058)
69
* ``needs_read_lock`` and ``needs_write_lock`` now suppress an error during
70
``unlock`` if there was an error in the original function. This helps
71
most when there is a failure with a smart server action, since often the
72
connection closes and we cannot unlock.
73
(Andrew Bennetts, John Arbash Meinel, #125784)
75
* Obsolete hidden command ``bzr fetch`` removed.
76
(Martin Pool, #172870)
78
* Raise the correct exception when doing ``-rbefore:0`` or ``-c0``.
79
(John Arbash Meinel, #239933)
81
* You can now compare file revisions in Windows diff programs from
83
(Matt McClure, #209281)
85
* revision_history now tolerates mainline ghosts for Branch format 6.
86
(Aaron Bentley, #235055)
88
* Set locale from environment for third party libs.
89
(Martin von Gagern, #128496)
93
* Updated developer documentation.
98
* ``-Dmemory`` will cause /proc/PID/status to be catted before bzr
99
exits, allowing low-key analysis of peak memory use. (Robert Collins)
101
* ``TestCaseWithTransport.make_branch_and_tree`` tries harder to return
102
a tree with a ``branch`` attribute of the right format. This was
103
preventing some ``RemoteBranch`` tests from actually running with
104
``RemoteBranch`` instances. (Andrew Bennetts)
108
* Removed ``Repository.text_store``, ``control_store``, etc. Instead,
109
there are new attributes ``texts, inventories, revisions,
110
signatures``, each of which is a ``VersionedFiles``. See the
111
Repository docstring for more details.
114
* ``Branch.pull`` now accepts an ``_override_hook_target`` optional
115
parameter. If you have a subclass of ``Branch`` that overrides
116
``pull`` then you should add this parameter. (Andrew Bennetts)
118
* ``bzrlib.check.check()`` has been deprecated in favour of the more
119
aptly-named ``bzrlib.check.check_branch()``.
122
* ``Tree.print_file`` and ``Repository.print_file`` are deprecated.
123
These methods are bad APIs because they write directly to sys.stdout.
124
bzrlib does not use them internally, and there are no direct tests
125
for them. (Alexander Belchenko)
129
* ``cat`` command no longer uses ``Tree.print_file()`` internally.
130
(Alexander Belchenko)
132
* New class method ``BzrDir.open_containing_tree_branch_or_repository``
133
which eases the discovery of the tree, the branch and the repository
134
containing a given location.
137
* New ``versionedfile.KeyMapper`` interface to abstract out the access to
138
underlying .knit/.kndx etc files in repositories with partitioned
139
storage. (Robert Collins)
141
* Obsolete developer-use command ``weave-join`` has been removed.
144
* ``RemoteToOtherFetcher`` and ``get_data_stream_for_search`` removed,
145
to support new ``VersionedFiles`` layering.
149
bzr 1.6beta2 2008-06-10
150
-----------------------
152
This release contains further progress towards our 1.6 goals of shallow
153
repositories, and contains a fix for some user-affecting bugs in the
154
repository layer. Building working trees during checkout and branch is