7
* "bzr commit" in git working trees works to some extent.
9
* "bzr push" from local git repositories to remote git repositories works.
15
* Alternative (faster) storage for SHA map using the TDB library
16
(http://tdb.samba.org/). This will automatically be used if you have
17
TDB and its Python bindings installed. In all other situations the previous
18
(slower) Sqlite database format will be used.
20
* Now warns when escaping XML-invalid characters to work around a bug in the
21
Bazaar revision serializer.
23
* Now allows "unusual" file modes (100664, etc) but will warn the user about
30
* Fixed handling kind changes (tree -> blob) during fetch.
36
* Support parsing .gitignore
38
* Support dpushing to remote repositories.