17
17
* Add info on standalone branches without a working tree. (Olaf Conradi)
21
* Fix shadowed definition of TestLocationConfig that caused some
22
tests not to run. (#32587, Erik Bågfors, Michael Ellerman,
29
* setup.py failed to install launchpad plugin. (Martin Pool)
35
* Fix failure to commit a merge in a checkout. (Martin Pool,
36
Robert Collins, Erik Bågfors, #43959)
38
* Nicer messages from 'commit' in the case of renames, and correct
39
messages when a merge has occured. (Robert Collins, Martin Pool)
41
* Separate functionality from assert statements as they are skipped in
42
optimized mode of python. Add the same check to pending merges.
43
(#44443, Olaf Conradi)
47
* Do not show the None revision in output of bzr ancestry. (Olaf Conradi)
49
* Add info on standalone branches without a working tree.
50
(#44155, Olaf Conradi)
52
* Fix bug in knits when raising InvalidRevisionId. (#44284, Olaf Conradi)
56
* Make editor invocation comply with Debian Policy. First check
57
environment variables VISUAL and EDITOR, then try editor from
58
alternatives system. If that all fails, fall back to the pre-defined
59
list of editors. (#42904, Olaf Conradi)
63
* New 'register-branch' command registers a public branch into
64
Launchpad.net, where it can be associated with bugs, etc.
65
(Martin Pool, Bjorn Tillenius, Robert Collins)
69
* New public api in InventoryEntry - 'describe_change(old, new)' which
70
provides a human description of the changes between two old and
71
new. (Robert Collins, Martin Pool)
75
* Fix test case for bzr info in upgrading a standalone branch to metadir,
76
uses bzrlib api now. (Olaf Conradi)