Plugins/VcsPlugins/vcsMercurial/Config.py

Sat, 19 Oct 2013 15:15:50 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 19 Oct 2013 15:15:50 +0200
changeset 3036
30c81c9e88b8
parent 2962
d6c9d1ca2da4
child 3057
10516539f238
child 3160
209a07d7e401
permissions
-rw-r--r--

Fixed a bunch of indentation issues.

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

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