Fix import of single_plural.
[bzr-fastimport.git] / README.txt
blob122b0e6d63c3b36240af11689115a2ec9ad64950
1 bzr-fastimport: Backend for fast Bazaar data importers
2 ======================================================
4 Dependencies
5 ------------
7 Required and recommended packages are:
9 * Python 2.4 or later
11 * Python-Fastimport 0.9.0 or later.
13 * Bazaar 1.18 or later.
16 Installation
17 ------------
19 The easiest way to install this plugin is to either copy or symlink the
20 directory into your ~/.bazaar/plugins directory. Be sure to rename the
21 directory to fastimport (instead of bzr-fastimport).
23 See http://bazaar-vcs.org/UsingPlugins for other options such as
24 using the BZR_PLUGIN_PATH environment variable.
27 Testing
28 -------
30 To test the plugin after installation:
32     bzr selftest fastimport
35 Documentation
36 -------------
38 To view the documentation after installation:
40     bzr help fastimport
43 Licensing
44 ---------
46 For copyright and licensing details of the exporters, see the relevant
47 files in the exporters/ directory.
49 Otherwise this plugin is (C) Copyright Canonical Limited 2008 under the
50 GPL Version 2 or later. Please see the file COPYING.txt for the licence
51 details.