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