eric7/Plugins/VcsPlugins/vcsMercurial/Config.py

branch
eric7
changeset 8312
800c432b34c8
parent 7923
91e843545d9a
child 8881
54e42bc2437a
equal deleted inserted replaced
8311:4e8b98454baa 8312:800c432b34c8
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2010 - 2021 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