eric6/Plugins/VcsPlugins/vcsMercurial/Config.py

Sun, 01 Sep 2019 19:58:00 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 01 Sep 2019 19:58:00 +0200
branch
without_py2_and_pyqt4
changeset 7200
ebab8ba287e6
parent 6942
2602857055c5
child 7229
53054eb5b15a
permissions
-rw-r--r--

Merged with default branch.

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

# Copyright (c) 2010 - 2019 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
ConfigHgSchemes = (
    'file',
    'http',
    'https',
    'ssh',
)

eric ide

mercurial