src/eric7/Plugins/VcsPlugins/vcsMercurial/Config.py@a47b5c46be3f
src/eric7/Plugins/VcsPlugins/vcsMercurial/Config.py
Thu, 08 Sep 2022 16:57:18 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Thu, 08 Sep 2022 16:57:18 +0200
- branch
- eric7
- changeset 9318
- a47b5c46be3f
- parent 9221
-
bf71ee032bb4
- child 9653
-
e67609152c5e
- permissions
- -rw-r--r--
Added some more patterns to the .hgignore and .gitignore generator.
# -*- 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",
)