~wgrant/bzr-git/lp-fixes-caching-hackery

1628 by Jelmer Vernooij
Handle empty repositories during clone.
1
0.6.13  UNRELEASED
2
3
 BUG FIXES
4
5
  * "Support" empty repositories; print an appropriate error.
6
    (Jelmer Vernooij, #1219424)
7
1631 by William Grant
Fix TransportObjectStore to actually have packs with the new cache dict.
8
  * Fix compatibility with and depend on dulwich 0.9.6. (William Grant)
9
1627 by Jelmer Vernooij
release 0.6.12.
10
0.6.12  2013-09-22
1620.1.1 by William Grant
Support thin packs in fetch_pack and send_pack, since dulwich now handles them properly.
11
12
 FEATURES
13
14
  * Support thin packs when pushing and fetching to/from remote
15
    repositories. (William Grant, #878085)
16
1627 by Jelmer Vernooij
release 0.6.12.
17
 CHANGES
18
19
  * Fix compatibility with and depend on dulwich 0.9.1. (Jelmer Vernooij)
20
1619 by Jelmer Vernooij
release 0.6.11.
21
0.6.11	2013-08-04
1617 by Jelmer Vernooij
Add support for bzr 2.6.0.
22
23
 BUG FIXES
24
25
  * Add support for Bazaar 2.6.0. (Jelmer Vernooij)
26
1616 by Jelmer Vernooij
release 0.6.10.
27
0.6.10	2012-12-13
1613.1.6 by Jelmer Vernooij
Add 'bzr git-push-pristine-tar' command.
28
29
 FEATURES
30
31
  * New command 'bzr git-push-pristine-tar', which pushes pristine tar deltas
32
    to a git repository. (Jelmer Vernooij)
33
1615 by Jelmer Vernooij
Implement GitRevisionTree.is_executable.:
34
 BUG FIXES
35
36
  * Implement ``GitRevisionTree.is_executable``. (Jelmer Vernooij)
37
1612 by Jelmer Vernooij
Release 0.6.9.
38
0.6.9	2012-05-29
1606 by Jelmer Vernooij
Start on 0.6.9.
39
1609 by Jelmer Vernooij
Only create colocated branches in git-import if the --colocated option is specified.
40
 BUG FIXES
41
42
  * ``bzr git-import`` only creates colocated branches now if
43
    the --colocated option is specified. (Jelmer Vernooij)
44
1610 by Jelmer Vernooij
Convert ~ to _ in tag names.
45
  * Convert `~` to `_` when pushing into git, as `~` is not allowed in
46
    refs. (Jelmer Vernooij)
47
1611 by Jelmer Vernooij
Support optional new timeout argument to serve_git.
48
  * Support optional timeout argument to ``bzr serve --git``.
49
    (Jelmer Vernooij)
50
1613 by Jelmer Vernooij
Handle encoding better in working tree iter changes.
51
  * Handle encoding better in working tree iter changes.
52
    (Jelmer Vernooij, #1019978)
53
1605 by Jelmer Vernooij
Release 0.6.8.
54
0.6.8	2012-03-28
1565 by Jelmer Vernooij
Start on 0.6.8.
55
1586 by Jelmer Vernooij
Fixes duplicate tag warnings in 'git-remote-bzr' helper.
56
 BUG FIXES
57
1596 by Jelmer Vernooij
Don't mention development-subtree when submodules are encountered.
58
  * Fixes duplicate tag warnings in 'git-remote-bzr' helper.
59
    (Jelmer Vernooij, #905275)
60
61
  * Don't suggest development-subtree when submodules are encountered.
62
    (Jelmer Vernooij, #951494)
1586 by Jelmer Vernooij
Fixes duplicate tag warnings in 'git-remote-bzr' helper.
63
1598 by Jelmer Vernooij
Print proper error when unknown fields are encountered.
64
  * Print proper error when encountering data that can't be roundtripped.
65
    (Jelmer Vernooij)
66
1603 by Jelmer Vernooij
Ignore control directory filenames on Windows, too.
67
  * Ignore control directory filenames on Windows, too.
68
    (Jelmer Vernooij, #967054)
69
1604 by Jelmer Vernooij
Cope with commits with a completely empty tree.
70
  * Fix 'Unable to obtain lock' error when dpushing from a bound branch.
71
    (Jelmer Vernooij, #949557)
72
73
  * Cope with commits with a completely empty tree.
74
    (Jelmer Vernooij, #933132)
75
1589 by Jelmer Vernooij
Add test to make sure that certain invalid timezones are roundtripped correctly.
76
 TESTS
77
78
  * Add test to verify that certain invalid timezones ("--700") are
79
    roundtripped correctly. (Jelmer Vernooij, #697828)
80
1564 by Jelmer Vernooij
Release 0.6.7.
81
0.6.7	2012-01-25
1506 by Jelmer Vernooij
Start on 0.6.7.
82
1559 by Jelmer Vernooij
Fix compatibility with bzr 2.5.
83
 CHANGES
84
85
  * Switch to supporting bzr 2.5 only. (Jelmer Vernooij)
86
1527 by Jelmer Vernooij
Update NEWS.
87
 PERFORMANCE
88
89
  * "git:" revision specifier now avoids full branch history
90
    access if it can. (Jelmer Vernooij)
91
1548 by Jelmer Vernooij
Support setting branch nicks.
92
 DOCUMENTATION
1527 by Jelmer Vernooij
Update NEWS.
93
94
  * Added manual page for git-remote-bzr. (Jelmer Vernooij0
95
1548 by Jelmer Vernooij
Support setting branch nicks.
96
 BUG FIXES
97
98
  * Support setting branch nicks. (Jelmer Vernooij, #731239)
99
100
  * Support Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)
101
1556 by Jelmer Vernooij
Add 'github:' directory service.
102
 FEATURES
103
104
  * Add 'github:' directory service. (Jelmer Vernooij)
105
1505 by Jelmer Vernooij
Release 0.6.6.
106
0.6.6	2011-12-15
1463 by Jelmer Vernooij
Release 0.6.6.
107
1464 by Jelmer Vernooij
Warn about ignoring path segment parameters when using bzr 2.4.
108
 BUG FIXES
109
110
  * Warn about ignoring path segment parameters when using bzr
111
    2.4. (Jelmer Vernooij, #887785)
112
1480 by Jelmer Vernooij
Don't request unpeeled objects, newer versions of github refuse them.
113
  * Don't request unpeeled objects, newer versions of github refuse it.
114
    (Jelmer Vernooij, #897951)
115
1495 by Jelmer Vernooij
Add NEWS entry.
116
  * Specify proper number of arguments to action() handler.
117
    (Jelmer Vernooij, #894195)
118
1504 by Jelmer Vernooij
Add NEWS entry for 2.5 compatibility.
119
  * Fix compatibility with beta 4 of bzr 2.5.
120
    (Jelmer Vernooij)
121
1496 by Jelmer Vernooij
Provide --git-receive-pack and --git-upload-pack options for 'bzr serve'.
122
 FEATURES
123
124
  * New options '--git-receive-pack' and '--git-upload-pack'
125
    for 'bzr serve', providing support for inetd.
126
    (Jelmer Vernooij)
127
1462 by Jelmer Vernooij
release 0.6.5.
128
0.6.5	2011-11-08
1444 by Jelmer Vernooij
Start on 0.6.5.
129
1452 by Jelmer Vernooij
Support colocated branches in 'bzr git-import', flatten namespace.
130
 CHANGES
131
132
  * git-import no longer creates a deep hierarchy to store branches,
133
    instead it now strips the refs/heads/ prefix from ref names.
134
    (Jelmer Vernooij)
135
1462 by Jelmer Vernooij
release 0.6.5.
136
  * Bzr 2.3 is no longer supported. (Jelmer Vernooij)
137
1449 by Jelmer Vernooij
Fix compatibility with bzr < 2.5 when used with remote repositories.
138
 FIXES
139
140
  * Fix compatibility with bzr < 2.5 when used with remote repositories.
141
    (Jelmer Vernooij, #885566)
142
1450 by Jelmer Vernooij
Fix git-import after branch refactoring.
143
  * Fix git-import after branch refactoring. (Jelmer Vernooij, #886161)
144
1452 by Jelmer Vernooij
Support colocated branches in 'bzr git-import', flatten namespace.
145
  * git-import now creates colocated branches if the target bzrdir
146
    supports them. (Jelmer Vernooij)
147
1443 by Jelmer Vernooij
release 0.6.4.
148
0.6.4	2011-11-03
1429 by Jelmer Vernooij
Start on 0.6.4.
149
1436 by Jelmer Vernooij
Raise UnsupportedOperation for `Branch.revision_id_to_dotted_revno`,
150
 FIXES
151
152
  * Fix and test fetching from "bzr serve --git". (Jelmer Vernooij)
153
154
  * Raise UnsupportedOperation for `Branch.revision_id_to_dotted_revno`,
155
    making it possible to run ``bzr tags`` against remote git repositories.
156
    (Jelmer Vernooij, #858942)
157
1441 by Jelmer Vernooij
Add NEWS entry for compatibility problems with bzr 2.4.
158
  * Fix compatibility with bzr < 2.5. (Jelmer Vernooij, #885566)
159
1439.1.6 by Jelmer Vernooij
add NEWS entry.
160
 FEATURES
161
1442 by Jelmer Vernooij
Fix typo.
162
  * Allow downloading branches over HTTP from loggerhead using the Git protocol.
1439.1.7 by Jelmer Vernooij
Add instruction notice.
163
    To enable, set 'http_git=True' in the branch configuration.
164
    (Jelmer Vernooij, #585822)
1439.1.6 by Jelmer Vernooij
add NEWS entry.
165
1428 by Jelmer Vernooij
release 0.6.3.
166
0.6.3	2011-11-01
1305 by Jelmer Vernooij
Only actually fetch tags if "branch.fetch_tags" is set to true.
167
168
 FIXES
169
170
  * Only actually fetch tags if "branch.fetch_tags" is set to true.
171
    (Jelmer Vernooij, #771184)
172
1342 by Jelmer Vernooij
Add basic support for alternates.
173
  * Add basic support for alternates. (Jelmer Vernooij)
174
1361 by Jelmer Vernooij
Support branches where the ref can't be mapped back to a branch name.
175
  * Support addressing branches by ref where the name can't be mapped back to
176
    a branch. (Jelmer Vernooij, #829481)
177
1385 by Jelmer Vernooij
Add NEWS entry for git<->git fix.
178
  * Skip post commit hook when dulwich is not available.
179
    (Jelmer Vernooij, #853974)
180
181
  * Fix pushing from git repository to git repository.
182
    (Jelmer Vernooij, #731270)
183
1386 by Jelmer Vernooij
Friendlier message if HEAD is not found.
184
  * Friendlier error message when HEAD can not be found in remote repository.
185
    (Jelmer Vernooij, #778920)
186
1396 by Jelmer Vernooij
Support updating tags in remote branches during pull.
187
  * Support updating tags in remote branches. (Jelmer Vernooij, #706990)
188
1402 by Jelmer Vernooij
Cope with tag changes in bzr.
189
  * Fix compatibility with tags API after changes in bzr.
190
    (Jelmer Vernooij, #861592)
191
1403 by Jelmer Vernooij
Cope with tags pointing at tree objects when cloning local git repositories.
192
  * Cope with tags pointing at trees when cloning local git repositories.
193
    (Jelmer Vernooij, #861973)
194
1408 by Jelmer Vernooij
Remove old ie children when converting directory into tree reference.
195
  * Remove pending entries when converting directory into tree reference.
196
    (Jelmer Vernooij, #871595)
197
1410 by Jelmer Vernooij
Add NEWS entry for fetching into repositories with stacked-on repositories.
198
  * Fix fetching into repositories with fallback repositories.
199
    (Jelmer Vernooij, #866028)
200
1336 by Jelmer Vernooij
Support the git smart server http protocol.
201
 FEATURES
202
203
  * Support the git http smart server protocol. (Jelmer Vernooij, #581933)
204
1394 by Jelmer Vernooij
Update NEWS
205
  * Support removal of remote branches. (Jelmer Vernooij, #855993)
206
1405 by Jelmer Vernooij
Add i18n support.
207
  * Add i18n support. (Jelmer Vernooij)
208
1418 by Jelmer Vernooij
Merge git remote helper.
209
  * Now includes git remote helper ``git-remote-bzr``. (Jelmer Vernooij)
210
1304 by Jelmer Vernooij
Release 0.6.2.
211
0.6.2	2011-08-07
1278 by Jelmer Vernooij
Start on 0.6.2
212
1281 by Jelmer Vernooij
Provide Repository.get_known_graph_ancestry.
213
 FEATURES
214
215
  * Provide Repository.get_known_graph_ancestry(). (Jelmer Vernooij)
216
1283 by Jelmer Vernooij
Provide Repository.get_file_graph() and Tree.get_file_revision().
217
  * Provide Repository.get_file_graph(). (Jelmer Vernooij, #677363)
218
219
  * Provide GitRevisionTree.get_file_mtime(). (Jelmer Vernooij)
220
221
  * Provide GitRevisionTree.get_file_revision(). (Jelmer Vernooij, #780953)
222
1291 by Jelmer Vernooij
add hook for updating to local git cache.
223
  * Add post-commit hook to update the git cache. (Jelmer Vernooij, #814651)
224
1302 by Jelmer Vernooij
Significantly improve performance of WorkingTree.extras().
225
 PERFORMANCE
226
227
  * Significantly improve performance of WorkingTree.extras().
228
    (Jelmer Vernooij)
229
1304 by Jelmer Vernooij
Release 0.6.2.
230
 CHANGES
231
232
  * Require Dulwich 0.8.0. (Jelmer Vernooij)
233
1277 by Jelmer Vernooij
Release 0.6.1.
234
0.6.1	2011-06-18
1188 by Jelmer Vernooij
Start on 0.6.1.
235
1237 by Jelmer Vernooij
Support control directories with a 'branches' subdirectory.
236
 BUG FIXES
237
238
  * Support git repositories without a branches directory in their control
239
    directory. (Jelmer Vernooij, #780239)
240
1271 by Jelmer Vernooij
Fix two mistakes in 'bzr help git'.
241
  * Fix two mistakes in 'bzr help git'. (Jelmer Vernooij, #791047)
242
1275 by Jelmer Vernooij
recognize missing repositories
243
  * Now raises a proper exception when receiving an "Unknown repository"
244
    error from GitHub. (Jelmer Vernooij, #798295)
245
1276 by Jelmer Vernooij
Update NEWS.
246
  * Support the new limit argument to InterBranch.fetch. (Jelmer Vernooij, #750175)
247
248
  * Support the new testament API that accepts a tree rather than an
249
    inventory. (Jelmer Vernooij, #762608)
250
251
  * Remove InterBranch.update_revisions. (Jelmer Vernooij, #771765)
252
253
  * Implement Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)
254
1184 by Jelmer Vernooij
Release 0.6.0.
255
0.6.0	2011-04-12
1082 by Jelmer Vernooij
start on 0.5.5
256
1110 by Jelmer Vernooij
Fix encoding handling in GitInventory.
257
 BUG FIXES
258
259
  * Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)
260
1141 by Jelmer Vernooij
Use transports in git-import.
261
  * Use transports internally in "bzr git-import".
262
    (Jelmer Vernooij, #733919)
263
1148.1.1 by Jelmer Vernooij
Provide custom GitDir.sprout() for bzr 2.4 compatibility.
264
  * Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
265
    (Jelmer Vernooij, #717937)
266
1148.1.7 by Jelmer Vernooij
Fetch revisions associated with tags not in tips ancestry.
267
  * Revisions attached to tags that are not in the tips ancestry are now fetched.
268
    (Jelmer Vernooij, #309682)
269
1151 by Jelmer Vernooij
Update NEWS, add test for bug fixed earlier.
270
  * Fix recursion error merging tags for bound branches.
271
    (Jelmer Vernooij, #742833)
272
1154.1.1 by Jelmer Vernooij
Fix fetch from remote during merge.
273
  * Fix fetching from remote git repositories during merge.
274
    (Jelmer Vernooij, #741760)
275
1164 by Jelmer Vernooij
Update NEWS for 731360
276
  * Properly raise RootMissing if no root is specified to an empty
277
    tree in the commit builder. (Jelmer Vernooij, #731360)
278
1177.1.1 by Jelmer Vernooij
Fix WorkingTree.conflicts().
279
  * Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)
280
1182.1.1 by Jelmer Vernooij
Fix dpush for certain branches.
281
  * Fix dpush of certain branches. (Jelmer Vernooij, #705807)
282
1118 by Jelmer Vernooij
Update NEWS.
283
 API COMPLETENESS
284
285
  * Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)
286
1111 by Jelmer Vernooij
Drop support for Bazaar < 2.3.
287
 COMPATIBILITY
288
289
  * Drop support for Bazaar < 2.3. (Jelmer Vernooij)
290
1081 by Jelmer Vernooij
release 0.5.4
291
0.5.4	2011-02-10
1073 by Jelmer Vernooij
Start on 0.5.4.
292
1074 by Jelmer Vernooij
Fix test suite compatibility with Bazaar 2.2. (Max Bowsher)
293
 BUG FIXES
294
295
  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)
296
1075 by Jelmer Vernooij
Fix compatibility with older versions of python-tdb.
297
  * Fix compatibility with older versions of python-tdb.
298
    (Jelmer Vernooij, #707735)
299
1078 by Jelmer Vernooij
Fix git-import from remote repositories.
300
  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)
301
1080 by Jelmer Vernooij
Fix handling of annotated tags when cloning from local repo.
302
  * Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)
303
1072 by Jelmer Vernooij
Release 0.5.3.
304
0.5.3	2011-01-21
976 by Jelmer Vernooij
start on 0.5.3.
305
991 by Jelmer Vernooij
update news.
306
 BUG FIXES
307
308
  * Add in an empty git repository now works. (Jelmer Vernooij, #603823)
309
1004 by Jelmer Vernooij
Support opening of repositories over HTTP where the HTTP server
310
  * Support opening of repositories over HTTP where the HTTP server
1009 by Jelmer Vernooij
Add bug number.
311
    doesn't allow directory access. (Jelmer Vernooij, #617078)
1004 by Jelmer Vernooij
Support opening of repositories over HTTP where the HTTP server
312
1007 by Jelmer Vernooij
Support non-ascii characters in tag names.
313
  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)
314
1071 by Jelmer Vernooij
Mark as compatible with bzr 2.4.
315
  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)
1046 by Jelmer Vernooij
Mark as compatible with bzr 2.3.
316
1055 by Jelmer Vernooij
Cope with unknown refs.
317
  * Cope with unknown refs. (Jelmer Vernooij, #666443)
318
1065 by Jelmer Vernooij
Don't peel tags automatically when pushing back.
319
  * Don't peel tags automatically when pushing back.
320
    (Jelmer Vernooij, #675231)
321
1070 by Jelmer Vernooij
Fix `bzr-receive-pack` and `bzr-upload-pack`.
322
  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)
323
993 by Jelmer Vernooij
Remove all remaining dependencies on C git.
324
 FEATURES
325
1010 by Jelmer Vernooij
Add bug #.
326
  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)
993 by Jelmer Vernooij
Remove all remaining dependencies on C git.
327
1011 by Jelmer Vernooij
Add some basic documentation in 'bzr help git'.
328
  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)
329
1049 by Jelmer Vernooij
Add --signoff option to 'bzr git-apply'.
330
  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)
331
1050 by Jelmer Vernooij
Add --force option to 'bzr git-apply'.
332
  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)
333
975 by Jelmer Vernooij
Release 0.5.2.
334
0.5.2	2010-07-30
926 by Jelmer Vernooij
Fix formatting, drop support for Bazaar < 2.0.
335
336
 COMPATIBILITY
337
338
  * Drop support for Bazaar < 2.0. (Jelmer Vernooij)
339
971 by Chadrik
Fix 'bzr status' after 'bzr add' in native git working trees.
340
 BUG FIXES
932 by Jelmer Vernooij
Update NEWS.
341
342
  * Cope with kind changes when generating git objects from Bazaar 
343
    revisions that contain kind changes where a directory is changed 
971 by Chadrik
Fix 'bzr status' after 'bzr add' in native git working trees.
344
    into a file and its (file/symlink) children are removed 
345
    (rather than moved). (#597758, Jelmer Vernooij)
932 by Jelmer Vernooij
Update NEWS.
346
946 by Jelmer Vernooij
Fix reading pack files over http.
347
  * Fix reading pack files over http. (#588724, Jelmer Vernooij)
348
971 by Chadrik
Fix 'bzr status' after 'bzr add' in native git working trees.
349
  * Fix 'bzr status' after 'bzr add' in native git working trees.
350
    (#603800, Chadrik)
351
974 by Jelmer Vernooij
Provide VersionedFiles.get_annotator.
352
  * Provide VersionedFiles.get_annotator(). (#508288, Jelmer Vernooij)
353
984 by Jelmer Vernooij
Handle non-ascii characters in filenames.
354
  * Handle non-ascii characters in filenames. (#612291, Jelmer Vernooij)
355
949 by Jelmer Vernooij
merge support for specifying alternative paths for git executables.
356
 FEATURES
357
358
  * Support specifying alternative paths for git-upload-pack and 
359
    git-receive-pack. (Ross Light, #585204)
360
923 by Jelmer Vernooij
Release 0.5.1.
361
0.5.1	2010-05-22
745.1.2 by Jelmer Vernooij
Still default to localhost, update NEWS
362
363
 BUG FIXES
364
745.1.6 by Jelmer Vernooij
Mark as compatible with Bazaar 2.2
365
  * Mark as compatible with Bazaar 2.2 (Jelmer Vernooij)
366
745.1.2 by Jelmer Vernooij
Still default to localhost, update NEWS
367
  * Use host specified rather than localhost in `bzr serve`.
368
    (David Coles, #543998)
369
745.1.3 by Jelmer Vernooij
Handle working trees without valid HEAD branch.
370
  * Handle working trees without valid HEAD branch.
371
    (Jelmer Vernooij, #501385)
372
803 by Jelmer Vernooij
Default to non-bare repositories when initializing a control directory.
373
  * Default to non-bare repositories when initializing a control directory.
374
    (Jelmer Vernooij)
375
884 by Jelmer Vernooij
Cope with -0000 as timezone in Git commits.
376
  * Cope with -0000 as timezone in Git commits. (Jelmer Vernooij, #539978)
377
870 by Jelmer Vernooij
Support git-specific bzr diff option.
378
 FEATURES
379
380
  * Support 'bzr diff --format=git'. (Jelmer Vernooij, #555994)
381
814 by Jelmer Vernooij
Avoid the use of InventoryDirectory.children. This speeds up
382
 PERFORMANCE
383
 
384
  * Avoid the use of InventoryDirectory.children. This speeds up 
385
    imports significantly. (Jelmer Vernooij)
386
951 by Jelmer Vernooij
merge support for git object store-based caching mechanism.
387
  * Use Bazaar index files to store the sha map and git objects to cache 
388
    certain objects. (#520694, Jelmer Vernooij)
389
745 by Jelmer Vernooij
Release 0.5.0.
390
0.5.0	2010-03-18
697 by Jelmer Vernooij
start on 0.4.4
391
699 by Jelmer Vernooij
Update NEWS
392
 BUG FIXES
744 by Jelmer Vernooij
Add note about urlparse.urlsplit behaviour.
393
394
  * Fix compatibility with newer versions of Python2.6, which change the 
928 by Jelmer Vernooij
Mention bug # for urlsplit issue.
395
    behaviour of urlparse.urlsplit. (Jelmer Vernooij, #561351)
699 by Jelmer Vernooij
Update NEWS
396
 
397
  * Avoid storing texts of symlinks, which causes checksum errors in 
703 by Jelmer Vernooij
Merge support for executable symlinks.
398
    `bzr check`. (#512323, INADA Naoki, Jelmer Vernooij)
699 by Jelmer Vernooij
Update NEWS
399
700 by Jelmer Vernooij
Support committing to a git branch from a bzr working tree.
400
  * Support committing to a git branch from a bzr working tree. (#506174,
401
	Jelmer Vernooij)
402
703 by Jelmer Vernooij
Merge support for executable symlinks.
403
  * Support executable symlinks. (#512871, INADA Naoki, Jelmer Vernooij)
404
709 by Jelmer Vernooij
When unpacking URLs, strip leftmost slash to match gits behaviour.
405
  * When unpacking URLs, strip leftmost slash to match gits 
406
    behaviour. (#445156, Jelmer Vernooij)
407
711 by Jelmer Vernooij
Support merging tags to a local Git repository.
408
  * Support merging tags to a local Git repository.
409
    (#4445230, Jelmer Vernooij)
410
720.1.4 by Michael Hudson
NEWS
411
  * InterFromGitBranch.pull() supports an optional limit argument to limit
721 by Jelmer Vernooij
Merge partial fetch support from Michael.
412
    how many revisions to import in one go. (Michael Hudson)
720.1.4 by Michael Hudson
NEWS
413
727 by Jelmer Vernooij
Cope with different encodings better, rather than just stripping out
414
  * Cope with different encodings better, rather than just stripping out 
415
    unknown characters. (#529460, Jelmer Vernooij)
416
732 by Jelmer Vernooij
Support run_hooks argument to InterGitRemoteLocalBranch.pull().
417
  * Support ``run_hooks`` argument to ``InterGitRemoteLocalBranch.pull()``.
418
    (#524843, Jelmer Vernooij)
419
738 by Jelmer Vernooij
Properly ignore directories when creating bundles, deal with new files.
420
  * Properly ignore directories when creating bundles, deal with new files.
421
    (#456849, Jelmer Vernooij)
422
734 by Jelmer Vernooij
Don't import head revision twice when pulling from Git.
423
 PERFORMANCE
424
425
  * Don't import head revision twice when pulling from Git.
426
    (Jelmer Vernooij)
427
677.1.12 by Jelmer Vernooij
Use Bazaar index files to store the cache.
428
718 by Jelmer Vernooij
Merge http support.
429
 FEATURES
430
431
  * Support (dumb) HTTP repositories. (#373688, Jelmer Vernooij)
432
742 by Jelmer Vernooij
Update NEWS to mention colocated branches support.
433
  * Implement API for colocated branches. (#380871, Jelmer Vernooij)
434
696 by Jelmer Vernooij
Release 0.4.3.
435
0.4.3	2010-01-19
608 by Jelmer Vernooij
Start on 0.4.3
436
611 by Jelmer Vernooij
Merge warning fix from Naoki.
437
 BUG FIXES
438
439
  * Fix warning about unclosed files on Windows. (#441978, INADA Naoki)
440
613 by Jelmer Vernooij
Support creating working tree for existing git repo.
441
  * Support creating working tree for existing repository. (Jelmer Vernooij)
442
630 by Jelmer Vernooij
Fix base url of Git branches - use the working tree path rather than the control directory path.
443
  * Fix base url of Git branches - use the working tree path rather than 
444
    the control directory path. (Jelmer Vernooij)
445
635 by Jelmer Vernooij
Fix fetching between git repositories.
446
  * Fix fetching between git repositories. (#449507, Jelmer Vernooij)
447
692 by Jelmer Vernooij
Refuse pulling into non-rich-root branches rather than erroring out with an AttributeError.
448
  * Refuse pulling into non-rich-root branches rather than erroring 
449
    out with an AttributeError. (#449507, Jelmer Vernooij)
450
693 by Jelmer Vernooij
Unquote paths extracted from URLs.
451
  * Unquote paths extracted from URLs. (#445156, Jelmer Vernooij)
452
615 by Jelmer Vernooij
Optimize WorkingTree.extras().
453
 PERFORMANCE
454
455
  * Improve performance of WorkingTree.extras() by not looking up the 
618 by Jelmer Vernooij
Update NEWS.
456
    SHA1, kind and stat data of each file. (Jelmer Vernooij)
457
458
  * Provide custom InterTree for faster deltas between git working trees 
459
    and revision trees. (Jelmer Vernooij)
460
461
  * Provide custom InterTree for faster deltas between git revision trees.
462
    (Jelmer Vernooij)
615 by Jelmer Vernooij
Optimize WorkingTree.extras().
463
669 by Jelmer Vernooij
Update NEWS
464
  * Fix several places where a lot of memory was being consumed, especially
465
    for repositories with a large number of revisions or big trees.
466
    (#486076, Jelmer Vernooij
467
640 by Jelmer Vernooij
Add NEWS entry about hg-git support.
468
 FEATURES
469
470
  * Support for parsing --HG-- metadata in git commit messages, for 
471
    better interoperability with bzr-hg.
472
667 by Jelmer Vernooij
Update NEWS about submodules.
473
  * Submodules are now imported. This requires the use of the 
474
    development-subtree format in bzrlib though. (#402814, Jelmer Vernooij)
475
606 by Jelmer Vernooij
Release 0.4.2
476
0.4.2	2009-10-01
595 by Jelmer Vernooij
Start working on 0.4.2
477
527.1.7 by Jelmer Vernooij
Cope with ghosts a bit better.
478
 BUG FIXES
479
480
  * Cope with ghosts a bit better during "bzr dpush".
601 by Jelmer Vernooij
Update NEWS
481
    (Jelmer Vernooij)
527.1.7 by Jelmer Vernooij
Cope with ghosts a bit better.
482
603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
483
  * Better error message when Dulwich is missing. (#427276, Jelmer Vernooij)
598.1.7 by Jelmer Vernooij
Better error message when dulwich is missing.
484
603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
485
  * Support checkouts. (#427310, Jelmer Vernooij)
598.1.13 by Jelmer Vernooij
Don't break "bzr info -v" when Dulwich is not installed.
486
  
603 by Jelmer Vernooij
mark as compatible with bzr 2.1.
487
  * Don't break "bzr info -v" when Dulwich is not installed. (#429394, 
488
															  Jelmer Vernooij)
489
490
  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)
598.1.8 by Jelmer Vernooij
Support checkouts.
491
607 by Jelmer Vernooij
Credit Inada.
492
  * Fix fetching of remote repositories on Windows. (INADA Naoki,
493
													 Jelmer Vernooij, #382125)
604 by Jelmer Vernooij
Fix fetching of remote repositories on Windows.
494
605 by Jelmer Vernooij
Ignore directories in WorkingTree.extras().
495
  * Ignore directories in WorkingTree.extras(). (Jelmer Vernooij, #373902)
496
527.1.7 by Jelmer Vernooij
Cope with ghosts a bit better.
497
 FEATURES
498
499
  * New "git" format supported by "bzr send". All revisions 
500
    are currently sent as one concatenated file, rather than 
501
	as separate files because of limitations in Bazaar.
601 by Jelmer Vernooij
Update NEWS
502
	(Jelmer Vernooij, Lukas Lalinsky)
503
504
 PERFORMANCE
505
506
  * Avoid re-fetching basis inventory during fetch.
507
    (Jelmer Vernooij)
527.1.7 by Jelmer Vernooij
Cope with ghosts a bit better.
508
594 by Jelmer Vernooij
Release 0.4.1.
509
0.4.1	2009-07-24
560 by Jelmer Vernooij
Start on 0.4.1
510
592 by Jelmer Vernooij
Avoid 'No such revision' error when encountering submodules.
511
 BUG FIXES
512
513
  * Avoid "No such revision" error when encountering submodules.
514
   (#400598)
515
593 by Jelmer Vernooij
Avoid writing empty trees.
516
  * Avoid creating empty trees in Git during dpush, as they are not 
517
    officially allowed. (#393706)
518
563 by Jelmer Vernooij
Attempt to parse progress indication from git status reports.
519
 FEATURES
520
521
  * Progress bars will now show results from the remote git server.
522
559.1.1 by Jelmer Vernooij
Release 0.4.0.
523
0.4.0	2009-06-18
528.1.2 by Jelmer Vernooij
Start on 0.3.3.
524
537 by Jelmer Vernooij
Fix handling of not-executable files becoming executable without any other changes.
525
 BUG FIXES
526
527
  * Fix handling of not-executable files becoming executable without any 
528
    other changes. (#382609)
529
549 by Jelmer Vernooij
Fix storing of unusual file modes.
530
  * XML-invalid characters are now no longer squashed if not required by 
531
    the target repository serializer format. The only non-XML based format 
532
	at the moment is the "2a" development format supported since bzr 1.16.
533
534
  * Unusual file modes that could be created in Git repositories using older
535
    versions of Git are now stored in Bazaar revision properties. This means 
536
	it's now possible to import the Git repository and the Linux kernel repository.
537
559.1.1 by Jelmer Vernooij
Release 0.4.0.
538
  * Mark as compatible with bzr 1.16.
539
528.1.1 by Jelmer Vernooij
release 0.3.2.
540
0.3.2	2009-05-20
514 by Jelmer Vernooij
Update NEWS.
541
542
 FEATURES
543
528.1.1 by Jelmer Vernooij
release 0.3.2.
544
  * "bzr commit" in git working trees works to some extent.
514 by Jelmer Vernooij
Update NEWS.
545
546
  * "bzr push" from local git repositories to remote git repositories works.
547
493 by Jelmer Vernooij
Update NEWS.
548
0.3.1	2009-05-13
474 by Jelmer Vernooij
Start working on 0.3.1.
549
483 by Jelmer Vernooij
Add NEWS entry about sha map.
550
 FEATURES
551
552
  * Alternative (faster) storage for SHA map using the TDB library
553
    (http://tdb.samba.org/). This will automatically be used if you have 
554
	TDB and its Python bindings installed. In all other situations the previous
555
	(slower) Sqlite database format will be used.
556
492 by Jelmer Vernooij
Update NEWS.
557
  * Now warns when escaping XML-invalid characters to work around a bug in the
558
    Bazaar revision serializer.
559
560
  * Now allows "unusual" file modes (100664, etc) but will warn the user about
561
    them.
562
493 by Jelmer Vernooij
Update NEWS.
563
 BUG FIXES
564
565
  * Fixed git-import.
566
567
  * Fixed handling kind changes (tree -> blob) during fetch.
568
473 by Jelmer Vernooij
Release 0.3.0.
569
0.3.0	2009-05-10
409 by Jelmer Vernooij
Support parsing .gitignore.
570
571
 FEATURES
572
573
  * Support parsing .gitignore
473 by Jelmer Vernooij
Release 0.3.0.
574
575
  * Support dpushing to remote repositories.