Plugins/VcsPlugins/vcsMercurial/Config.py@0911d8be9b07
Plugins/VcsPlugins/vcsMercurial/Config.py
Mon, 09 Aug 2010 15:59:33 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Mon, 09 Aug 2010 15:59:33 +0200
- changeset 467
- 0911d8be9b07
- parent 178
-
dd9f0bca5e2f
- child 791
-
9ec2ac20e54e
- permissions
- -rw-r--r--
Continued porting signal/slot usage to the new API.
# -*- coding: utf-8 -*-
# Copyright (c) 2010 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://',
]