Plugins/VcsPlugins/vcsMercurial/Config.py

changeset 178
dd9f0bca5e2f
child 791
9ec2ac20e54e
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2010 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Module defining configuration variables for the Mercurial package
8 """
9
10 # Available protocols fpr the repository URL
11 ConfigHgProtocols = [
12 'file://',
13 'http://',
14 'https://',
15 'ssh://',
16 ]

eric ide

mercurial