src/eric7/Plugins/VcsPlugins/vcsMercurial/Config.py

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8881
54e42bc2437a
child 9221
bf71ee032bb4
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2010 - 2022 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 ConfigHgSchemes = (
12 'file',
13 'http',
14 'https',
15 'ssh',
16 )

eric ide

mercurial