/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.64.185 by Ian Clatworthy
Open 0.9 development
1
============================
0.64.80 by Ian Clatworthy
added NEWS and setup.py
2
bzr-fastimport Release Notes
0.64.185 by Ian Clatworthy
Open 0.9 development
3
============================
0.64.80 by Ian Clatworthy
added NEWS and setup.py
4
5
.. contents::
6
0.64.347 by Jelmer Vernooij
Start on 0.13.0.
7
0.13 UNRELEASED
8
0.64.348 by Jelmer Vernooij
Fix compatibility with bzr 2.6.
9
Compatibility
10
-------------
11
12
* Avoid using Tree.inventory directly, which is deprecated in bzr 2.6.
13
  (Jelmer Vernooij)
14
0.64.349 by Jelmer Vernooij
Reimport some modules removed from python-fastimport 0.9.2.
15
* Reimport some modules removed from python-fastimport 0.9.2.
16
  (Jelmer Vernooij, #693507)
17
0.64.346 by Jelmer Vernooij
Release 0.12.0.
18
0.12 2012-02-09
0.64.331 by Jelmer Vernooij
Start on 0.12.0.
19
0.64.332 by Jelmer Vernooij
Cope with non-utf8 characters in paths when importing.
20
Bug fixes
21
---------
22
23
* Cope with non-utf8 characters in paths when importing.
24
  (Jelmer Vernooij, #838980)
25
0.64.337 by Jelmer Vernooij
Merge support for --rewrite-tag-names.
26
Features
27
--------
28
29
* New option --rewrite-tag-names for 'bzr fast-export'. (Alex Usov, #872601)
30
0.64.338 by Jelmer Vernooij
Merge in support for --dont-squash-empty-commits.
31
* New option --dont-squash-empty-commits for 'bzr fast-import-filter'.
32
  (Alex Usov, #877303)
33
0.64.340 by Jelmer Vernooij
Merge support for --baseline option to 'bzr export'.
34
* Add --baseline option to ``bzr export``. (Andy Grimm, #893382)
35
0.64.330 by Jelmer Vernooij
Release 0.11.0.
36
0.11 2011-08-22
0.64.308 by Jelmer Vernooij
Start on 0.11.
37
0.64.310 by Jelmer Vernooij
Fix fast-import-info.
38
Bug fixes
39
---------
40
41
* Fix internal error in 'bzr fast-import-info'. (Jelmer Vernooij, #730833)
42
0.64.316 by Jelmer Vernooij
Don't rely on bzrlib in setup.py.
43
* Setup.py no longer relies on bzrlib. (Jelmer Vernooij, #735201)
44
0.64.318 by Jelmer Vernooij
Avoid Inventory.copy, which has disappeared in newer versions of Bazaar.
45
* Avoid Inventory.copy, which has disappeared in newer versions of Bazaar.
46
  (Jelmer Vernooij, #485788)
47
0.64.321 by Jelmer Vernooij
Allow fast-import-filter to be used without first argument.
48
* Allow "bzr fast-import-filter" to be used without first argument.
49
  (Jelmer Vernooij, #792935)
50
0.64.327 by Jelmer Vernooij
Remove --branches-path and --tags-path options, which are not implemented by the underlying code yet.
51
* Remove --branches-path and --tags-path options from ``bzr fast-export-from-svn``.
52
  These options are not supported by the underlying svn-fast-export.py yet.
53
  (Jelmer Vernooij, #513747)
54
0.64.328 by Jelmer Vernooij
In "plain" mode, skip tags that contain characters not valid in Git.
55
* In "plain" mode, skip tags that contain characters not valid in Git.
56
  (Jelmer Vernooij, #386986)
57
0.64.329 by Jelmer Vernooij
Support exporting files that are changed into directories.
58
* Support exporting files that are changed into directories.
59
  (Henrik Nyberg, #631979)
60
0.64.307 by Jelmer Vernooij
Release 0.10.
61
0.10 08-Mar-2011
0.64.279 by Jelmer Vernooij
Merge split of python-fastimport into a separate package.
62
63
Changes
64
-------
65
66
* bzr-fastimport's file parsing and generation functionality has been exported into
67
  separate upstream project called python-fastimport, that it now depends on.
68
  python-fastimport can be retrieved from http://launchpad.net/python-fastimport.
69
0.64.288 by Jelmer Vernooij
Cope with non-ascii characters in tag names.
70
Bug fixes
71
---------
72
73
* Cope with non-ascii characters in tag names. (Jelmer Vernooij, #598060)
74
0.64.289 by Jelmer Vernooij
Cope with non-ascii characters in symbolic links.
75
* Cope with non-ascii characters in symbolic links. (Daniel Clemente,
76
   Jelmer Vernooij, #238365)
77
0.64.291 by Jelmer Vernooij
In plain mode, don't export multiple authors.
78
* In plain mode, don't export multiple authors. (David Kilzer, #496677)
79
0.64.292 by Jelmer Vernooij
Fix indentation when running p4.
80
* Fix indentation when starting p4 fails. (Jelmer Vernooij)
81
0.64.293 by Jelmer Vernooij
SOURCE argument to bzr fast-import-filter is now optional, consistent with examples.
82
* SOURCE argument to bzr fast-import-filter is now optional, consistent with
83
  examples. (Jelmer Vernooij, #477861)
84
0.64.294 by Jelmer Vernooij
Support new marks file format introduced in (apparently) git 1.6.
85
* Support new marks file format introduced in (apparently) git 1.6.
86
  (Ian Clatworthy, Jelmer Vernooij, Gabriel Filion, #347729)
87
0.64.295 by Jelmer Vernooij
Allow entries without email address in user map.
88
* Allow entries without email address in user map. (Jelmer Vernooij, #576598)
89
0.64.296 by Jelmer Vernooij
Strip leading slashes when exporting Subversion repositories.
90
* Strip leading slashes when exporting Subversion repositories.
91
  (Jelmer Vernooij, #477869)
92
0.64.303 by Jelmer Vernooij
Cope with non-utf8 characters in commit messages.
93
* Cope with non-utf8 characters in commit messages. (Jelmer Vernooij, #444896)
94
0.64.304 by Jelmer Vernooij
Add download_url in setup.py for use on pypi.
95
* Include download_url in setup.py for use on pypi. (Jelmer Vernooij, #456957)
96
0.64.305 by Jelmer Vernooij
Fix incremental imports from incremental input streams.
97
* Fix incremental imports from incremental import streams.
98
  (termie, Jelmer Vernooij, #328494)
99
0.64.275 by Ian Clatworthy
Release 0.9
100
0.9 28-Feb-2010
101
===============
0.64.185 by Ian Clatworthy
Open 0.9 development
102
103
New Features
104
------------
105
0.64.207 by Ian Clatworthy
fast-import destination argument, implicit repo creation & trunk working tree updating
106
* The fast-import command now takes an optional but recommended
107
  DESTINATION argument. A repository will be created at this
108
  location and branches will be created within there. If the user
109
  is running bzr 1.17 up to 2.0, format "2a" is used for these,
110
  otherwise the default format is used. A format can be explicitly
111
  given using the new --format option. (Ian Clatworthy)
112
0.93.12 by Ian Clatworthy
NEWS item and doco tweaks
113
* Wrapper commands simplifying the generation of fast-import
114
  files from other tools are now provided. The general usage is:
115
116
    bzr fast-export-from-xxx SOURCE project.fi
117
118
  Before starting an export, these commands make an effort to
0.64.207 by Ian Clatworthy
fast-import destination argument, implicit repo creation & trunk working tree updating
119
  check that dependent tools are installed. So far, wrapper
120
  commands are available for cvs, darcs, git, hg (Mercurial),
121
  mnt (Monotone), p4 (Perforce) and svn (Subversion).
122
  (Ian Clatworthy, Matt McClure)
0.93.12 by Ian Clatworthy
NEWS item and doco tweaks
123
0.64.190 by Ian Clatworthy
NEWS item wrt darcs-fast-export
124
* darcs-fast-export is now bundled. In fact, the project has
125
  merged into this one for the purposes of ongoing bug fixing
126
  and development. (Miklos Vajna)
127
0.64.232 by Ian Clatworthy
Merge feature support including generation/parsing of commit-properties, multiple-authors and empty-directories
128
* fast-export now supports a --no-plain parameter which causes
129
  richer metadata to be included in the output using the
130
  recently agreed 'feature' extension capability. The features
131
  used are called multiple-authors, commit-properties and
132
  empty-directories. (Ian Clatworthy)
133
0.64.253 by Ian Clatworthy
update NEWS with recent changes
134
* fast-import and fast-import-filter now support user mapping
135
  via the new --user-map option. The argument is a file specifying
136
  how user-ids should be mapped to preferred user-ids.
137
  (Ian Clatworthy)
138
139
* svn-fast-export now supports an address option (to control the
140
  default email domain) and a first-rev option (to select revisions
141
  since a given one). (Ted Gould)
142
0.64.185 by Ian Clatworthy
Open 0.9 development
143
Improvements
144
------------
145
0.64.253 by Ian Clatworthy
update NEWS with recent changes
146
* Large repositories now compress better thanks to a change in
147
  how file-ids are assigned. (Ian Clatworthy, John Arbash Meinel)
148
0.64.264 by Ian Clatworthy
Merge John's smarter caching of blobs to improve memory footprint
149
* Memory usage is improved by flushing blobs to a disk cache
150
  when appropriate. (John Arbash Meinel)
151
0.64.217 by Ian Clatworthy
update NEWS
152
* If a fast-import source ends in ".gz", it is assumed to be in
153
  gzip format and the stream is implicitly uncompressed. This
154
  means fast-import dump files generated by fast-export-from-xxx
155
  can be stored gzipped to save space. (Ian Clatworthy)
156
0.64.207 by Ian Clatworthy
fast-import destination argument, implicit repo creation & trunk working tree updating
157
* The working tree is now implicitly updated for trunk. Other
158
  branches still need to be explicitly created using 'bzr update'.
159
  (Ian Clatworthy)
160
161
* Directories that become empty following a delete or rename of
0.64.198 by Ian Clatworthy
update NEWS
162
  one of their children are now implicitly pruned. If required,
163
  this will be made optional at a later date.
0.64.231 by Ian Clatworthy
More intelligent empty directory removal (Tom Widmer)
164
  (Tom Widmer, Ian Clatworthy)
0.64.198 by Ian Clatworthy
update NEWS
165
0.64.217 by Ian Clatworthy
update NEWS
166
* Blob tracking is now more intelligently done by an implicit
167
  first pass to collect blob usage statistics. This eliminates
168
  the need for an explicit 2-step process in all cases except
169
  where stdin is used as the input source. (Ian Clatworthy)
170
0.64.188 by Ian Clatworthy
update NEWS
171
* Updated the bundled version of hg-fast-export to be the latest
172
  code (25-May-2009) from http://repo.or.cz/w/fast-export.git.
173
  (Ian Clatworthy)
174
0.64.185 by Ian Clatworthy
Open 0.9 development
175
Bug Fixes
176
---------
177
0.64.198 by Ian Clatworthy
update NEWS
178
* Fixed the format used to create branches in a shared repository.
179
  It now selects the best branch format based on the repository
180
  format, rather than assume the default branch format is the right
181
  one. (Ian Clatworthy)
182
0.64.188 by Ian Clatworthy
update NEWS
183
* Fixed inventory delta generation when deleting directories.
184
  (Previously the child paths included were relative to the
185
  directory when they ought to be relative to the root.)
186
  (Ian Clatworthy)
187
0.64.198 by Ian Clatworthy
update NEWS
188
* Gracefully handle email addresses with unicode characters.
189
  (Ian Clatworthy)
190
0.64.218 by Ian Clatworthy
Fix git-bzr mark compatibility issue (Gonéri Le Bouder)
191
* Gracefully handle an empty input stream. (Gonéri Le Bouder)
192
0.64.229 by Ian Clatworthy
Handle git submodules in the stream by warning about + ignoring them
193
* Gracefully handle git submodules by ignoring them.
194
  (Ian Clatworthy)
195
0.64.218 by Ian Clatworthy
Fix git-bzr mark compatibility issue (Gonéri Le Bouder)
196
* Get git-bzr working again. (Gonéri Le Bouder)
0.64.217 by Ian Clatworthy
update NEWS
197
0.64.185 by Ian Clatworthy
Open 0.9 development
198
Documentation
199
-------------
200
0.64.217 by Ian Clatworthy
update NEWS
201
* Improved documentation has been published in the Bazaar Data Migration
202
  Guide: http://doc.bazaar-vcs.org/migration/en/data-migration/.
203
0.64.185 by Ian Clatworthy
Open 0.9 development
204
0.64.184 by Ian Clatworthy
release 0.8
205
0.8 22-Jul-2009
0.64.185 by Ian Clatworthy
Open 0.9 development
206
===============
207
208
Compatibility Breaks
209
--------------------
210
211
* ``exporters/bzr-fast-export`` has been replaced with a
212
  ``fast-export`` command. Some minor issues have been
213
  fixed at the same time: the first commit now goes into
214
  refs/heads/master (not refs/head/tmp); there's no
215
  checkpoint at the top of the stream; parent commits are
216
  now always given lower mark numbers than the commits they
217
  are merged into. (Ian Clatworthy)
218
219
* The ``fast-import`` command now uses a different mapping of
220
  git reference names to bzr branch names. In summary:
221
  
222
  * ``refs/heads/foo`` is mapped to ``foo``
223
  * ``refs/remotes/origin/foo`` is mapped to ``foo.remote``
224
  * ``refs/tags/foo`` is mapped to ``foo.tag``
225
  * ``*/master`` is mapped to ``trunk``, ``trunk.remote``, etc.
226
  * ``*/trunk`` is mapped to ``git-trunk``, ``git-trunk.remote``, etc.
227
228
  This new mapping has been introduced so that more natural
229
  branch names are used and to enable round-tripping back to git.
230
  (Ian Clatworthy)
231
232
* The old ``fast-import-filter`` command is now called
233
  ``fast-import-query``. ``fast-import-filter`` now
234
  really filters the input to produce a fast-import stream
235
  based on filtering criteria. See below.
236
  (Ian Clatworthy)
237
238
* The ``--inv-fulltext`` option is no longer supported. It was
239
  only used in experimental mode for old versions of bzrlib so
240
  it added more complexity than value. (Ian Clatworthy)
241
242
New Features
243
------------
244
245
* Added ``fast-import-filter`` command for splitting out a
246
  subdirectory or bunch of files into their own project. It can
247
  also be used to create a new repository without any history
248
  for nominated files and directories. This is useful for
249
  removing information which is a security risk, huge binary
250
  files like ISO images, etc.
251
  (Ian Clatworthy)
252
253
* Copying of files and symbolic links is now supported.
254
  (Ian Clatworthy)
255
256
* Initial cut at reset support. (Brian de Alwis, Ian Clatworthy)
257
258
Improvements
259
------------
260
261
* If ``refs/heads/xxx`` and ``refs/remotes/origin/xxx`` are both
262
  defined, the latter is now mapped to a bzr branch called
263
  ``xxx.remote`` rather than ``remotes--origins--xxx``.
264
  (Ian Clatworthy)
265
266
* ``bzr fast-import-info`` now handles an unlimited # of parents for a
267
  revision. The spec suggests the maximum ought to be 16 but the linux
268
  kernel has revisions with more than that.
269
  (Ian Clatworthy)
270
271
* ``bzr fast-import-info`` now reports on things that may need caching,
272
  i.e. merges, rename old paths and copy source paths.
273
  (Ian Clatworthy)
274
275
* Tag commands with a missing from clause now produce a warning but
276
  are otherwise ignored. (Scott James Remnant, Ian Clatworthy)
277
278
* The fastimport-id-map file can now have more revisions than the
279
  repository. (Scott James Remnant)
280
281
* Updated the bundled version of hg-fast-export to be the latest
282
  code from http://repo.or.cz/w/fast-export.git. It should now
283
  support recent Mercurial releases.
284
  (Ian Clatworthy, #318903)
285
286
Bug Fixes
287
---------
288
289
* Fixed a *bad* bug where filecopy commands were being parsed
290
  as filerename commands. Repositories generated by previous
291
  version of bzr-fast-import where the input stream contained
292
  filecopy commands might be missing data (the copy source will
293
  no longer be there if it was unchanged since the copy happened)
294
  and ought to be regenerated.
295
  (Ian Clatworthy)
296
297
* Fixed how the per-file graph is generated. The per-file graph
298
  may still be less than perfect in the case where a file is only
299
  changed in a merge and not the parent, but in the vast majority
300
  of cases now, ``bzr check`` should no longer report inconsistent
301
  parents. (Ian Clatworthy)
302
303
* Fix ``os`` import as needed on Windows.
304
  (Ian Clatworthy, esskov, #264988)
305
306
* Handle a directory turning into a file and then the children
307
  of that directory being deleted.
308
  (Ian Clatworthy, #309486)
309
310
* Handle an empty email section.
311
  (Ian Clatworthy)
312
313
* Handle multiple merges within the one merge clause. That's illegal
314
  according to the spec but git-fast-export does it.
315
  (Ian Clatworthy, #259711)
316
317
* Handle names and paths that aren't utf8 encoded. The spec recommends
318
  utf8 encoding of these but git-fast-export doesn't always do that.
319
  (Ian Clatworthy, #289088)
320
321
* Ignore lightweight tags with no from clause rather than abort.
322
  (It seems git-fast-export outputs these commands frequently now
323
  while it didn't appear to in early versions.)
324
  (Ian Clatworthy, edice, #259711)
325
326
* Import into rich-root (and subtree) repositories without aborting.
327
  (Ian Clatworthy, #300921)
328
329
* Recursively delete children when a directory is deleted.
330
  (Scott James Remnant)
331
332
* The ``deleteall`` command now only tries to delete files in the
333
  nominated branch, not all known files. As a consequence,
334
  it should now be possible (if it wasn't before) to import
335
  multiple Darcs branches (via darcs-fast-export) at once.
336
  (Ian Clatworthy)
337
338
Testing
339
-------
340
341
* A large number of tests have been added.
342
  (Ian Clatworthy)
343
344
Internals
345
---------
346
347
* Refactored ``processors/generic_processor.py`` into a bunch of modules.
348
  (Ian Clatworthy)
0.64.117 by Ian Clatworthy
generic_processor.py refactoring
349
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
350
351
0.7 09-Feb-2009
0.64.185 by Ian Clatworthy
Open 0.9 development
352
===============
353
354
Compatibility Breaks
355
--------------------
356
357
* bzr-fast-export.py renamed to bzr-fast-export.
358
  (Jelmer Vernooij)
359
360
Improvements
361
------------
362
363
* Add support for the deleteall command.
364
  (Miklos Vajna, #284941)
365
366
Bug Fixes
367
---------
368
369
* bzr-fast-export now exports rm+mv correctly.
370
  (Jonas)
371
372
* Fix recursive rename handling in bzr-fast-export.
373
  (Pieter de Bie, #287785)
374
375
* hg-fast-export should use binary mode on Windows.
376
  (Alexey Stukalov)
377
378
* setup.py no longer assumes python2.4.
379
  (schickb@gmail.com)
380
381
* setup.py support fixed.
382
  (Jelmer Vernooij)
383
384
* Update the last-modified revision for a renamed file.
385
  (John Arbash Meinel)
0.64.92 by Ian Clatworthy
fix last-modified revision after rename (John Arbash Meinel)
386
0.64.85 by Ian Clatworthy
prepare for 0.7 development
387
0.64.84 by Ian Clatworthy
release 0.6
388
0.6 23-Jul-2008
0.64.185 by Ian Clatworthy
Open 0.9 development
389
===============
390
391
Improvements
392
------------
393
394
* Added NEWS containing Release Notes. (Ian Clatworthy)
395
396
* ``bzr help fastimport`` now provides help that is useful.
397
  (Ian Clatworthy)
398
399
* Numerous fixes to ``bzr-fast-export.py`` to improve round-tripping
400
  with Git. Added ``--import-marks`` and ``--export-marks`` options
401
  to ``fast-import`` as well.
402
  (Pieter de Bie)
403
404
* ``svn-fast-export.py`` now supports a regular-expression to specify
405
  the branches to export.
406
  (Mirko Friedenhagen)
407
408
Bug Fixes
409
---------
410
411
* Support the new Repository API added in bzr.dev r3510. The old API
412
  will be used for earlier versions of bzr including bzr 1.6beta2 and
413
  earlier. (Ian Clatworthy)
414
415
Compatibility Breaks
416
--------------------
417
418
* The ``--inv-fulltext`` option is not yet supported when the new
419
  Repository API is used to import revisions. The option can be
420
  provided but it will be ignored. (Ian Clatworthy)
421
422
API Breaks
423
424
* The ``RevisionLoader`` class has been renamed to ``RevisionLoader1``.
425
  The ``ExperimentalRevisionLoader`` class has been renamed to
426
  ``ImportRevisionLoader1``. New classes called ``RevisionLoader2``
427
  and ``ImportRevisionLoader2`` are provided that use the new
428
  Repository API. (Ian Clatworthy)
429
430
Internals
431
---------
432
433
* Improved packaging by adding a setup.py file. (Ian Clatworthy)
0.64.80 by Ian Clatworthy
added NEWS and setup.py
434
435
436
0.5 02-Jun-2008
0.64.185 by Ian Clatworthy
Open 0.9 development
437
===============
438
439
* Version suitable for Bazaar 1.5.
440
  (Ian Clatworthy)