/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.200.595 by Jelmer Vernooij
Start working on 0.4.2
1
0.4.2	UNRELEASED
2
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
3
 BUG FIXES
4
5
  * Cope with ghosts a bit better during "bzr dpush".
6
0.239.7 by Jelmer Vernooij
Better error message when dulwich is missing.
7
  * Better error message when Dulwich is missing. (#427276)
8
0.239.8 by Jelmer Vernooij
Support checkouts.
9
  * Support checkouts. (#427310)
10
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
11
 FEATURES
12
13
  * New "git" format supported by "bzr send". All revisions 
14
    are currently sent as one concatenated file, rather than 
15
	as separate files because of limitations in Bazaar.
16
0.200.594 by Jelmer Vernooij
Release 0.4.1.
17
0.4.1	2009-07-24
0.200.560 by Jelmer Vernooij
Start on 0.4.1
18
0.200.592 by Jelmer Vernooij
Avoid 'No such revision' error when encountering submodules.
19
 BUG FIXES
20
21
  * Avoid "No such revision" error when encountering submodules.
22
   (#400598)
23
0.200.593 by Jelmer Vernooij
Avoid writing empty trees.
24
  * Avoid creating empty trees in Git during dpush, as they are not 
25
    officially allowed. (#393706)
26
0.200.563 by Jelmer Vernooij
Attempt to parse progress indication from git status reports.
27
 FEATURES
28
29
  * Progress bars will now show results from the remote git server.
30
0.237.1 by Jelmer Vernooij
Release 0.4.0.
31
0.4.0	2009-06-18
0.236.2 by Jelmer Vernooij
Start on 0.3.3.
32
0.200.537 by Jelmer Vernooij
Fix handling of not-executable files becoming executable without any other changes.
33
 BUG FIXES
34
35
  * Fix handling of not-executable files becoming executable without any 
36
    other changes. (#382609)
37
0.200.549 by Jelmer Vernooij
Fix storing of unusual file modes.
38
  * XML-invalid characters are now no longer squashed if not required by 
39
    the target repository serializer format. The only non-XML based format 
40
	at the moment is the "2a" development format supported since bzr 1.16.
41
42
  * Unusual file modes that could be created in Git repositories using older
43
    versions of Git are now stored in Bazaar revision properties. This means 
44
	it's now possible to import the Git repository and the Linux kernel repository.
45
0.237.1 by Jelmer Vernooij
Release 0.4.0.
46
  * Mark as compatible with bzr 1.16.
47
0.236.1 by Jelmer Vernooij
release 0.3.2.
48
0.3.2	2009-05-20
0.200.514 by Jelmer Vernooij
Update NEWS.
49
50
 FEATURES
51
0.236.1 by Jelmer Vernooij
release 0.3.2.
52
  * "bzr commit" in git working trees works to some extent.
0.200.514 by Jelmer Vernooij
Update NEWS.
53
54
  * "bzr push" from local git repositories to remote git repositories works.
55
0.200.493 by Jelmer Vernooij
Update NEWS.
56
0.3.1	2009-05-13
0.200.474 by Jelmer Vernooij
Start working on 0.3.1.
57
0.200.483 by Jelmer Vernooij
Add NEWS entry about sha map.
58
 FEATURES
59
60
  * Alternative (faster) storage for SHA map using the TDB library
61
    (http://tdb.samba.org/). This will automatically be used if you have 
62
	TDB and its Python bindings installed. In all other situations the previous
63
	(slower) Sqlite database format will be used.
64
0.200.492 by Jelmer Vernooij
Update NEWS.
65
  * Now warns when escaping XML-invalid characters to work around a bug in the
66
    Bazaar revision serializer.
67
68
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
69
    them.
70
0.200.493 by Jelmer Vernooij
Update NEWS.
71
 BUG FIXES
72
73
  * Fixed git-import.
74
75
  * Fixed handling kind changes (tree -> blob) during fetch.
76
0.200.473 by Jelmer Vernooij
Release 0.3.0.
77
0.3.0	2009-05-10
0.200.409 by Jelmer Vernooij
Support parsing .gitignore.
78
79
 FEATURES
80
81
  * Support parsing .gitignore
0.200.473 by Jelmer Vernooij
Release 0.3.0.
82
83
  * Support dpushing to remote repositories.