/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar
0.64.1 by Ian Clatworthy
1st cut: gfi parser + --info processing method
1
bzr-fastimport: Backend for fast Bazaar data importers
2
======================================================
3
4
Dependencies
5
------------
6
7
Required and recommended packages are:
8
9
* Python 2.4 or later
10
11
* Bazaar 1.1 or later.
12
13
14
Installation
15
------------
16
17
The easiest way to install this plugin is to either copy or symlink the
18
directory into your ~/.bazaar/plugins directory. Be sure to rename the
19
directory to fastimport (instead of bzr-fastimport).
20
21
See http://bazaar-vcs.org/UsingPlugins for other options such as
22
using the BZR_PLUGIN_PATH environment variable.
23
24
25
Testing
26
-------
27
28
To test the plugin after installation:
29
30
    bzr selftest fastimport
31
 
32
33
Documentation
34
-------------
35
36
The general usage is::
37
38
  frontend | bzr fast-import [options]
39
40
See the doc/ directory for details.
41
42
43
Licensing
44
---------
45
46
This plugin is (C) Copyright Canonical Limited 2008 under the GPL Version 2.
47
Please see the file COPYING.txt for the licence details.