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

branch
eric7
changeset 9221
bf71ee032bb4
parent 9209
b99e7fd55fd3
child 9653
e67609152c5e
equal deleted inserted replaced
9220:e9e7eca7efee 9221:bf71ee032bb4
7 Module defining configuration variables for the Mercurial package. 7 Module defining configuration variables for the Mercurial package.
8 """ 8 """
9 9
10 # Available protocols fpr the repository URL 10 # Available protocols fpr the repository URL
11 ConfigHgSchemes = ( 11 ConfigHgSchemes = (
12 'file', 12 "file",
13 'http', 13 "http",
14 'https', 14 "https",
15 'ssh', 15 "ssh",
16 ) 16 )

eric ide

mercurial