Plugins/VcsPlugins/vcsMercurial/Config.py@a91a47f2f5e6
Plugins/VcsPlugins/vcsMercurial/Config.py
Fri, 29 Jul 2011 19:01:14 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Fri, 29 Jul 2011 19:01:14 +0200
- changeset 1211
- a91a47f2f5e6
- parent 945
-
8cd4d08fa9f6
- child 1509
-
c0b5e693b0eb
- permissions
- -rw-r--r--
Added code to start monitoring the Mercurial hgrc file when it was created by starting the hgrc file editor.
# -*- coding: utf-8 -*-
# Copyright (c) 2010 - 2011 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Module defining configuration variables for the Mercurial package
"""
# Available protocols fpr the repository URL
ConfigHgProtocols = [
'file://',
'http://',
'https://',
'ssh://',
]