/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.200.1628 by Jelmer Vernooij
Handle empty repositories during clone.
1
0.6.13  UNRELEASED
2
3
 BUG FIXES
4
0.284.5 by Jelmer Vernooij
Implement TransportRepo._determine_file_mode.
5
  * Fix compatibility with newer versions of Dulwich, which
6
    now require Repo._determine_file_mode. (Jelmer Vernooij)
7
0.200.1628 by Jelmer Vernooij
Handle empty repositories during clone.
8
  * "Support" empty repositories; print an appropriate error.
9
    (Jelmer Vernooij, #1219424)
10
0.281.2 by William Grant
Fix TransportObjectStore to actually have packs with the new cache dict.
11
  * Fix compatibility with and depend on dulwich 0.9.6. (William Grant)
12
0.282.3 by William Grant
Update NEWS.
13
  * Correctly handle all moves when converting bzr trees to git.
14
    (William Grant, #818318)
15
0.284.4 by Jelmer Vernooij
Release 0.6.13.
16
  * Fix compatibility with dulwich 0.14. (Jelmer Vernooij)
17
0.200.1633 by Jelmer Vernooij
Mark bzr 2.7 as supported.
18
 FEATURES
19
20
  * Mark bzr 2.7 as supported.
21
0.200.1638 by Jelmer Vernooij
Support HG:rename-source extra fields.
22
  * Support 'HG:rename-source' fields.
23
0.200.1640 by Jelmer Vernooij
Support HG extra 'amend_source'.
24
  * Support HG extra 'amend_source'.
25
0.200.1627 by Jelmer Vernooij
release 0.6.12.
26
0.6.12  2013-09-22
0.279.1 by William Grant
Support thin packs in fetch_pack and send_pack, since dulwich now handles them properly.
27
28
 FEATURES
29
30
  * Support thin packs when pushing and fetching to/from remote
31
    repositories. (William Grant, #878085)
32
0.200.1627 by Jelmer Vernooij
release 0.6.12.
33
 CHANGES
34
35
  * Fix compatibility with and depend on dulwich 0.9.1. (Jelmer Vernooij)
36
0.200.1619 by Jelmer Vernooij
release 0.6.11.
37
0.6.11	2013-08-04
0.200.1617 by Jelmer Vernooij
Add support for bzr 2.6.0.
38
39
 BUG FIXES
40
41
  * Add support for Bazaar 2.6.0. (Jelmer Vernooij)
42
0.200.1616 by Jelmer Vernooij
release 0.6.10.
43
0.6.10	2012-12-13
0.277.6 by Jelmer Vernooij
Add 'bzr git-push-pristine-tar' command.
44
45
 FEATURES
46
47
  * New command 'bzr git-push-pristine-tar', which pushes pristine tar deltas
48
    to a git repository. (Jelmer Vernooij)
49
0.200.1615 by Jelmer Vernooij
Implement GitRevisionTree.is_executable.:
50
 BUG FIXES
51
52
  * Implement ``GitRevisionTree.is_executable``. (Jelmer Vernooij)
53
0.200.1612 by Jelmer Vernooij
Release 0.6.9.
54
0.6.9	2012-05-29
0.200.1606 by Jelmer Vernooij
Start on 0.6.9.
55
0.200.1609 by Jelmer Vernooij
Only create colocated branches in git-import if the --colocated option is specified.
56
 BUG FIXES
57
58
  * ``bzr git-import`` only creates colocated branches now if
59
    the --colocated option is specified. (Jelmer Vernooij)
60
0.200.1610 by Jelmer Vernooij
Convert ~ to _ in tag names.
61
  * Convert `~` to `_` when pushing into git, as `~` is not allowed in
62
    refs. (Jelmer Vernooij)
63
0.200.1611 by Jelmer Vernooij
Support optional new timeout argument to serve_git.
64
  * Support optional timeout argument to ``bzr serve --git``.
65
    (Jelmer Vernooij)
66
0.200.1613 by Jelmer Vernooij
Handle encoding better in working tree iter changes.
67
  * Handle encoding better in working tree iter changes.
68
    (Jelmer Vernooij, #1019978)
69
0.200.1605 by Jelmer Vernooij
Release 0.6.8.
70
0.6.8	2012-03-28
0.200.1565 by Jelmer Vernooij
Start on 0.6.8.
71
0.200.1586 by Jelmer Vernooij
Fixes duplicate tag warnings in 'git-remote-bzr' helper.
72
 BUG FIXES
73
0.200.1596 by Jelmer Vernooij
Don't mention development-subtree when submodules are encountered.
74
  * Fixes duplicate tag warnings in 'git-remote-bzr' helper.
75
    (Jelmer Vernooij, #905275)
76
77
  * Don't suggest development-subtree when submodules are encountered.
78
    (Jelmer Vernooij, #951494)
0.200.1586 by Jelmer Vernooij
Fixes duplicate tag warnings in 'git-remote-bzr' helper.
79
0.200.1598 by Jelmer Vernooij
Print proper error when unknown fields are encountered.
80
  * Print proper error when encountering data that can't be roundtripped.
81
    (Jelmer Vernooij)
82
0.200.1603 by Jelmer Vernooij
Ignore control directory filenames on Windows, too.
83
  * Ignore control directory filenames on Windows, too.
84
    (Jelmer Vernooij, #967054)
85
0.200.1604 by Jelmer Vernooij
Cope with commits with a completely empty tree.
86
  * Fix 'Unable to obtain lock' error when dpushing from a bound branch.
87
    (Jelmer Vernooij, #949557)
88
89
  * Cope with commits with a completely empty tree.
90
    (Jelmer Vernooij, #933132)
91
0.200.1589 by Jelmer Vernooij
Add test to make sure that certain invalid timezones are roundtripped correctly.
92
 TESTS
93
94
  * Add test to verify that certain invalid timezones ("--700") are
95
    roundtripped correctly. (Jelmer Vernooij, #697828)
96
0.200.1564 by Jelmer Vernooij
Release 0.6.7.
97
0.6.7	2012-01-25
0.200.1506 by Jelmer Vernooij
Start on 0.6.7.
98
0.200.1559 by Jelmer Vernooij
Fix compatibility with bzr 2.5.
99
 CHANGES
100
101
  * Switch to supporting bzr 2.5 only. (Jelmer Vernooij)
102
0.200.1527 by Jelmer Vernooij
Update NEWS.
103
 PERFORMANCE
104
105
  * "git:" revision specifier now avoids full branch history
106
    access if it can. (Jelmer Vernooij)
107
0.200.1548 by Jelmer Vernooij
Support setting branch nicks.
108
 DOCUMENTATION
0.200.1527 by Jelmer Vernooij
Update NEWS.
109
110
  * Added manual page for git-remote-bzr. (Jelmer Vernooij0
111
0.200.1548 by Jelmer Vernooij
Support setting branch nicks.
112
 BUG FIXES
113
114
  * Support setting branch nicks. (Jelmer Vernooij, #731239)
115
116
  * Support Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)
117
0.200.1556 by Jelmer Vernooij
Add 'github:' directory service.
118
 FEATURES
119
120
  * Add 'github:' directory service. (Jelmer Vernooij)
121
0.200.1505 by Jelmer Vernooij
Release 0.6.6.
122
0.6.6	2011-12-15
0.200.1463 by Jelmer Vernooij
Release 0.6.6.
123
0.200.1464 by Jelmer Vernooij
Warn about ignoring path segment parameters when using bzr 2.4.
124
 BUG FIXES
125
126
  * Warn about ignoring path segment parameters when using bzr
127
    2.4. (Jelmer Vernooij, #887785)
128
0.200.1480 by Jelmer Vernooij
Don't request unpeeled objects, newer versions of github refuse them.
129
  * Don't request unpeeled objects, newer versions of github refuse it.
130
    (Jelmer Vernooij, #897951)
131
0.200.1495 by Jelmer Vernooij
Add NEWS entry.
132
  * Specify proper number of arguments to action() handler.
133
    (Jelmer Vernooij, #894195)
134
0.200.1504 by Jelmer Vernooij
Add NEWS entry for 2.5 compatibility.
135
  * Fix compatibility with beta 4 of bzr 2.5.
136
    (Jelmer Vernooij)
137
0.200.1496 by Jelmer Vernooij
Provide --git-receive-pack and --git-upload-pack options for 'bzr serve'.
138
 FEATURES
139
140
  * New options '--git-receive-pack' and '--git-upload-pack'
141
    for 'bzr serve', providing support for inetd.
142
    (Jelmer Vernooij)
143
0.200.1462 by Jelmer Vernooij
release 0.6.5.
144
0.6.5	2011-11-08
0.200.1444 by Jelmer Vernooij
Start on 0.6.5.
145
0.200.1452 by Jelmer Vernooij
Support colocated branches in 'bzr git-import', flatten namespace.
146
 CHANGES
147
148
  * git-import no longer creates a deep hierarchy to store branches,
149
    instead it now strips the refs/heads/ prefix from ref names.
150
    (Jelmer Vernooij)
151
0.200.1462 by Jelmer Vernooij
release 0.6.5.
152
  * Bzr 2.3 is no longer supported. (Jelmer Vernooij)
153
0.200.1449 by Jelmer Vernooij
Fix compatibility with bzr < 2.5 when used with remote repositories.
154
 FIXES
155
156
  * Fix compatibility with bzr < 2.5 when used with remote repositories.
157
    (Jelmer Vernooij, #885566)
158
0.200.1450 by Jelmer Vernooij
Fix git-import after branch refactoring.
159
  * Fix git-import after branch refactoring. (Jelmer Vernooij, #886161)
160
0.200.1452 by Jelmer Vernooij
Support colocated branches in 'bzr git-import', flatten namespace.
161
  * git-import now creates colocated branches if the target bzrdir
162
    supports them. (Jelmer Vernooij)
163
0.200.1443 by Jelmer Vernooij
release 0.6.4.
164
0.6.4	2011-11-03
0.200.1429 by Jelmer Vernooij
Start on 0.6.4.
165
0.200.1436 by Jelmer Vernooij
Raise UnsupportedOperation for `Branch.revision_id_to_dotted_revno`,
166
 FIXES
167
168
  * Fix and test fetching from "bzr serve --git". (Jelmer Vernooij)
169
170
  * Raise UnsupportedOperation for `Branch.revision_id_to_dotted_revno`,
171
    making it possible to run ``bzr tags`` against remote git repositories.
172
    (Jelmer Vernooij, #858942)
173
0.200.1441 by Jelmer Vernooij
Add NEWS entry for compatibility problems with bzr 2.4.
174
  * Fix compatibility with bzr < 2.5. (Jelmer Vernooij, #885566)
175
0.271.6 by Jelmer Vernooij
add NEWS entry.
176
 FEATURES
177
0.200.1442 by Jelmer Vernooij
Fix typo.
178
  * Allow downloading branches over HTTP from loggerhead using the Git protocol.
0.271.7 by Jelmer Vernooij
Add instruction notice.
179
    To enable, set 'http_git=True' in the branch configuration.
180
    (Jelmer Vernooij, #585822)
0.271.6 by Jelmer Vernooij
add NEWS entry.
181
0.200.1428 by Jelmer Vernooij
release 0.6.3.
182
0.6.3	2011-11-01
0.200.1305 by Jelmer Vernooij
Only actually fetch tags if "branch.fetch_tags" is set to true.
183
184
 FIXES
185
186
  * Only actually fetch tags if "branch.fetch_tags" is set to true.
187
    (Jelmer Vernooij, #771184)
188
0.200.1342 by Jelmer Vernooij
Add basic support for alternates.
189
  * Add basic support for alternates. (Jelmer Vernooij)
190
0.200.1361 by Jelmer Vernooij
Support branches where the ref can't be mapped back to a branch name.
191
  * Support addressing branches by ref where the name can't be mapped back to
192
    a branch. (Jelmer Vernooij, #829481)
193
0.200.1385 by Jelmer Vernooij
Add NEWS entry for git<->git fix.
194
  * Skip post commit hook when dulwich is not available.
195
    (Jelmer Vernooij, #853974)
196
197
  * Fix pushing from git repository to git repository.
198
    (Jelmer Vernooij, #731270)
199
0.200.1386 by Jelmer Vernooij
Friendlier message if HEAD is not found.
200
  * Friendlier error message when HEAD can not be found in remote repository.
201
    (Jelmer Vernooij, #778920)
202
0.200.1396 by Jelmer Vernooij
Support updating tags in remote branches during pull.
203
  * Support updating tags in remote branches. (Jelmer Vernooij, #706990)
204
0.200.1402 by Jelmer Vernooij
Cope with tag changes in bzr.
205
  * Fix compatibility with tags API after changes in bzr.
206
    (Jelmer Vernooij, #861592)
207
0.200.1403 by Jelmer Vernooij
Cope with tags pointing at tree objects when cloning local git repositories.
208
  * Cope with tags pointing at trees when cloning local git repositories.
209
    (Jelmer Vernooij, #861973)
210
0.200.1408 by Jelmer Vernooij
Remove old ie children when converting directory into tree reference.
211
  * Remove pending entries when converting directory into tree reference.
212
    (Jelmer Vernooij, #871595)
213
0.200.1410 by Jelmer Vernooij
Add NEWS entry for fetching into repositories with stacked-on repositories.
214
  * Fix fetching into repositories with fallback repositories.
215
    (Jelmer Vernooij, #866028)
216
0.200.1336 by Jelmer Vernooij
Support the git smart server http protocol.
217
 FEATURES
218
219
  * Support the git http smart server protocol. (Jelmer Vernooij, #581933)
220
0.200.1394 by Jelmer Vernooij
Update NEWS
221
  * Support removal of remote branches. (Jelmer Vernooij, #855993)
222
0.200.1405 by Jelmer Vernooij
Add i18n support.
223
  * Add i18n support. (Jelmer Vernooij)
224
0.200.1418 by Jelmer Vernooij
Merge git remote helper.
225
  * Now includes git remote helper ``git-remote-bzr``. (Jelmer Vernooij)
226
0.200.1304 by Jelmer Vernooij
Release 0.6.2.
227
0.6.2	2011-08-07
0.200.1278 by Jelmer Vernooij
Start on 0.6.2
228
0.200.1281 by Jelmer Vernooij
Provide Repository.get_known_graph_ancestry.
229
 FEATURES
230
231
  * Provide Repository.get_known_graph_ancestry(). (Jelmer Vernooij)
232
0.200.1283 by Jelmer Vernooij
Provide Repository.get_file_graph() and Tree.get_file_revision().
233
  * Provide Repository.get_file_graph(). (Jelmer Vernooij, #677363)
234
235
  * Provide GitRevisionTree.get_file_mtime(). (Jelmer Vernooij)
236
237
  * Provide GitRevisionTree.get_file_revision(). (Jelmer Vernooij, #780953)
238
0.200.1291 by Jelmer Vernooij
add hook for updating to local git cache.
239
  * Add post-commit hook to update the git cache. (Jelmer Vernooij, #814651)
240
0.200.1302 by Jelmer Vernooij
Significantly improve performance of WorkingTree.extras().
241
 PERFORMANCE
242
243
  * Significantly improve performance of WorkingTree.extras().
244
    (Jelmer Vernooij)
245
0.200.1304 by Jelmer Vernooij
Release 0.6.2.
246
 CHANGES
247
248
  * Require Dulwich 0.8.0. (Jelmer Vernooij)
249
0.200.1277 by Jelmer Vernooij
Release 0.6.1.
250
0.6.1	2011-06-18
0.200.1188 by Jelmer Vernooij
Start on 0.6.1.
251
0.200.1237 by Jelmer Vernooij
Support control directories with a 'branches' subdirectory.
252
 BUG FIXES
253
254
  * Support git repositories without a branches directory in their control
255
    directory. (Jelmer Vernooij, #780239)
256
0.200.1271 by Jelmer Vernooij
Fix two mistakes in 'bzr help git'.
257
  * Fix two mistakes in 'bzr help git'. (Jelmer Vernooij, #791047)
258
0.200.1275 by Jelmer Vernooij
recognize missing repositories
259
  * Now raises a proper exception when receiving an "Unknown repository"
260
    error from GitHub. (Jelmer Vernooij, #798295)
261
0.200.1276 by Jelmer Vernooij
Update NEWS.
262
  * Support the new limit argument to InterBranch.fetch. (Jelmer Vernooij, #750175)
263
264
  * Support the new testament API that accepts a tree rather than an
265
    inventory. (Jelmer Vernooij, #762608)
266
267
  * Remove InterBranch.update_revisions. (Jelmer Vernooij, #771765)
268
269
  * Implement Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)
270
0.200.1184 by Jelmer Vernooij
Release 0.6.0.
271
0.6.0	2011-04-12
0.200.1082 by Jelmer Vernooij
start on 0.5.5
272
0.200.1110 by Jelmer Vernooij
Fix encoding handling in GitInventory.
273
 BUG FIXES
274
275
  * Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
276
0.200.1141 by Jelmer Vernooij
Use transports in git-import.
277
  * Use transports internally in "bzr git-import".
278
    (Jelmer Vernooij, #733919)
279
0.259.1 by Jelmer Vernooij
Provide custom GitDir.sprout() for bzr 2.4 compatibility.
280
  * Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
281
    (Jelmer Vernooij, #717937)
282
0.259.7 by Jelmer Vernooij
Fetch revisions associated with tags not in tips ancestry.
283
  * Revisions attached to tags that are not in the tips ancestry are now fetched.
284
    (Jelmer Vernooij, #309682)
285
0.200.1151 by Jelmer Vernooij
Update NEWS, add test for bug fixed earlier.
286
  * Fix recursion error merging tags for bound branches.
287
    (Jelmer Vernooij, #742833)
288
0.260.1 by Jelmer Vernooij
Fix fetch from remote during merge.
289
  * Fix fetching from remote git repositories during merge.
290
    (Jelmer Vernooij, #741760)
291
0.200.1164 by Jelmer Vernooij
Update NEWS for 731360
292
  * Properly raise RootMissing if no root is specified to an empty
293
    tree in the commit builder. (Jelmer Vernooij, #731360)
294
0.262.1 by Jelmer Vernooij
Fix WorkingTree.conflicts().
295
  * Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
296
0.263.1 by Jelmer Vernooij
Fix dpush for certain branches.
297
  * Fix dpush of certain branches. (Jelmer Vernooij, #705807)
298
0.200.1118 by Jelmer Vernooij
Update NEWS.
299
 API COMPLETENESS
300
301
  * Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
302
0.200.1111 by Jelmer Vernooij
Drop support for Bazaar < 2.3.
303
 COMPATIBILITY
304
305
  * Drop support for Bazaar < 2.3. (Jelmer Vernooij)
306
0.200.1081 by Jelmer Vernooij
release 0.5.4
307
0.5.4	2011-02-10
0.200.1073 by Jelmer Vernooij
Start on 0.5.4.
308
0.200.1074 by Jelmer Vernooij
Fix test suite compatibility with Bazaar 2.2. (Max Bowsher)
309
 BUG FIXES
310
311
  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
312
0.200.1075 by Jelmer Vernooij
Fix compatibility with older versions of python-tdb.
313
  * Fix compatibility with older versions of python-tdb.
314
    (Jelmer Vernooij, #707735)
315
0.200.1078 by Jelmer Vernooij
Fix git-import from remote repositories.
316
  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
317
0.200.1080 by Jelmer Vernooij
Fix handling of annotated tags when cloning from local repo.
318
  * Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
319
0.200.1072 by Jelmer Vernooij
Release 0.5.3.
320
0.5.3	2011-01-21
0.200.976 by Jelmer Vernooij
start on 0.5.3.
321
0.200.991 by Jelmer Vernooij
update news.
322
 BUG FIXES
323
324
  * Add in an empty git repository now works. (Jelmer Vernooij, #603823)
325
0.200.1004 by Jelmer Vernooij
Support opening of repositories over HTTP where the HTTP server
326
  * Support opening of repositories over HTTP where the HTTP server
0.200.1009 by Jelmer Vernooij
Add bug number.
327
    doesn't allow directory access. (Jelmer Vernooij, #617078)
0.200.1004 by Jelmer Vernooij
Support opening of repositories over HTTP where the HTTP server
328
0.200.1007 by Jelmer Vernooij
Support non-ascii characters in tag names.
329
  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
330
0.200.1071 by Jelmer Vernooij
Mark as compatible with bzr 2.4.
331
  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
0.200.1046 by Jelmer Vernooij
Mark as compatible with bzr 2.3.
332
0.200.1055 by Jelmer Vernooij
Cope with unknown refs.
333
  * Cope with unknown refs. (Jelmer Vernooij, #666443)
334
0.200.1065 by Jelmer Vernooij
Don't peel tags automatically when pushing back.
335
  * Don't peel tags automatically when pushing back.
336
    (Jelmer Vernooij, #675231)
337
0.200.1070 by Jelmer Vernooij
Fix `bzr-receive-pack` and `bzr-upload-pack`.
338
  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
339
0.200.993 by Jelmer Vernooij
Remove all remaining dependencies on C git.
340
 FEATURES
341
0.200.1010 by Jelmer Vernooij
Add bug #.
342
  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
0.200.993 by Jelmer Vernooij
Remove all remaining dependencies on C git.
343
0.200.1011 by Jelmer Vernooij
Add some basic documentation in 'bzr help git'.
344
  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
345
0.200.1049 by Jelmer Vernooij
Add --signoff option to 'bzr git-apply'.
346
  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
347
0.200.1050 by Jelmer Vernooij
Add --force option to 'bzr git-apply'.
348
  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)
349
0.200.975 by Jelmer Vernooij
Release 0.5.2.
350
0.5.2	2010-07-30
0.200.926 by Jelmer Vernooij
Fix formatting, drop support for Bazaar < 2.0.
351
352
 COMPATIBILITY
353
354
  * Drop support for Bazaar < 2.0. (Jelmer Vernooij)
355
0.200.971 by Chadrik
Fix 'bzr status' after 'bzr add' in native git working trees.
356
 BUG FIXES
0.200.932 by Jelmer Vernooij
Update NEWS.
357
358
  * Cope with kind changes when generating git objects from Bazaar 
359
    revisions that contain kind changes where a directory is changed 
0.200.971 by Chadrik
Fix 'bzr status' after 'bzr add' in native git working trees.
360
    into a file and its (file/symlink) children are removed 
361
    (rather than moved). (#597758, Jelmer Vernooij)
0.200.932 by Jelmer Vernooij
Update NEWS.
362
0.200.946 by Jelmer Vernooij
Fix reading pack files over http.
363
  * Fix reading pack files over http. (#588724, Jelmer Vernooij)
364
0.200.971 by Chadrik
Fix 'bzr status' after 'bzr add' in native git working trees.
365
  * Fix 'bzr status' after 'bzr add' in native git working trees.
366
    (#603800, Chadrik)
367
0.200.974 by Jelmer Vernooij
Provide VersionedFiles.get_annotator.
368
  * Provide VersionedFiles.get_annotator(). (#508288, Jelmer Vernooij)
369
0.200.984 by Jelmer Vernooij
Handle non-ascii characters in filenames.
370
  * Handle non-ascii characters in filenames. (#612291, Jelmer Vernooij)
371
0.200.949 by Jelmer Vernooij
merge support for specifying alternative paths for git executables.
372
 FEATURES
373
374
  * Support specifying alternative paths for git-upload-pack and 
375
    git-receive-pack. (Ross Light, #585204)
376
0.200.923 by Jelmer Vernooij
Release 0.5.1.
377
0.5.1	2010-05-22
0.248.2 by Jelmer Vernooij
Still default to localhost, update NEWS
378
379
 BUG FIXES
380
0.248.6 by Jelmer Vernooij
Mark as compatible with Bazaar 2.2
381
  * Mark as compatible with Bazaar 2.2 (Jelmer Vernooij)
382
0.248.2 by Jelmer Vernooij
Still default to localhost, update NEWS
383
  * Use host specified rather than localhost in `bzr serve`.
384
    (David Coles, #543998)
385
0.248.3 by Jelmer Vernooij
Handle working trees without valid HEAD branch.
386
  * Handle working trees without valid HEAD branch.
387
    (Jelmer Vernooij, #501385)
388
0.200.803 by Jelmer Vernooij
Default to non-bare repositories when initializing a control directory.
389
  * Default to non-bare repositories when initializing a control directory.
390
    (Jelmer Vernooij)
391
0.200.884 by Jelmer Vernooij
Cope with -0000 as timezone in Git commits.
392
  * Cope with -0000 as timezone in Git commits. (Jelmer Vernooij, #539978)
393
0.200.870 by Jelmer Vernooij
Support git-specific bzr diff option.
394
 FEATURES
395
396
  * Support 'bzr diff --format=git'. (Jelmer Vernooij, #555994)
397
0.200.814 by Jelmer Vernooij
Avoid the use of InventoryDirectory.children. This speeds up
398
 PERFORMANCE
399
 
400
  * Avoid the use of InventoryDirectory.children. This speeds up 
401
    imports significantly. (Jelmer Vernooij)
402
0.200.951 by Jelmer Vernooij
merge support for git object store-based caching mechanism.
403
  * Use Bazaar index files to store the sha map and git objects to cache 
404
    certain objects. (#520694, Jelmer Vernooij)
405
0.200.745 by Jelmer Vernooij
Release 0.5.0.
406
0.5.0	2010-03-18
0.200.697 by Jelmer Vernooij
start on 0.4.4
407
0.200.699 by Jelmer Vernooij
Update NEWS
408
 BUG FIXES
0.200.744 by Jelmer Vernooij
Add note about urlparse.urlsplit behaviour.
409
410
  * Fix compatibility with newer versions of Python2.6, which change the 
0.200.928 by Jelmer Vernooij
Mention bug # for urlsplit issue.
411
    behaviour of urlparse.urlsplit. (Jelmer Vernooij, #561351)
0.200.699 by Jelmer Vernooij
Update NEWS
412
 
413
  * Avoid storing texts of symlinks, which causes checksum errors in 
0.200.703 by Jelmer Vernooij
Merge support for executable symlinks.
414
    `bzr check`. (#512323, INADA Naoki, Jelmer Vernooij)
0.200.699 by Jelmer Vernooij
Update NEWS
415
0.200.700 by Jelmer Vernooij
Support committing to a git branch from a bzr working tree.
416
  * Support committing to a git branch from a bzr working tree. (#506174,
417
	Jelmer Vernooij)
418
0.200.703 by Jelmer Vernooij
Merge support for executable symlinks.
419
  * Support executable symlinks. (#512871, INADA Naoki, Jelmer Vernooij)
420
0.200.709 by Jelmer Vernooij
When unpacking URLs, strip leftmost slash to match gits behaviour.
421
  * When unpacking URLs, strip leftmost slash to match gits 
422
    behaviour. (#445156, Jelmer Vernooij)
423
0.200.711 by Jelmer Vernooij
Support merging tags to a local Git repository.
424
  * Support merging tags to a local Git repository.
425
    (#4445230, Jelmer Vernooij)
426
0.247.4 by Michael Hudson
NEWS
427
  * InterFromGitBranch.pull() supports an optional limit argument to limit
0.200.721 by Jelmer Vernooij
Merge partial fetch support from Michael.
428
    how many revisions to import in one go. (Michael Hudson)
0.247.4 by Michael Hudson
NEWS
429
0.200.727 by Jelmer Vernooij
Cope with different encodings better, rather than just stripping out
430
  * Cope with different encodings better, rather than just stripping out 
431
    unknown characters. (#529460, Jelmer Vernooij)
432
0.200.732 by Jelmer Vernooij
Support run_hooks argument to InterGitRemoteLocalBranch.pull().
433
  * Support ``run_hooks`` argument to ``InterGitRemoteLocalBranch.pull()``.
434
    (#524843, Jelmer Vernooij)
435
0.200.738 by Jelmer Vernooij
Properly ignore directories when creating bundles, deal with new files.
436
  * Properly ignore directories when creating bundles, deal with new files.
437
    (#456849, Jelmer Vernooij)
438
0.200.734 by Jelmer Vernooij
Don't import head revision twice when pulling from Git.
439
 PERFORMANCE
440
441
  * Don't import head revision twice when pulling from Git.
442
    (Jelmer Vernooij)
443
0.254.12 by Jelmer Vernooij
Use Bazaar index files to store the cache.
444
0.200.718 by Jelmer Vernooij
Merge http support.
445
 FEATURES
446
447
  * Support (dumb) HTTP repositories. (#373688, Jelmer Vernooij)
448
0.200.742 by Jelmer Vernooij
Update NEWS to mention colocated branches support.
449
  * Implement API for colocated branches. (#380871, Jelmer Vernooij)
450
0.200.696 by Jelmer Vernooij
Release 0.4.3.
451
0.4.3	2010-01-19
0.200.608 by Jelmer Vernooij
Start on 0.4.3
452
0.200.611 by Jelmer Vernooij
Merge warning fix from Naoki.
453
 BUG FIXES
454
455
  * Fix warning about unclosed files on Windows. (#441978, INADA Naoki)
456
0.200.613 by Jelmer Vernooij
Support creating working tree for existing git repo.
457
  * Support creating working tree for existing repository. (Jelmer Vernooij)
458
0.200.630 by Jelmer Vernooij
Fix base url of Git branches - use the working tree path rather than the control directory path.
459
  * Fix base url of Git branches - use the working tree path rather than 
460
    the control directory path. (Jelmer Vernooij)
461
0.200.635 by Jelmer Vernooij
Fix fetching between git repositories.
462
  * Fix fetching between git repositories. (#449507, Jelmer Vernooij)
463
0.200.692 by Jelmer Vernooij
Refuse pulling into non-rich-root branches rather than erroring out with an AttributeError.
464
  * Refuse pulling into non-rich-root branches rather than erroring 
465
    out with an AttributeError. (#449507, Jelmer Vernooij)
466
0.200.693 by Jelmer Vernooij
Unquote paths extracted from URLs.
467
  * Unquote paths extracted from URLs. (#445156, Jelmer Vernooij)
468
0.200.615 by Jelmer Vernooij
Optimize WorkingTree.extras().
469
 PERFORMANCE
470
471
  * Improve performance of WorkingTree.extras() by not looking up the 
0.200.618 by Jelmer Vernooij
Update NEWS.
472
    SHA1, kind and stat data of each file. (Jelmer Vernooij)
473
474
  * Provide custom InterTree for faster deltas between git working trees 
475
    and revision trees. (Jelmer Vernooij)
476
477
  * Provide custom InterTree for faster deltas between git revision trees.
478
    (Jelmer Vernooij)
0.200.615 by Jelmer Vernooij
Optimize WorkingTree.extras().
479
0.200.669 by Jelmer Vernooij
Update NEWS
480
  * Fix several places where a lot of memory was being consumed, especially
481
    for repositories with a large number of revisions or big trees.
482
    (#486076, Jelmer Vernooij
483
0.200.640 by Jelmer Vernooij
Add NEWS entry about hg-git support.
484
 FEATURES
485
486
  * Support for parsing --HG-- metadata in git commit messages, for 
487
    better interoperability with bzr-hg.
488
0.200.667 by Jelmer Vernooij
Update NEWS about submodules.
489
  * Submodules are now imported. This requires the use of the 
490
    development-subtree format in bzrlib though. (#402814, Jelmer Vernooij)
491
0.200.606 by Jelmer Vernooij
Release 0.4.2
492
0.4.2	2009-10-01
0.200.595 by Jelmer Vernooij
Start working on 0.4.2
493
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
494
 BUG FIXES
495
496
  * Cope with ghosts a bit better during "bzr dpush".
0.200.601 by Jelmer Vernooij
Update NEWS
497
    (Jelmer Vernooij)
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
498
0.200.603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
499
  * Better error message when Dulwich is missing. (#427276, Jelmer Vernooij)
0.239.7 by Jelmer Vernooij
Better error message when dulwich is missing.
500
0.200.603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
501
  * Support checkouts. (#427310, Jelmer Vernooij)
0.239.13 by Jelmer Vernooij
Don't break "bzr info -v" when Dulwich is not installed.
502
  
0.200.603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
503
  * Don't break "bzr info -v" when Dulwich is not installed. (#429394, 
504
															  Jelmer Vernooij)
505
506
  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)
0.239.8 by Jelmer Vernooij
Support checkouts.
507
0.200.607 by Jelmer Vernooij
Credit Inada.
508
  * Fix fetching of remote repositories on Windows. (INADA Naoki,
509
													 Jelmer Vernooij, #382125)
0.200.604 by Jelmer Vernooij
Fix fetching of remote repositories on Windows.
510
0.200.605 by Jelmer Vernooij
Ignore directories in WorkingTree.extras().
511
  * Ignore directories in WorkingTree.extras(). (Jelmer Vernooij, #373902)
512
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
513
 FEATURES
514
515
  * New "git" format supported by "bzr send". All revisions 
516
    are currently sent as one concatenated file, rather than 
517
	as separate files because of limitations in Bazaar.
0.200.601 by Jelmer Vernooij
Update NEWS
518
	(Jelmer Vernooij, Lukas Lalinsky)
519
520
 PERFORMANCE
521
522
  * Avoid re-fetching basis inventory during fetch.
523
    (Jelmer Vernooij)
0.238.7 by Jelmer Vernooij
Cope with ghosts a bit better.
524
0.200.594 by Jelmer Vernooij
Release 0.4.1.
525
0.4.1	2009-07-24
0.200.560 by Jelmer Vernooij
Start on 0.4.1
526
0.200.592 by Jelmer Vernooij
Avoid 'No such revision' error when encountering submodules.
527
 BUG FIXES
528
529
  * Avoid "No such revision" error when encountering submodules.
530
   (#400598)
531
0.200.593 by Jelmer Vernooij
Avoid writing empty trees.
532
  * Avoid creating empty trees in Git during dpush, as they are not 
533
    officially allowed. (#393706)
534
0.200.563 by Jelmer Vernooij
Attempt to parse progress indication from git status reports.
535
 FEATURES
536
537
  * Progress bars will now show results from the remote git server.
538
0.237.1 by Jelmer Vernooij
Release 0.4.0.
539
0.4.0	2009-06-18
0.236.2 by Jelmer Vernooij
Start on 0.3.3.
540
0.200.537 by Jelmer Vernooij
Fix handling of not-executable files becoming executable without any other changes.
541
 BUG FIXES
542
543
  * Fix handling of not-executable files becoming executable without any 
544
    other changes. (#382609)
545
0.200.549 by Jelmer Vernooij
Fix storing of unusual file modes.
546
  * XML-invalid characters are now no longer squashed if not required by 
547
    the target repository serializer format. The only non-XML based format 
548
	at the moment is the "2a" development format supported since bzr 1.16.
549
550
  * Unusual file modes that could be created in Git repositories using older
551
    versions of Git are now stored in Bazaar revision properties. This means 
552
	it's now possible to import the Git repository and the Linux kernel repository.
553
0.237.1 by Jelmer Vernooij
Release 0.4.0.
554
  * Mark as compatible with bzr 1.16.
555
0.236.1 by Jelmer Vernooij
release 0.3.2.
556
0.3.2	2009-05-20
0.200.514 by Jelmer Vernooij
Update NEWS.
557
558
 FEATURES
559
0.236.1 by Jelmer Vernooij
release 0.3.2.
560
  * "bzr commit" in git working trees works to some extent.
0.200.514 by Jelmer Vernooij
Update NEWS.
561
562
  * "bzr push" from local git repositories to remote git repositories works.
563
0.200.493 by Jelmer Vernooij
Update NEWS.
564
0.3.1	2009-05-13
0.200.474 by Jelmer Vernooij
Start working on 0.3.1.
565
0.200.483 by Jelmer Vernooij
Add NEWS entry about sha map.
566
 FEATURES
567
568
  * Alternative (faster) storage for SHA map using the TDB library
569
    (http://tdb.samba.org/). This will automatically be used if you have 
570
	TDB and its Python bindings installed. In all other situations the previous
571
	(slower) Sqlite database format will be used.
572
0.200.492 by Jelmer Vernooij
Update NEWS.
573
  * Now warns when escaping XML-invalid characters to work around a bug in the
574
    Bazaar revision serializer.
575
576
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
577
    them.
578
0.200.493 by Jelmer Vernooij
Update NEWS.
579
 BUG FIXES
580
581
  * Fixed git-import.
582
583
  * Fixed handling kind changes (tree -> blob) during fetch.
584
0.200.473 by Jelmer Vernooij
Release 0.3.0.
585
0.3.0	2009-05-10
0.200.409 by Jelmer Vernooij
Support parsing .gitignore.
586
587
 FEATURES
588
589
  * Support parsing .gitignore
0.200.473 by Jelmer Vernooij
Release 0.3.0.
590
591
  * Support dpushing to remote repositories.