Plugins/VcsPlugins/vcsMercurial/__init__.py

changeset 178
dd9f0bca5e2f
child 791
9ec2ac20e54e
equal deleted inserted replaced
177:c822ccc4d138 178:dd9f0bca5e2f
1 # -*- coding: utf-8 -*-
2
3 # Copyright (c) 2010 Detlev Offenbach <detlev@die-offenbachs.de>
4 #
5
6 """
7 Package implementing the vcs interface to Mercurial
8
9 It consists of the hg class, the project helper classes and some
10 Mercurial specific dialogs.
11 """

eric ide

mercurial