/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.200.926 by Jelmer Vernooij
Fix formatting, drop support for Bazaar < 2.0.
1
0.5.2	UNRELEASED
2
3
 COMPATIBILITY
4
5
  * Drop support for Bazaar < 2.0. (Jelmer Vernooij)
6
0.200.932 by Jelmer Vernooij
Update NEWS.
7
 BUGS
8
9
  * Cope with kind changes when generating git objects from Bazaar 
10
    revisions that contain kind changes where a directory is changed 
11
	into a file and its (file/symlink) children are removed 
12
	(rather than moved). (#597758, Jelmer Vernooij)
13
0.200.946 by Jelmer Vernooij
Fix reading pack files over http.
14
  * Fix reading pack files over http. (#588724, Jelmer Vernooij)
15
0.200.949 by Jelmer Vernooij
merge support for specifying alternative paths for git executables.
16
 FEATURES
17
18
  * Support specifying alternative paths for git-upload-pack and 
19
    git-receive-pack. (Ross Light, #585204)
20
0.200.923 by Jelmer Vernooij
Release 0.5.1.
21
0.5.1	2010-05-22
0.248.2 by Jelmer Vernooij
Still default to localhost, update NEWS
22
23
 BUG FIXES
24
0.248.6 by Jelmer Vernooij
Mark as compatible with Bazaar 2.2
25
  * Mark as compatible with Bazaar 2.2 (Jelmer Vernooij)
26
0.248.2 by Jelmer Vernooij
Still default to localhost, update NEWS
27
  * Use host specified rather than localhost in `bzr serve`.
28
    (David Coles, #543998)
29
0.248.3 by Jelmer Vernooij
Handle working trees without valid HEAD branch.
30
  * Handle working trees without valid HEAD branch.
31
    (Jelmer Vernooij, #501385)
32
0.200.803 by Jelmer Vernooij
Default to non-bare repositories when initializing a control directory.
33
  * Default to non-bare repositories when initializing a control directory.
34
    (Jelmer Vernooij)
35
0.200.884 by Jelmer Vernooij
Cope with -0000 as timezone in Git commits.
36
  * Cope with -0000 as timezone in Git commits. (Jelmer Vernooij, #539978)
37
0.200.870 by Jelmer Vernooij
Support git-specific bzr diff option.
38
 FEATURES
39
40
  * Support 'bzr diff --format=git'. (Jelmer Vernooij, #555994)
41
0.200.814 by Jelmer Vernooij
Avoid the use of InventoryDirectory.children. This speeds up
42
 PERFORMANCE
43
 
44
  * Avoid the use of InventoryDirectory.children. This speeds up 
45
    imports significantly. (Jelmer Vernooij)
46
0.200.951 by Jelmer Vernooij
merge support for git object store-based caching mechanism.
47
  * Use Bazaar index files to store the sha map and git objects to cache 
48
    certain objects. (#520694, Jelmer Vernooij)
49
0.200.745 by Jelmer Vernooij
Release 0.5.0.
50
0.5.0	2010-03-18
0.200.697 by Jelmer Vernooij
start on 0.4.4
51
0.200.699 by Jelmer Vernooij
Update NEWS
52
 BUG FIXES
0.200.744 by Jelmer Vernooij
Add note about urlparse.urlsplit behaviour.
53
54
  * Fix compatibility with newer versions of Python2.6, which change the 
0.200.928 by Jelmer Vernooij
Mention bug # for urlsplit issue.
55
    behaviour of urlparse.urlsplit. (Jelmer Vernooij, #561351)
0.200.699 by Jelmer Vernooij
Update NEWS
56
 
57
  * Avoid storing texts of symlinks, which causes checksum errors in 
0.200.703 by Jelmer Vernooij
Merge support for executable symlinks.
58
    `bzr check`. (#512323, INADA Naoki, Jelmer Vernooij)
0.200.699 by Jelmer Vernooij
Update NEWS
59
0.200.700 by Jelmer Vernooij
Support committing to a git branch from a bzr working tree.
60
  * Support committing to a git branch from a bzr working tree. (#506174,
61
	Jelmer Vernooij)
62
0.200.703 by Jelmer Vernooij
Merge support for executable symlinks.
63
  * Support executable symlinks. (#512871, INADA Naoki, Jelmer Vernooij)
64
0.200.709 by Jelmer Vernooij
When unpacking URLs, strip leftmost slash to match gits behaviour.
65
  * When unpacking URLs, strip leftmost slash to match gits 
66
    behaviour. (#445156, Jelmer Vernooij)
67
0.200.711 by Jelmer Vernooij
Support merging tags to a local Git repository.
68
  * Support merging tags to a local Git repository.
69
    (#4445230, Jelmer Vernooij)
70
0.247.4 by Michael Hudson
NEWS
71
  * InterFromGitBranch.pull() supports an optional limit argument to limit
0.200.721 by Jelmer Vernooij
Merge partial fetch support from Michael.
72
    how many revisions to import in one go. (Michael Hudson)
0.247.4 by Michael Hudson
NEWS
73
0.200.727 by Jelmer Vernooij
Cope with different encodings better, rather than just stripping out
74
  * Cope with different encodings better, rather than just stripping out 
75
    unknown characters. (#529460, Jelmer Vernooij)
76
0.200.732 by Jelmer Vernooij
Support run_hooks argument to InterGitRemoteLocalBranch.pull().
77
  * Support ``run_hooks`` argument to ``InterGitRemoteLocalBranch.pull()``.
78
    (#524843, Jelmer Vernooij)
79
0.200.738 by Jelmer Vernooij
Properly ignore directories when creating bundles, deal with new files.
80
  * Properly ignore directories when creating bundles, deal with new files.
81
    (#456849, Jelmer Vernooij)
82
0.200.734 by Jelmer Vernooij
Don't import head revision twice when pulling from Git.
83
 PERFORMANCE
84
85
  * Don't import head revision twice when pulling from Git.
86
    (Jelmer Vernooij)
87
0.254.12 by Jelmer Vernooij
Use Bazaar index files to store the cache.
88
0.200.718 by Jelmer Vernooij
Merge http support.
89
 FEATURES
90
91
  * Support (dumb) HTTP repositories. (#373688, Jelmer Vernooij)
92
0.200.742 by Jelmer Vernooij
Update NEWS to mention colocated branches support.
93
  * Implement API for colocated branches. (#380871, Jelmer Vernooij)
94
0.200.696 by Jelmer Vernooij
Release 0.4.3.
95
0.4.3	2010-01-19
0.200.608 by Jelmer Vernooij
Start on 0.4.3
96
0.200.611 by Jelmer Vernooij
Merge warning fix from Naoki.
97
 BUG FIXES
98
99
  * Fix warning about unclosed files on Windows. (#441978, INADA Naoki)
100
0.200.613 by Jelmer Vernooij
Support creating working tree for existing git repo.
101
  * Support creating working tree for existing repository. (Jelmer Vernooij)
102
0.200.630 by Jelmer Vernooij
Fix base url of Git branches - use the working tree path rather than the control directory path.
103
  * Fix base url of Git branches - use the working tree path rather than 
104
    the control directory path. (Jelmer Vernooij)
105
0.200.635 by Jelmer Vernooij
Fix fetching between git repositories.
106
  * Fix fetching between git repositories. (#449507, Jelmer Vernooij)
107
0.200.692 by Jelmer Vernooij
Refuse pulling into non-rich-root branches rather than erroring out with an AttributeError.
108
  * Refuse pulling into non-rich-root branches rather than erroring 
109
    out with an AttributeError. (#449507, Jelmer Vernooij)
110
0.200.693 by Jelmer Vernooij
Unquote paths extracted from URLs.
111
  * Unquote paths extracted from URLs. (#445156, Jelmer Vernooij)
112
0.200.615 by Jelmer Vernooij
Optimize WorkingTree.extras().
113
 PERFORMANCE
114
115
  * Improve performance of WorkingTree.extras() by not looking up the 
0.200.618 by Jelmer Vernooij
Update NEWS.
116
    SHA1, kind and stat data of each file. (Jelmer Vernooij)
117
118
  * Provide custom InterTree for faster deltas between git working trees 
119
    and revision trees. (Jelmer Vernooij)
120
121
  * Provide custom InterTree for faster deltas between git revision trees.
122
    (Jelmer Vernooij)
0.200.615 by Jelmer Vernooij
Optimize WorkingTree.extras().
123
0.200.669 by Jelmer Vernooij
Update NEWS
124
  * Fix several places where a lot of memory was being consumed, especially
125
    for repositories with a large number of revisions or big trees.
126
    (#486076, Jelmer Vernooij
127
0.200.640 by Jelmer Vernooij
Add NEWS entry about hg-git support.
128
 FEATURES
129
130
  * Support for parsing --HG-- metadata in git commit messages, for 
131
    better interoperability with bzr-hg.
132
0.200.667 by Jelmer Vernooij
Update NEWS about submodules.
133
  * Submodules are now imported. This requires the use of the 
134
    development-subtree format in bzrlib though. (#402814, Jelmer Vernooij)
135
0.200.606 by Jelmer Vernooij
Release 0.4.2
136
0.4.2	2009-10-01
0.200.595 by Jelmer Vernooij
Start working on 0.4.2
137
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
138
 BUG FIXES
139
140
  * Cope with ghosts a bit better during "bzr dpush".
0.200.601 by Jelmer Vernooij
Update NEWS
141
    (Jelmer Vernooij)
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
142
0.200.603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
143
  * Better error message when Dulwich is missing. (#427276, Jelmer Vernooij)
0.239.7 by Jelmer Vernooij
Better error message when dulwich is missing.
144
0.200.603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
145
  * Support checkouts. (#427310, Jelmer Vernooij)
0.239.13 by Jelmer Vernooij
Don't break "bzr info -v" when Dulwich is not installed.
146
  
0.200.603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
147
  * Don't break "bzr info -v" when Dulwich is not installed. (#429394, 
148
															  Jelmer Vernooij)
149
150
  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)
0.239.8 by Jelmer Vernooij
Support checkouts.
151
0.200.607 by Jelmer Vernooij
Credit Inada.
152
  * Fix fetching of remote repositories on Windows. (INADA Naoki,
153
													 Jelmer Vernooij, #382125)
0.200.604 by Jelmer Vernooij
Fix fetching of remote repositories on Windows.
154
0.200.605 by Jelmer Vernooij
Ignore directories in WorkingTree.extras().
155
  * Ignore directories in WorkingTree.extras(). (Jelmer Vernooij, #373902)
156
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
157
 FEATURES
158
159
  * New "git" format supported by "bzr send". All revisions 
160
    are currently sent as one concatenated file, rather than 
161
	as separate files because of limitations in Bazaar.
0.200.601 by Jelmer Vernooij
Update NEWS
162
	(Jelmer Vernooij, Lukas Lalinsky)
163
164
 PERFORMANCE
165
166
  * Avoid re-fetching basis inventory during fetch.
167
    (Jelmer Vernooij)
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
168
0.200.594 by Jelmer Vernooij
Release 0.4.1.
169
0.4.1	2009-07-24
0.200.560 by Jelmer Vernooij
Start on 0.4.1
170
0.200.592 by Jelmer Vernooij
Avoid 'No such revision' error when encountering submodules.
171
 BUG FIXES
172
173
  * Avoid "No such revision" error when encountering submodules.
174
   (#400598)
175
0.200.593 by Jelmer Vernooij
Avoid writing empty trees.
176
  * Avoid creating empty trees in Git during dpush, as they are not 
177
    officially allowed. (#393706)
178
0.200.563 by Jelmer Vernooij
Attempt to parse progress indication from git status reports.
179
 FEATURES
180
181
  * Progress bars will now show results from the remote git server.
182
0.237.1 by Jelmer Vernooij
Release 0.4.0.
183
0.4.0	2009-06-18
0.236.2 by Jelmer Vernooij
Start on 0.3.3.
184
0.200.537 by Jelmer Vernooij
Fix handling of not-executable files becoming executable without any other changes.
185
 BUG FIXES
186
187
  * Fix handling of not-executable files becoming executable without any 
188
    other changes. (#382609)
189
0.200.549 by Jelmer Vernooij
Fix storing of unusual file modes.
190
  * XML-invalid characters are now no longer squashed if not required by 
191
    the target repository serializer format. The only non-XML based format 
192
	at the moment is the "2a" development format supported since bzr 1.16.
193
194
  * Unusual file modes that could be created in Git repositories using older
195
    versions of Git are now stored in Bazaar revision properties. This means 
196
	it's now possible to import the Git repository and the Linux kernel repository.
197
0.237.1 by Jelmer Vernooij
Release 0.4.0.
198
  * Mark as compatible with bzr 1.16.
199
0.236.1 by Jelmer Vernooij
release 0.3.2.
200
0.3.2	2009-05-20
0.200.514 by Jelmer Vernooij
Update NEWS.
201
202
 FEATURES
203
0.236.1 by Jelmer Vernooij
release 0.3.2.
204
  * "bzr commit" in git working trees works to some extent.
0.200.514 by Jelmer Vernooij
Update NEWS.
205
206
  * "bzr push" from local git repositories to remote git repositories works.
207
0.200.493 by Jelmer Vernooij
Update NEWS.
208
0.3.1	2009-05-13
0.200.474 by Jelmer Vernooij
Start working on 0.3.1.
209
0.200.483 by Jelmer Vernooij
Add NEWS entry about sha map.
210
 FEATURES
211
212
  * Alternative (faster) storage for SHA map using the TDB library
213
    (http://tdb.samba.org/). This will automatically be used if you have 
214
	TDB and its Python bindings installed. In all other situations the previous
215
	(slower) Sqlite database format will be used.
216
0.200.492 by Jelmer Vernooij
Update NEWS.
217
  * Now warns when escaping XML-invalid characters to work around a bug in the
218
    Bazaar revision serializer.
219
220
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
221
    them.
222
0.200.493 by Jelmer Vernooij
Update NEWS.
223
 BUG FIXES
224
225
  * Fixed git-import.
226
227
  * Fixed handling kind changes (tree -> blob) during fetch.
228
0.200.473 by Jelmer Vernooij
Release 0.3.0.
229
0.3.0	2009-05-10
0.200.409 by Jelmer Vernooij
Support parsing .gitignore.
230
231
 FEATURES
232
233
  * Support parsing .gitignore
0.200.473 by Jelmer Vernooij
Release 0.3.0.
234
235
  * Support dpushing to remote repositories.