src/eric7/Plugins/VcsPlugins/vcsMercurial/Config.py@c16ec333ca90
src/eric7/Plugins/VcsPlugins/vcsMercurial/Config.py
Wed, 13 Jul 2022 15:42:49 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Wed, 13 Jul 2022 15:42:49 +0200
- branch
- eric7
- changeset 9226
- c16ec333ca90
- parent 9221
-
bf71ee032bb4
- child 9653
-
e67609152c5e
- permissions
- -rw-r--r--
Some little changes in the Mercurial plugin.
# -*- 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",
)