5
* Fix handling of not-executable files becoming executable without any
6
other changes. (#382609)
12
* "bzr commit" in git working trees works to some extent.
14
* "bzr push" from local git repositories to remote git repositories works.
20
* Alternative (faster) storage for SHA map using the TDB library
21
(http://tdb.samba.org/). This will automatically be used if you have
22
TDB and its Python bindings installed. In all other situations the previous
23
(slower) Sqlite database format will be used.
25
* Now warns when escaping XML-invalid characters to work around a bug in the
26
Bazaar revision serializer.
28
* Now allows "unusual" file modes (100664, etc) but will warn the user about
35
* Fixed handling kind changes (tree -> blob) during fetch.
41
* Support parsing .gitignore
43
* Support dpushing to remote repositories.