/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
7
IN DEVELOPMENT
8
--------------
9
10
  FEATURES:
11
12
  IMPROVEMENTS:
13
14
    * Added NEWS containing Release Notes. (Ian Clatworthy)
15
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
16
    * ``bzr help fastimport`` now provides help that is useful.
17
      (Ian Clatworthy)
18
0.64.82 by Ian Clatworthy
Merge Pieter de Bie's export-fixes branch
19
    * Numerous fixes to ``bzr-fast-export.py`` to improve round-tripping
20
      with Git. Added ``--import-marks`` and ``--export-marks`` options
21
      to ``fast-import`` as well.
22
      (Pieter de Bie)
23
0.64.80 by Ian Clatworthy
added NEWS and setup.py
24
  BUG FIXES:
25
26
    * Support the new Repository API added in bzr.dev r3510. The old API
27
      will be used for earlier versions of bzr including bzr 1.6beta2 and
28
      earlier. (Ian Clatworthy)
29
30
  COMPATIBILITY BREAKS:
31
32
    * The ``--inv-fulltext`` option is not yet supported when the new
0.64.81 by Ian Clatworthy
'bzr help fastimport' now provides useful help
33
      Repository API is used to import revisions. The option can be
34
      provided but it will be ignored. (Ian Clatworthy)
0.64.80 by Ian Clatworthy
added NEWS and setup.py
35
36
  API BREAKS:
37
38
    * The ``RevisionLoader`` class has been renamed to ``RevisionLoader1``.
39
      The ``ExperimentalRevisionLoader`` class has been renamed to
40
      ``ImportRevisionLoader1``. New classes called ``RevisionLoader2``
41
      and ``ImportRevisionLoader2`` are provided that use the new
42
      Repository API. (Ian Clatworthy)
43
44
  TESTING:
45
46
  INTERNALS:
47
48
    * Improved packaging by adding a setup.py file. (Ian Clatworthy)
49
50
51
0.5 02-Jun-2008
52
---------------
53
54
  FEATURES:
55
56
    * Version suitable for Bazaar 1.5.
57
      (Ian Clatworthy)