13
13
In many projects wishing to use Bazaar, there is pre-existing history for the
14
14
codebase that should be taken into consideration. Bazaar leverages an
15
15
interchange format originally developed for Git called `fast-import` to
22
18
The way that fast-import can be used for migration is to export the existing
24
20
The `fastimport` plugin includes exporters for Subversion, CVS, Git, Mercurial
25
21
and darcs, accessible as the ``fast-export-from-XXX`` commands. Note that
26
22
``fast-import`` should not be used in a branch with existing history.