summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-05-22 17:27:01 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-05-22 12:27:09 -0500
commitbd2fe21cec8abc3fb9cb0f61aa7a03944d13a98a (patch)
treead50c649bf5d6a4d6d6e7d4a93eed676b02f2f2d /doc
parentd58d650a4816021fb73309d4c41c22040d55cd67 (diff)
downloadbcfg2-bd2fe21cec8abc3fb9cb0f61aa7a03944d13a98a.tar.gz
bcfg2-bd2fe21cec8abc3fb9cb0f61aa7a03944d13a98a.tar.bz2
bcfg2-bd2fe21cec8abc3fb9cb0f61aa7a03944d13a98a.zip
Hg: New Mercurial plugin from Fabian Affolter
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5862 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/version/hg.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/server/plugins/version/hg.txt b/doc/server/plugins/version/hg.txt
new file mode 100644
index 000000000..747699f0e
--- /dev/null
+++ b/doc/server/plugins/version/hg.txt
@@ -0,0 +1,25 @@
+.. -*- mode: rst -*-
+
+.. _server-plugins-version-hg:
+
+==============
+Mercurial (Hg)
+==============
+
+Why use the Mercurial plugin
+============================
+
+The Hg plugin is useful if you would like to track changes to
+your Bcfg2 repository using `Hg <http://mercurial.selenic.com/>`_
+backend. Currently, it enables you to get revision information out of
+your repository for reporting purposes.
+
+How to enable the Mercurial plugin
+==================================
+
+You will need to install Mercurial on the Bcfg2 server first.
+
+Simply add Hg to your plugins line in ``/etc/bcfg2.conf``::
+
+ [server]
+ plugins = Base,Bundler,Cfg,...,Hg