59
59
* ``bzr branch`` now fetches revisions when branching into an empty
60
60
control directory. (Jelmer Vernooij, #905594)
62
66
* ``bzr branch`` generates correct target branch locations again if not
63
67
specified. (Jelmer Vernooij, #919218)
65
69
* ``bzr send`` works on treeless branches again.
66
70
(Jelmer Vernooij, #921591)
68
75
* Support scripts that don't call bzrlib.initialize() but still call run_bzr().
69
76
(Vincent Ladeuil, #917733)