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