Plugins/VcsPlugins/vcsMercurial/Config.py

Mon, 27 Dec 2010 19:31:47 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 27 Dec 2010 19:31:47 +0100
changeset 783
2c59c7893d30
parent 178
dd9f0bca5e2f
child 791
9ec2ac20e54e
permissions
-rw-r--r--

Merged remote changes.

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