summaryrefslogtreecommitdiffstats
path: root/doc/plugins/version/bzr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/plugins/version/bzr.txt')
-rw-r--r--doc/plugins/version/bzr.txt25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/plugins/version/bzr.txt b/doc/plugins/version/bzr.txt
deleted file mode 100644
index 58cc1930f..000000000
--- a/doc/plugins/version/bzr.txt
+++ /dev/null
@@ -1,25 +0,0 @@
-.. -*- mode: rst -*-
-
-.. _plugins-version-bzr:
-
-===
-Bzr
-===
-
-Why use the Bazaar plugin
-=========================
-
-The Bazaar plugin is useful if you would like to track changes to your bcfg2 repository using a `Bazaar <http://bazaar-vcs.org/>`_ backend. Currently, it enables you to get revision information out of your repository for reporting purposes. Future plans are to commit changes to the repo which are made by the server.
-
-How to enable the Bazaar plugin
-===============================
-
-Simply add "Bzr" to your plugins line in /etc/bcfg2.conf::
-
- [server]
- plugins = Base,Bundler,Cfg,...,Bzr
-
-Usage notes
-===========
-
-Unlike other VCS plugins for BCFG2, the Bazaar plugin checks whether there are uncommitted changes to the repository. If there are, this plugin appends a "+" after the version number. Essentially, this means you're using that version, "plus" some changes.