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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
0.6.13  UNRELEASED

 BUG FIXES

  * "Support" empty repositories; print an appropriate error.
    (Jelmer Vernooij, #1219424)

  * Fix compatibility with and depend on dulwich 0.9.6. (William Grant)

0.6.12  2013-09-22

 FEATURES

  * Support thin packs when pushing and fetching to/from remote
    repositories. (William Grant, #878085)

 CHANGES

  * Fix compatibility with and depend on dulwich 0.9.1. (Jelmer Vernooij)

0.6.11	2013-08-04

 BUG FIXES

  * Add support for Bazaar 2.6.0. (Jelmer Vernooij)

0.6.10	2012-12-13

 FEATURES

  * New command 'bzr git-push-pristine-tar', which pushes pristine tar deltas
    to a git repository. (Jelmer Vernooij)

 BUG FIXES

  * Implement ``GitRevisionTree.is_executable``. (Jelmer Vernooij)

0.6.9	2012-05-29

 BUG FIXES

  * ``bzr git-import`` only creates colocated branches now if
    the --colocated option is specified. (Jelmer Vernooij)

  * Convert `~` to `_` when pushing into git, as `~` is not allowed in
    refs. (Jelmer Vernooij)

  * Support optional timeout argument to ``bzr serve --git``.
    (Jelmer Vernooij)

  * Handle encoding better in working tree iter changes.
    (Jelmer Vernooij, #1019978)

0.6.8	2012-03-28

 BUG FIXES

  * Fixes duplicate tag warnings in 'git-remote-bzr' helper.
    (Jelmer Vernooij, #905275)

  * Don't suggest development-subtree when submodules are encountered.
    (Jelmer Vernooij, #951494)

  * Print proper error when encountering data that can't be roundtripped.
    (Jelmer Vernooij)

  * Ignore control directory filenames on Windows, too.
    (Jelmer Vernooij, #967054)

  * Fix 'Unable to obtain lock' error when dpushing from a bound branch.
    (Jelmer Vernooij, #949557)

  * Cope with commits with a completely empty tree.
    (Jelmer Vernooij, #933132)

 TESTS

  * Add test to verify that certain invalid timezones ("--700") are
    roundtripped correctly. (Jelmer Vernooij, #697828)

0.6.7	2012-01-25

 CHANGES

  * Switch to supporting bzr 2.5 only. (Jelmer Vernooij)

 PERFORMANCE

  * "git:" revision specifier now avoids full branch history
    access if it can. (Jelmer Vernooij)

 DOCUMENTATION

  * Added manual page for git-remote-bzr. (Jelmer Vernooij0

 BUG FIXES

  * Support setting branch nicks. (Jelmer Vernooij, #731239)

  * Support Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)

 FEATURES

  * Add 'github:' directory service. (Jelmer Vernooij)

0.6.6	2011-12-15

 BUG FIXES

  * Warn about ignoring path segment parameters when using bzr
    2.4. (Jelmer Vernooij, #887785)

  * Don't request unpeeled objects, newer versions of github refuse it.
    (Jelmer Vernooij, #897951)

  * Specify proper number of arguments to action() handler.
    (Jelmer Vernooij, #894195)

  * Fix compatibility with beta 4 of bzr 2.5.
    (Jelmer Vernooij)

 FEATURES

  * New options '--git-receive-pack' and '--git-upload-pack'
    for 'bzr serve', providing support for inetd.
    (Jelmer Vernooij)

0.6.5	2011-11-08

 CHANGES

  * git-import no longer creates a deep hierarchy to store branches,
    instead it now strips the refs/heads/ prefix from ref names.
    (Jelmer Vernooij)

  * Bzr 2.3 is no longer supported. (Jelmer Vernooij)

 FIXES

  * Fix compatibility with bzr < 2.5 when used with remote repositories.
    (Jelmer Vernooij, #885566)

  * Fix git-import after branch refactoring. (Jelmer Vernooij, #886161)

  * git-import now creates colocated branches if the target bzrdir
    supports them. (Jelmer Vernooij)

0.6.4	2011-11-03

 FIXES

  * Fix and test fetching from "bzr serve --git". (Jelmer Vernooij)

  * Raise UnsupportedOperation for `Branch.revision_id_to_dotted_revno`,
    making it possible to run ``bzr tags`` against remote git repositories.
    (Jelmer Vernooij, #858942)

  * Fix compatibility with bzr < 2.5. (Jelmer Vernooij, #885566)

 FEATURES

  * Allow downloading branches over HTTP from loggerhead using the Git protocol.
    To enable, set 'http_git=True' in the branch configuration.
    (Jelmer Vernooij, #585822)

0.6.3	2011-11-01

 FIXES

  * Only actually fetch tags if "branch.fetch_tags" is set to true.
    (Jelmer Vernooij, #771184)

  * Add basic support for alternates. (Jelmer Vernooij)

  * Support addressing branches by ref where the name can't be mapped back to
    a branch. (Jelmer Vernooij, #829481)

  * Skip post commit hook when dulwich is not available.
    (Jelmer Vernooij, #853974)

  * Fix pushing from git repository to git repository.
    (Jelmer Vernooij, #731270)

  * Friendlier error message when HEAD can not be found in remote repository.
    (Jelmer Vernooij, #778920)

  * Support updating tags in remote branches. (Jelmer Vernooij, #706990)

  * Fix compatibility with tags API after changes in bzr.
    (Jelmer Vernooij, #861592)

  * Cope with tags pointing at trees when cloning local git repositories.
    (Jelmer Vernooij, #861973)

  * Remove pending entries when converting directory into tree reference.
    (Jelmer Vernooij, #871595)

  * Fix fetching into repositories with fallback repositories.
    (Jelmer Vernooij, #866028)

 FEATURES

  * Support the git http smart server protocol. (Jelmer Vernooij, #581933)

  * Support removal of remote branches. (Jelmer Vernooij, #855993)

  * Add i18n support. (Jelmer Vernooij)

  * Now includes git remote helper ``git-remote-bzr``. (Jelmer Vernooij)

0.6.2	2011-08-07

 FEATURES

  * Provide Repository.get_known_graph_ancestry(). (Jelmer Vernooij)

  * Provide Repository.get_file_graph(). (Jelmer Vernooij, #677363)

  * Provide GitRevisionTree.get_file_mtime(). (Jelmer Vernooij)

  * Provide GitRevisionTree.get_file_revision(). (Jelmer Vernooij, #780953)

  * Add post-commit hook to update the git cache. (Jelmer Vernooij, #814651)

 PERFORMANCE

  * Significantly improve performance of WorkingTree.extras().
    (Jelmer Vernooij)

 CHANGES

  * Require Dulwich 0.8.0. (Jelmer Vernooij)

0.6.1	2011-06-18

 BUG FIXES

  * Support git repositories without a branches directory in their control
    directory. (Jelmer Vernooij, #780239)

  * Fix two mistakes in 'bzr help git'. (Jelmer Vernooij, #791047)

  * Now raises a proper exception when receiving an "Unknown repository"
    error from GitHub. (Jelmer Vernooij, #798295)

  * Support the new limit argument to InterBranch.fetch. (Jelmer Vernooij, #750175)

  * Support the new testament API that accepts a tree rather than an
    inventory. (Jelmer Vernooij, #762608)

  * Remove InterBranch.update_revisions. (Jelmer Vernooij, #771765)

  * Implement Repository.set_make_working_trees(). (Jelmer Vernooij, #777065)

0.6.0	2011-04-12

 BUG FIXES

  * Fix encoding handling in Git working trees. (Jelmer Vernooij, #393038)

  * Use transports internally in "bzr git-import".
    (Jelmer Vernooij, #733919)

  * Provide custom GitDir.sprout() implementation for compatibility with bzr 2.4.
    (Jelmer Vernooij, #717937)

  * Revisions attached to tags that are not in the tips ancestry are now fetched.
    (Jelmer Vernooij, #309682)

  * Fix recursion error merging tags for bound branches.
    (Jelmer Vernooij, #742833)

  * Fix fetching from remote git repositories during merge.
    (Jelmer Vernooij, #741760)

  * Properly raise RootMissing if no root is specified to an empty
    tree in the commit builder. (Jelmer Vernooij, #731360)

  * Return proper conflict list from WorkingTree.conflicts. (Jelmer Vernooij, #741397)

  * Fix dpush of certain branches. (Jelmer Vernooij, #705807)

 API COMPLETENESS

  * Implement LocalGitControlDir.clone_on_transport. (Jelmer Vernooij, #721899)

 COMPATIBILITY

  * Drop support for Bazaar < 2.3. (Jelmer Vernooij)

0.5.4	2011-02-10

 BUG FIXES

  * Fix test suite compatibility with Bazaar 2.2. (Max Bowsher, #707434)

  * Fix compatibility with older versions of python-tdb.
    (Jelmer Vernooij, #707735)

  * Fix 'bzr git-import' from remote repositories. (Jelmer Vernooij, #706990)

  * Cope with tags when doing local fetches. (Jelmer Vernooij, #675637)

0.5.3	2011-01-21

 BUG FIXES

  * Add in an empty git repository now works. (Jelmer Vernooij, #603823)

  * Support opening of repositories over HTTP where the HTTP server
    doesn't allow directory access. (Jelmer Vernooij, #617078)

  * Support non-ascii characters in tag names. (Jelmer Vernooij, #616995)

  * Mark as compatible with bzr 2.3, 2.4. (Jelmer Vernooij)

  * Cope with unknown refs. (Jelmer Vernooij, #666443)

  * Don't peel tags automatically when pushing back.
    (Jelmer Vernooij, #675231)

  * Fix `bzr-receive-pack` and `bzr-upload-pack`. (Jelmer Vernooij, #681193)

 FEATURES

  * Remove all remaining dependencies on C git. (Jelmer Vernooij, #348238)

  * Add some basic documentation in 'bzr help git'. (Jelmer Vernooij, #605394)

  * Add --signoff option to 'bzr git-apply'. (Jelmer Vernooij)

  * Add --force option to 'bzr git-apply'. (Jelmer Vernooij)

0.5.2	2010-07-30

 COMPATIBILITY

  * Drop support for Bazaar < 2.0. (Jelmer Vernooij)

 BUG FIXES

  * Cope with kind changes when generating git objects from Bazaar 
    revisions that contain kind changes where a directory is changed 
    into a file and its (file/symlink) children are removed 
    (rather than moved). (#597758, Jelmer Vernooij)

  * Fix reading pack files over http. (#588724, Jelmer Vernooij)

  * Fix 'bzr status' after 'bzr add' in native git working trees.
    (#603800, Chadrik)

  * Provide VersionedFiles.get_annotator(). (#508288, Jelmer Vernooij)

  * Handle non-ascii characters in filenames. (#612291, Jelmer Vernooij)

 FEATURES

  * Support specifying alternative paths for git-upload-pack and 
    git-receive-pack. (Ross Light, #585204)

0.5.1	2010-05-22

 BUG FIXES

  * Mark as compatible with Bazaar 2.2 (Jelmer Vernooij)

  * Use host specified rather than localhost in `bzr serve`.
    (David Coles, #543998)

  * Handle working trees without valid HEAD branch.
    (Jelmer Vernooij, #501385)

  * Default to non-bare repositories when initializing a control directory.
    (Jelmer Vernooij)

  * Cope with -0000 as timezone in Git commits. (Jelmer Vernooij, #539978)

 FEATURES

  * Support 'bzr diff --format=git'. (Jelmer Vernooij, #555994)

 PERFORMANCE
 
  * Avoid the use of InventoryDirectory.children. This speeds up 
    imports significantly. (Jelmer Vernooij)

  * Use Bazaar index files to store the sha map and git objects to cache 
    certain objects. (#520694, Jelmer Vernooij)

0.5.0	2010-03-18

 BUG FIXES

  * Fix compatibility with newer versions of Python2.6, which change the 
    behaviour of urlparse.urlsplit. (Jelmer Vernooij, #561351)
 
  * Avoid storing texts of symlinks, which causes checksum errors in 
    `bzr check`. (#512323, INADA Naoki, Jelmer Vernooij)

  * Support committing to a git branch from a bzr working tree. (#506174,
	Jelmer Vernooij)

  * Support executable symlinks. (#512871, INADA Naoki, Jelmer Vernooij)

  * When unpacking URLs, strip leftmost slash to match gits 
    behaviour. (#445156, Jelmer Vernooij)

  * Support merging tags to a local Git repository.
    (#4445230, Jelmer Vernooij)

  * InterFromGitBranch.pull() supports an optional limit argument to limit
    how many revisions to import in one go. (Michael Hudson)

  * Cope with different encodings better, rather than just stripping out 
    unknown characters. (#529460, Jelmer Vernooij)

  * Support ``run_hooks`` argument to ``InterGitRemoteLocalBranch.pull()``.
    (#524843, Jelmer Vernooij)

  * Properly ignore directories when creating bundles, deal with new files.
    (#456849, Jelmer Vernooij)

 PERFORMANCE

  * Don't import head revision twice when pulling from Git.
    (Jelmer Vernooij)


 FEATURES

  * Support (dumb) HTTP repositories. (#373688, Jelmer Vernooij)

  * Implement API for colocated branches. (#380871, Jelmer Vernooij)

0.4.3	2010-01-19

 BUG FIXES

  * Fix warning about unclosed files on Windows. (#441978, INADA Naoki)

  * Support creating working tree for existing repository. (Jelmer Vernooij)

  * Fix base url of Git branches - use the working tree path rather than 
    the control directory path. (Jelmer Vernooij)

  * Fix fetching between git repositories. (#449507, Jelmer Vernooij)

  * Refuse pulling into non-rich-root branches rather than erroring 
    out with an AttributeError. (#449507, Jelmer Vernooij)

  * Unquote paths extracted from URLs. (#445156, Jelmer Vernooij)

 PERFORMANCE

  * Improve performance of WorkingTree.extras() by not looking up the 
    SHA1, kind and stat data of each file. (Jelmer Vernooij)

  * Provide custom InterTree for faster deltas between git working trees 
    and revision trees. (Jelmer Vernooij)

  * Provide custom InterTree for faster deltas between git revision trees.
    (Jelmer Vernooij)

  * Fix several places where a lot of memory was being consumed, especially
    for repositories with a large number of revisions or big trees.
    (#486076, Jelmer Vernooij

 FEATURES

  * Support for parsing --HG-- metadata in git commit messages, for 
    better interoperability with bzr-hg.

  * Submodules are now imported. This requires the use of the 
    development-subtree format in bzrlib though. (#402814, Jelmer Vernooij)

0.4.2	2009-10-01

 BUG FIXES

  * Cope with ghosts a bit better during "bzr dpush".
    (Jelmer Vernooij)

  * Better error message when Dulwich is missing. (#427276, Jelmer Vernooij)

  * Support checkouts. (#427310, Jelmer Vernooij)
  
  * Don't break "bzr info -v" when Dulwich is not installed. (#429394, 
															  Jelmer Vernooij)

  * Mark as compatible with Bazaar 2.1. (Jelmer Vernooij)

  * Fix fetching of remote repositories on Windows. (INADA Naoki,
													 Jelmer Vernooij, #382125)

  * Ignore directories in WorkingTree.extras(). (Jelmer Vernooij, #373902)

 FEATURES

  * New "git" format supported by "bzr send". All revisions 
    are currently sent as one concatenated file, rather than 
	as separate files because of limitations in Bazaar.
	(Jelmer Vernooij, Lukas Lalinsky)

 PERFORMANCE

  * Avoid re-fetching basis inventory during fetch.
    (Jelmer Vernooij)

0.4.1	2009-07-24

 BUG FIXES

  * Avoid "No such revision" error when encountering submodules.
   (#400598)

  * Avoid creating empty trees in Git during dpush, as they are not 
    officially allowed. (#393706)

 FEATURES

  * Progress bars will now show results from the remote git server.

0.4.0	2009-06-18

 BUG FIXES

  * Fix handling of not-executable files becoming executable without any 
    other changes. (#382609)

  * XML-invalid characters are now no longer squashed if not required by 
    the target repository serializer format. The only non-XML based format 
	at the moment is the "2a" development format supported since bzr 1.16.

  * Unusual file modes that could be created in Git repositories using older
    versions of Git are now stored in Bazaar revision properties. This means 
	it's now possible to import the Git repository and the Linux kernel repository.

  * Mark as compatible with bzr 1.16.

0.3.2	2009-05-20

 FEATURES

  * "bzr commit" in git working trees works to some extent.

  * "bzr push" from local git repositories to remote git repositories works.

0.3.1	2009-05-13

 FEATURES

  * Alternative (faster) storage for SHA map using the TDB library
    (http://tdb.samba.org/). This will automatically be used if you have 
	TDB and its Python bindings installed. In all other situations the previous
	(slower) Sqlite database format will be used.

  * Now warns when escaping XML-invalid characters to work around a bug in the
    Bazaar revision serializer.

  * Now allows "unusual" file modes (100664, etc) but will warn the user about
    them.

 BUG FIXES

  * Fixed git-import.

  * Fixed handling kind changes (tree -> blob) during fetch.

0.3.0	2009-05-10

 FEATURES

  * Support parsing .gitignore

  * Support dpushing to remote repositories.