/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.64.80 by Ian Clatworthy
added NEWS and setup.py
1
----------------------------
2
bzr-fastimport Release Notes
3
----------------------------
4
5
.. contents::
6
0.64.85 by Ian Clatworthy
prepare for 0.7 development
7
IN DEVELOPMENT
8
--------------
9
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
10
  COMPATIBILITY BREAKS:
11
0.64.116 by Ian Clatworthy
fast-import-filter for including/excluding paths from a stream
12
    * The old ``fast-import-filter`` command is now called
13
      ``fast-import-query``. ``fast-import-filter`` now
14
      really filters the input to produce a fast-import stream
15
      based on filtering criteria. See below.
0.64.111 by Ian Clatworthy
rename fast-import-filter to fast-import-query
16
      (Ian Clatworthy)
17
0.64.99 by Ian Clatworthy
remove --inv-fulltext option
18
    * The ``--inv-fulltext`` option is no longer supported. It was
19
      only used in experimental mode for old versions of bzrlib so
20
      it added more complexity than value. (Ian Clatworthy)
21
0.64.85 by Ian Clatworthy
prepare for 0.7 development
22
  FEATURES:
23
0.77.16 by Ian Clatworthy
added NEWS item
24
    * Added ``fast-import-filter`` command for splitting out a
25
      subdirectory or bunch of files into their own project. It can
26
      also be used to create a new repository without any history
27
      for nominated files and directories. This is useful for
28
      removing information which is a security risk, huge binary
29
      files like ISO images, etc.
30
      (Ian Clatworthy)
31
0.76.4 by Ian Clatworthy
added NEWS item
32
    * Copying of files and symbolic links is now supported.
33
      (Ian Clatworthy)
34
0.64.109 by Ian Clatworthy
initial cut at reset support
35
    * Initial cut at reset support. (Brian de Alwis, Ian Clatworthy)
36
0.64.85 by Ian Clatworthy
prepare for 0.7 development
37
  IMPROVEMENTS:
38
0.64.109 by Ian Clatworthy
initial cut at reset support
39
    * If ``refs/heads/xxx`` and ``refs/remotes/origin/xxx`` are both
40
      defined, the latter is now mapped to a bzr branch called
41
      ``xxx.remote`` rather than ``remotes--origins--xxx``.
42
      (Ian Clatworthy)
43
0.64.105 by Ian Clatworthy
handle > 16 parents in fast-import-info
44
    * ``bzr fast-import-info`` now handles an unlimited # of parents for a
45
      revision. The spec suggests the maximum ought to be 16 but the linux
46
      kernel has revisions with more than that.
47
      (Ian Clatworthy)
48
0.64.107 by Ian Clatworthy
warn on tags with a missing from clause
49
    * Tag commands with a missing from clause now produce a warning but
50
      are otherwise ignored. (Scott James Remnant, Ian Clatworthy)
51
0.64.106 by Ian Clatworthy
let the id-map file have more revisions than the repository
52
    * The fastimport-id-map file can now have more revisions than the
53
      repository. (Scott James Remnant)
54
0.64.101 by Ian Clatworthy
reapply local enhancements to hg-fast-export
55
    * Updated the bundled version of hg-fast-export to be the latest
56
      code from http://repo.or.cz/w/fast-export.git. It should now
57
      support recent Mercurial releases.
58
      (Ian Clatworthy, #318903)
59
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
60
  BUG FIXES:
61
0.64.115 by Ian Clatworthy
update NEWS with info about filecopy bug
62
    * Fixed a *bad* bug where filecopy commands were being parsed
63
      as filerename commands. Repositories generated by previous
64
      version of bzr-fast-import where the input stream contained
65
      filecopy commands might be missing data (the copy source will
66
      no longer be there if it was unchanged since the copy happened)
67
      and ought to be regenerated.
68
      (Ian Clatworthy)
69
0.64.98 by Ian Clatworthy
fix os import as needed on Windows
70
    * Fix ``os`` import as needed on Windows.
71
      (Ian Clatworthy, esskov, #264988)
72
0.64.102 by Ian Clatworthy
Handle a directory becoming a file and subsequent child deletes
73
    * Handle a directory turning into a file and then the children
74
      of that directory being deleted.
75
      (Ian Clatworthy, #309486)
76
0.64.104 by Ian Clatworthy
handle multiple merges in the one merge clause
77
    * Handle an empty email section.
78
      (Ian Clatworthy)
79
80
    * Handle multiple merges within the one merge clause. That's illegal
81
      according to the spec but git-fast-export does it.
82
      (Ian Clatworthy, #259711)
83
84
    * Handle names and paths that aren't utf8 encoded. The spec recommends
85
      utf8 encoding of these but git-fast-export doesn't always do that.
86
      (Ian Clatworthy, #289088)
87
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
88
    * Ignore lightweight tags with no from clause rather than abort.
89
      (It seems git-fast-export outputs these commands frequently now
90
      while it didn't appear to in early versions.)
91
      (Ian Clatworthy, edice, #259711)
92
93
    * Import into rich-root (and subtree) repositories without aborting.
94
      (Ian Clatworthy, #300921)
95
0.64.108 by Ian Clatworthy
recursively delete children when a directory is deleted
96
    * Recursively delete children when a directory is deleted.
97
      (Scott James Remnant)
98
0.64.110 by Ian Clatworthy
make deleteall less agressive in the files it tries to delete
99
    * The ``deleteall`` command now only tries to delete files in the
100
      nominated branch, not all known files. As a consequence,
101
      it should now be possible (if it wasn't before) to import
102
      multiple Darcs branches (via darcs-fast-export) at once.
103
      (Ian Clatworthy)
104
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
105
  API BREAKS:
106
107
  TESTING:
108
0.64.116 by Ian Clatworthy
fast-import-filter for including/excluding paths from a stream
109
    * A large number of tests have been added.
110
      (Ian Clatworthy)
111
0.64.97 by Ian Clatworthy
update NEWS, making latest changes the start of 0.8dev
112
  INTERNALS:
113
114
115
0.7 09-Feb-2009
116
---------------
117
118
  COMPATIBILITY BREAKS:
119
120
    * bzr-fast-export.py renamed to bzr-fast-export.
121
      (Jelmer Vernooij)
122
123
  IMPROVEMENTS:
124
0.64.91 by Ian Clatworthy
Add deleteall support (Miklos Vajna)
125
    * Add support for the deleteall command.
126
      (Miklos Vajna, #284941)
127
0.64.85 by Ian Clatworthy
prepare for 0.7 development
128
  BUG FIXES:
129
0.64.87 by Ian Clatworthy
bzr-fast-export exports rm+mv correctly now (Jonas)
130
    * bzr-fast-export now exports rm+mv correctly.
131
      (Jonas)
132
0.64.88 by Ian Clatworthy
Fix recursive rename handling (Pieter de Bie)
133
    * Fix recursive rename handling in bzr-fast-export.
134
      (Pieter de Bie, #287785)
135
0.64.86 by Ian Clatworthy
hg-fast-export should use binary mode on Windows (Alexey Stukalov)
136
    * hg-fast-export should use binary mode on Windows.
137
      (Alexey Stukalov)
138
0.64.90 by Ian Clatworthy
setup.py no longer requires python2.4
139
    * setup.py no longer assumes python2.4.
140
      (schickb@gmail.com)
141
0.64.89 by Ian Clatworthy
setup.py support fixed (Jelmer Vernooij)
142
    * setup.py support fixed.
143
      (Jelmer Vernooij)
144
0.64.92 by Ian Clatworthy
fix last-modified revision after rename (John Arbash Meinel)
145
    * Update the last-modified revision for a renamed file.
146
      (John Arbash Meinel)
147
0.64.85 by Ian Clatworthy
prepare for 0.7 development
148
0.64.84 by Ian Clatworthy
release 0.6
149
0.6 23-Jul-2008
150
---------------
0.64.80 by Ian Clatworthy
added NEWS and setup.py
151
152
  FEATURES:
153
154
  IMPROVEMENTS:
155
156
    * Added NEWS containing Release Notes. (Ian Clatworthy)
157
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
158
    * ``bzr help fastimport`` now provides help that is useful.
159
      (Ian Clatworthy)
160
0.64.82 by Ian Clatworthy
Merge Pieter de Bie's export-fixes branch
161
    * Numerous fixes to ``bzr-fast-export.py`` to improve round-tripping
162
      with Git. Added ``--import-marks`` and ``--export-marks`` options
163
      to ``fast-import`` as well.
164
      (Pieter de Bie)
165
0.64.83 by Ian Clatworthy
Merge Mirko Friedenhagen's regex improvement to svn-fast-export.py
166
    * ``svn-fast-export.py`` now supports a regular-expression to specify
167
      the branches to export.
168
      (Mirko Friedenhagen)
169
0.64.80 by Ian Clatworthy
added NEWS and setup.py
170
  BUG FIXES:
171
172
    * Support the new Repository API added in bzr.dev r3510. The old API
173
      will be used for earlier versions of bzr including bzr 1.6beta2 and
174
      earlier. (Ian Clatworthy)
175
176
  COMPATIBILITY BREAKS:
177
178
    * The ``--inv-fulltext`` option is not yet supported when the new
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
179
      Repository API is used to import revisions. The option can be
180
      provided but it will be ignored. (Ian Clatworthy)
0.64.80 by Ian Clatworthy
added NEWS and setup.py
181
182
  API BREAKS:
183
184
    * The ``RevisionLoader`` class has been renamed to ``RevisionLoader1``.
185
      The ``ExperimentalRevisionLoader`` class has been renamed to
186
      ``ImportRevisionLoader1``. New classes called ``RevisionLoader2``
187
      and ``ImportRevisionLoader2`` are provided that use the new
188
      Repository API. (Ian Clatworthy)
189
190
  TESTING:
191
192
  INTERNALS:
193
194
    * Improved packaging by adding a setup.py file. (Ian Clatworthy)
195
196
197
0.5 02-Jun-2008
198
---------------
199
200
  FEATURES:
201
202
    * Version suitable for Bazaar 1.5.
203
      (Ian Clatworthy)