1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
0.3.2 UNRELEASED
FEATURES
* "bzr commit" in git working trees works.
* "bzr push" from local git repositories to remote git repositories works.
0.3.1 2009-05-13
FEATURES
* Alternative (faster) storage for SHA map using the TDB library
(http://tdb.samba.org/). This will automatically be used if you have
TDB and its Python bindings installed. In all other situations the previous
(slower) Sqlite database format will be used.
* Now warns when escaping XML-invalid characters to work around a bug in the
Bazaar revision serializer.
* Now allows "unusual" file modes (100664, etc) but will warn the user about
them.
BUG FIXES
* Fixed git-import.
* Fixed handling kind changes (tree -> blob) during fetch.
0.3.0 2009-05-10
FEATURES
* Support parsing .gitignore
* Support dpushing to remote repositories.
|