Plugins/VcsPlugins/vcsMercurial/Config.py@adf7e95f05e7
Plugins/VcsPlugins/vcsMercurial/Config.py
Sun, 08 May 2011 15:19:58 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sun, 08 May 2011 15:19:58 +0200
- changeset 1020
- adf7e95f05e7
- parent 945
-
8cd4d08fa9f6
- child 1509
-
c0b5e693b0eb
- permissions
- -rw-r--r--
Finished Mercurial bookmark support.
# -*- coding: utf-8 -*-
# Copyright (c) 2010 - 2011 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://',
]