5
* The --lsprof-file option now dumps a text rendering of the profiling
6
information if the filename ends in ".txt". It will also convert the
7
profiling information to a format suitable for KCacheGrind if the
8
output filename ends in ".callgrind". Fixes to the lsprofcalltree
9
conversion process by Jean Paul Calderone and Itamar were also merged.
10
See http://ddaa.net/blog/python/lsprof-calltree. (Ian Clatworthy)
12
* ``info`` now defaults to non-verbose mode, displaying only paths and
13
abbreviated format info. ``info -v`` displays all the information
14
formerly displayed by ``info``. (Aaron Bentley)
16
* ``bzr missing`` now has better option names ``--this`` and ``--other``.
19
* The internal ``weave-list`` command has become ``versionedfile-list``,
20
and now lists knits as well as weaves. (Aaron Bentley)
22
* Automatic merge base selection uses a faster algorithm that chooses
23
better bases in criss-cross merge situations (Aaron Bentley)
25
* Progress reporting in ``commit`` has been improved. The various logical
26
stages are now reported on as follows, namely:
28
* Collecting changes [Entry x/y] - Stage n/m
29
* Saving data locally - Stage n/m
30
* Uploading data to master branch - Stage n/m
31
* Updating the working tree - Stage n/m
32
* Running post commit hooks - Stage n/m
34
If there is no master branch, the 3rd stage is omitted and the total
35
number of stages is adjusted accordingly.
40
* Removed the ``--keep-output`` option from selftest and clean up test
41
directories as they're used. This reduces the IO load from
42
running the test suite and cuts the time by about half.
43
(Andrew Bennetts, Martin Pool)
50
* Fix crash of commit due to wrong lookup of filesystem encoding.
51
(Colin Watson, #120647)
53
* Revert logging just to stderr in commit as broke unicode filenames.
54
(Aaron Bentley, Ian Clatworthy, #120930)
57
bzr 0.17rc1 2007-06-12
3
59
NOTES WHEN UPGRADING:
5
61
* The kind() and is_executable() APIs on the WorkingTree interface no
68
124
66 seconds to 32 seconds. For a small tree of 600 files, commit of a
69
125
small change is 33% faster. (Ian Clatworthy)
127
* New --create-prefix option to bzr init, like for push. (Daniel Watkins,
73
132
* ``bzr push`` should only connect to the remote location one time.
115
174
* Tests no longer fail when BZR_REMOTE_PATH is set in the environment.
116
175
(Daniel Watkins, #111958)
177
* ``bzr branch -r revid:foo`` can be used to branch any revision in
178
your repository. (Previously Branch6 only supported revisions in your
179
mainline). (John Arbash Meinel, #115343)
118
181
bzr 0.16 2007-05-07