Plugins/VcsPlugins/vcsMercurial/Config.py

Mon, 31 Aug 2015 18:35:31 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 31 Aug 2015 18:35:31 +0200
changeset 4410
a3a2b652286d
parent 4021
195a471c327b
child 4631
5c1a96925da4
permissions
-rw-r--r--

Fixed forgotten refresh for the Mercurial log browser push actions.

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

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