33
33
* ``bzr mv`` no longer takes out branch locks, which allows it to work
34
34
when the branch is readonly. (Robert Collins, #216541)
38
41
(Andrew Bennetts, #400847)
40
43
* Fixed spurious "Source branch does not support stacking" warning when
41
44
pushing. (Andrew Bennetts, #388908)
43
49
* Renames to lexographically lower basenames in trees that have never been
44
50
committed to will no longer corrupt the dirstate. This was caused by an
45
51
bug in the dirstate update_minimal method. (Robert Collins, #395556)