~bimberi/bzr-gedit/davesbits

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
GeditBzr - Gedit plugin for Bazaar
===================================================

This is a plugin for Gedit that adds Bazaar functionality to Gedit.
This plugin aims to bring to Gedit all the benefits of bzr's
helpfulness on the colaboration problem.
It contains the basic init, branch, push, pull, commit, add and update
functions.
No history or revision functions are implemented now.

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

GeditBzr is written in Python, so doesn't need compiling, however you will
need the following runtime dependencies:

  * Python 2.4
  * PyGTK 2.8 or later

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

The easiest way to install geditbzr is to run "python setup.py install"
from the command line, or copy all the files inside
the plugin directory into ~/.gnome2/gedit/plugins

test