--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/VcsPlugins/vcsMercurial/__init__.py Mon Apr 12 18:00:42 2010 +0000 @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- + +# Copyright (c) 2010 Detlev Offenbach <detlev@die-offenbachs.de> +# + +""" +Package implementing the vcs interface to Mercurial + +It consists of the hg class, the project helper classes and some +Mercurial specific dialogs. +"""