/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.236.2 by Jelmer Vernooij
Start on 0.3.3.
1
0.3.3	UNRELEASED
2
0.236.1 by Jelmer Vernooij
release 0.3.2.
3
0.3.2	2009-05-20
0.200.514 by Jelmer Vernooij
Update NEWS.
4
5
 FEATURES
6
0.236.1 by Jelmer Vernooij
release 0.3.2.
7
  * "bzr commit" in git working trees works to some extent.
0.200.514 by Jelmer Vernooij
Update NEWS.
8
9
  * "bzr push" from local git repositories to remote git repositories works.
10
0.200.493 by Jelmer Vernooij
Update NEWS.
11
0.3.1	2009-05-13
0.200.474 by Jelmer Vernooij
Start working on 0.3.1.
12
0.200.483 by Jelmer Vernooij
Add NEWS entry about sha map.
13
 FEATURES
14
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.
19
0.200.492 by Jelmer Vernooij
Update NEWS.
20
  * Now warns when escaping XML-invalid characters to work around a bug in the
21
    Bazaar revision serializer.
22
23
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
24
    them.
25
0.200.493 by Jelmer Vernooij
Update NEWS.
26
 BUG FIXES
27
28
  * Fixed git-import.
29
30
  * Fixed handling kind changes (tree -> blob) during fetch.
31
0.200.473 by Jelmer Vernooij
Release 0.3.0.
32
0.3.0	2009-05-10
0.200.409 by Jelmer Vernooij
Support parsing .gitignore.
33
34
 FEATURES
35
36
  * Support parsing .gitignore
0.200.473 by Jelmer Vernooij
Release 0.3.0.
37
38
  * Support dpushing to remote repositories.