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 ef45a5af8..c9c5fe81c 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 repos"""
name = 'Mercurial'
__version__ = '$Id$'
__author__ = 'bcfg-dev@mcs.anl.gov'
@@ -33,7 +33,7 @@ class Hg(Bcfg2.Server.Plugin.Plugin,
logger.debug("Initialized hg plugin with hg directory = %s" % hg_dir)
def get_revision(self):
- '''Read hg revision information for the bcfg2 repository'''
+ """Read hg revision information for the bcfg2 repository"""
try:
repo_path = "%s/" % self.datastore
repo = hg.repository(ui.ui(), repo_path)