1
bzrk - visualisation plugin for bzr
2
===================================
4
This is a plugin for bzr that allows you to see the history of a branch
5
and relationships between the revisions visually.
11
bzrk is written in Python, so doesn't need compiling, however you will
12
need the following runtime dependencies:
17
* PyCairo 1.0 or later
23
The easiest way to install bzrk is to either copy or symlink the
24
directory into your ~/.bazaar/plugins directory.
26
Other ways include doing the same in the bzrlib/plugins directory of
27
your bzr working tree, or adding the location of bzrk to your
28
BZR_PLUGIN_PATH environment variable.
34
Simply run "bzr visualise" (or "bzr viz") while in a bzr working tree,
35
a window will appear with the history of the branch and a graph
36
connecting the individual revisions.
38
Clicking on a revision in the list at the top will show its details in
39
pane at the bottom, clicking on any revision id will move the list at
40
the top to that revision.