--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/Config.py Mon Apr 12 18:00:42 2010 +0000 @@ -0,0 +1,16 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2010 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://', +]