Updated copyright for 2013.
# -*- coding: utf-8 -*-
# Copyright (c) 2010 - 2013 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module defining configuration variables for the Mercurial package
"""
# Available protocols fpr the repository URL
ConfigHgProtocols = [
'file://',
'http://',
'https://',
'ssh://',
]