5
* Fix warning about unclosed files on Windows. (#441978, INADA Naoki)
7
* Support creating working tree for existing repository. (Jelmer Vernooij)
9
* Fix base url of Git branches - use the working tree path rather than
10
the control directory path. (Jelmer Vernooij)
12
* Fix fetching between git repositories. (#449507, Jelmer Vernooij)
16
* Improve performance of WorkingTree.extras() by not looking up the
17
SHA1, kind and stat data of each file. (Jelmer Vernooij)
19
* Provide custom InterTree for faster deltas between git working trees
20
and revision trees. (Jelmer Vernooij)
22
* Provide custom InterTree for faster deltas between git revision trees.
27
* Support for parsing --HG-- metadata in git commit messages, for
28
better interoperability with bzr-hg.
34
* Cope with ghosts a bit better during "bzr dpush".
37
* Better error message when Dulwich is missing. (#427276, Jelmer Vernooij)
39
* Support checkouts. (#427310, Jelmer Vernooij)
41
* Don't break "bzr info -v" when Dulwich is not installed. (#429394,
44
* Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)
46
* Fix fetching of remote repositories on Windows. (INADA Naoki,
47
Jelmer Vernooij, #382125)
49
* Ignore directories in WorkingTree.extras(). (Jelmer Vernooij, #373902)
53
* New "git" format supported by "bzr send". All revisions
54
are currently sent as one concatenated file, rather than
55
as separate files because of limitations in Bazaar.
56
(Jelmer Vernooij, Lukas Lalinsky)
60
* Avoid re-fetching basis inventory during fetch.
67
* Avoid "No such revision" error when encountering submodules.
70
* Avoid creating empty trees in Git during dpush, as they are not
71
officially allowed. (#393706)
75
* Progress bars will now show results from the remote git server.