Meta Configuration of Package bzrtools
1
<package name="bzrtools" project="devel">
2
<title>A collection of plugins for bzr</title>
3
<description>A collection of plugins for bzr, including:
4
Rsync Push - The rspush plugin will push local changes to a remote server
5
using rsync.
6
7
Shelve/Unshelve - These plugins by Michael Ellerman provide a very
8
fine-grained 'undo' facility (it is done by patch hunk).
9
This allows you to undo some of your changes, commit, and
10
get back to where you were before.
11
12
Clean-Tree - Remove unknown, ignored-junk, or all unversioned files from the
13
current tree.
14
15
Graph-Ancestry - Use dot to produce graphs of branch ancestry.
16
17
Shell - Starts up a command interpreter that run bzr natively, providing
18
intelligent autocompletion and really responsive operation.
19
20
Patch - Applies a specified patch to your tree. The patch may be a filename
21
or URL.</description>
22
<person userid="hostmaster" role="bugowner"/>
23
<person userid="hostmaster" role="maintainer"/>
24
</package>
25