Plugins/VcsPlugins/vcsMercurial/Config.py

Sun, 13 Jul 2014 18:40:52 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 Jul 2014 18:40:52 +0200
changeset 3702
dabc69b82c7c
parent 3178
f25fc1364c88
child 4021
195a471c327b
permissions
-rw-r--r--

Changed some code to get rid of obsolete functions.

# -*- coding: utf-8 -*-

# Copyright (c) 2010 - 2014 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Module defining configuration variables for the Mercurial package.
"""

from __future__ import unicode_literals

# Available protocols fpr the repository URL
ConfigHgProtocols = [
    'file://',
    'http://',
    'https://',
    'ssh://',
]

eric ide

mercurial