--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/eric7/Plugins/VcsPlugins/vcsMercurial/Config.py Thu Jul 07 11:23:56 2022 +0200 @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2010 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Module defining configuration variables for the Mercurial package. +""" + +# Available protocols fpr the repository URL +ConfigHgSchemes = ( + 'file', + 'http', + 'https', + 'ssh', +)