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