Plugins/VcsPlugins/vcsMercurial/Config.py

Fri, 24 Feb 2017 18:58:27 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Fri, 24 Feb 2017 18:58:27 +0100
changeset 5554
c477ae02bf5f
parent 5548
95b188f96d3d
child 6048
82ad8ec9548c
permissions
-rw-r--r--

Added a repository URL history to the Mercurial plug-in and new project options dialog.

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

# Copyright (c) 2010 - 2017 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