Plugins/VcsPlugins/vcsMercurial/Config.py

Thu, 13 May 2010 14:36:46 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 13 May 2010 14:36:46 +0200
changeset 243
a1d982e68edf
parent 178
dd9f0bca5e2f
child 791
9ec2ac20e54e
permissions
-rw-r--r--

Fixed an issue introduced by the latest change.

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

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

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

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

eric ide

mercurial