5
* Fix warning about unclosed files on Windows. (#441978, INADA Naoki)
11
* Cope with ghosts a bit better during "bzr dpush".
14
* Better error message when Dulwich is missing. (#427276, Jelmer Vernooij)
16
* Support checkouts. (#427310, Jelmer Vernooij)
18
* Don't break "bzr info -v" when Dulwich is not installed. (#429394,
21
* Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)
23
* Fix fetching of remote repositories on Windows. (INADA Naoki,
24
Jelmer Vernooij, #382125)
26
* Ignore directories in WorkingTree.extras(). (Jelmer Vernooij, #373902)
30
* New "git" format supported by "bzr send". All revisions
31
are currently sent as one concatenated file, rather than
32
as separate files because of limitations in Bazaar.
33
(Jelmer Vernooij, Lukas Lalinsky)
37
* Avoid re-fetching basis inventory during fetch.
44
* Avoid "No such revision" error when encountering submodules.
47
* Avoid creating empty trees in Git during dpush, as they are not
48
officially allowed. (#393706)
52
* Progress bars will now show results from the remote git server.
58
* Fix handling of not-executable files becoming executable without any
59
other changes. (#382609)
61
* XML-invalid characters are now no longer squashed if not required by
62
the target repository serializer format. The only non-XML based format
63
at the moment is the "2a" development format supported since bzr 1.16.
65
* Unusual file modes that could be created in Git repositories using older
66
versions of Git are now stored in Bazaar revision properties. This means
67
it's now possible to import the Git repository and the Linux kernel repository.
69
* Mark as compatible with bzr 1.16.
75
* "bzr commit" in git working trees works to some extent.
77
* "bzr push" from local git repositories to remote git repositories works.
83
* Alternative (faster) storage for SHA map using the TDB library
84
(http://tdb.samba.org/). This will automatically be used if you have
85
TDB and its Python bindings installed. In all other situations the previous
86
(slower) Sqlite database format will be used.
88
* Now warns when escaping XML-invalid characters to work around a bug in the
89
Bazaar revision serializer.
91
* Now allows "unusual" file modes (100664, etc) but will warn the user about
98
* Fixed handling kind changes (tree -> blob) during fetch.
104
* Support parsing .gitignore
106
* Support dpushing to remote repositories.