26
32
* Nicer messages from 'commit' in the case of renames, and correct
27
33
messages when a merge has occured. (Robert Collins, Martin Pool)
35
* Separate functionality from assert statements as they are skipped in
36
optimized mode of python. Add the same check to pending merges.
37
(#44443, Olaf Conradi)
41
* Do not show the None revision in output of bzr ancestry. (Olaf Conradi)
43
* Add info on standalone branches without a working tree.
44
(#44155, Olaf Conradi)
46
* Fix bug in knits when raising InvalidRevisionId. (#44284, Olaf Conradi)
50
* Make editor invocation comply with Debian Policy. First check
51
environment variables VISUAL and EDITOR, then try editor from
52
alternatives system. If that all fails, fall back to the pre-defined
53
list of editors. (#42904, Olaf Conradi)
57
* New 'register-branch' command registers a public branch into
58
Launchpad.net, where it can be associated with bugs, etc.
59
(Martin Pool, Bjorn Tillenius, Robert Collins)
31
63
* New public api in InventoryEntry - 'describe_change(old, new)' which
32
64
provides a human description of the changes between two old and
33
65
new. (Robert Collins, Martin Pool)
69
* Fix test case for bzr info in upgrading a standalone branch to metadir,
70
uses bzrlib api now. (Olaf Conradi)
37
74
NOTES WHEN UPGRADING: