~ian-clatworthy/bzr-explorer/labels-in-toolbox

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
bzr-explorer: GUI application for using Bazaar
==============================================

Dependencies
------------

Required and recommended packages are:

* Python 2.4 or later

* Bazaar 1.16 or later.

* QBzr 0.11 or later.

If you wish to use the applets provided via bzr-gtk, it should be
installed as well.


Installation
------------

The easiest way to install this plugin is to either copy or symlink the
directory into your ~/.bazaar/plugins directory. Be sure to rename the
directory to explorer (instead of bzr-explorer).

In the future, it is hoped this plugin will be installed by the various
platform-specific installers for Windows and OS X. For Linux, it is
hoped that it will be made available via the usual package management
systems, include Add/Remove on Ubuntu.


Testing
-------

To test the plugin after installation:

    bzr selftest explorer
 

Documentation
-------------

To view the documentation after installation:

    bzr help explorer
 
A User Guide will be provided shortly.


Developers
----------

If you'd like to help, see the ROADMAP.txt file in the doc directory.


Licensing
---------

This plugin is (C) Copyright Canonical Limited 2009 under the
GPL Version 2 or later. Please see the file COPYING.txt for the licence
details.