Plugins/VcsPlugins/vcsMercurial/Config.py

Sun, 12 Oct 2014 16:17:30 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 12 Oct 2014 16:17:30 +0200
changeset 3863
472eb955ff9c
parent 3178
f25fc1364c88
child 4021
195a471c327b
permissions
-rw-r--r--

Corrected the annotations scrollbar fix because it caused seg faults for short files.

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