39
39
.. Fixes for situations where bzr would previously crash or give incorrect
42
52
* ``bzr push`` into a repository (that doesn't have a branch), will no
43
53
longer copy all revisions in the repository. Only the ones in the
44
54
ancestry of the source branch, like it does in all other cases.
45
55
(John Arbash Meinel, #465517)
47
61
* Fix "Unable to obtain lock" error when pushing to a bound branch if tags
48
62
had changed. Bazaar was attempting to open and lock the master branch
49
63
twice in this case. (Andrew Bennetts, #733350)