Plugins/VcsPlugins/vcsMercurial/Config.py@209a07d7e401
Plugins/VcsPlugins/vcsMercurial/Config.py
Wed, 01 Jan 2014 14:38:45 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Wed, 01 Jan 2014 14:38:45 +0100
- changeset 3160
- 209a07d7e401
- parent 2962
-
d6c9d1ca2da4
- child 3178
-
f25fc1364c88
- permissions
- -rw-r--r--
Updated copyright for 2014.
# -*- coding: utf-8 -*-
# Copyright (c) 2010 - 2014 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://',
]