Plugins/VcsPlugins/vcsMercurial/Config.py

Fri, 18 Oct 2013 23:00:41 +0200

author
T.Rzepka <Tobias.Rzepka@gmail.com>
date
Fri, 18 Oct 2013 23:00:41 +0200
branch
Py2 comp.
changeset 3057
10516539f238
parent 2525
8b507a9a2d40
parent 2962
d6c9d1ca2da4
child 3145
a9de05d4a22f
permissions
-rw-r--r--

Merge with default branch after shorten the code lines to max. 79 characters.

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

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

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

from __future__ import unicode_literals    # __IGNORE_WARNING__

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

eric ide

mercurial