summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Hg.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/Hg.py')
-rw-r--r--src/lib/Server/Plugins/Hg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Server/Plugins/Hg.py b/src/lib/Server/Plugins/Hg.py
index 0822f6312..3f2864a1c 100644
--- a/src/lib/Server/Plugins/Hg.py
+++ b/src/lib/Server/Plugins/Hg.py
@@ -9,7 +9,7 @@ logger = logging.getLogger('Bcfg2.Plugins.Mercurial')
class Hg(Bcfg2.Server.Plugin.Plugin,
Bcfg2.Server.Plugin.Version):
- """Mercurial is a version plugin for dealing with Bcfg2 repos."""
+ """Mercurial is a version plugin for dealing with Bcfg2 repository."""
name = 'Mercurial'
__version__ = '$Id$'
__author__ = 'bcfg-dev@mcs.anl.gov'
@@ -21,7 +21,7 @@ class Hg(Bcfg2.Server.Plugin.Plugin,
self.core = core
self.datastore = datastore
- # path to hg directory for bcfg2 repo
+ # path to hg directory for Bcfg2 repo
hg_dir = "%s/.hg" % datastore
# Read changeset from bcfg2 repo