eric6/Plugins/VcsPlugins/vcsMercurial/Config.py

Sat, 04 May 2019 11:10:44 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 04 May 2019 11:10:44 +0200
branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7229
53054eb5b15a
permissions
-rw-r--r--

Merged with default branch to prepare release 19.5.

# -*- 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