Plugins/VcsPlugins/vcsSubversion/__init__.py

Wed, 23 May 2018 19:36:11 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 23 May 2018 19:36:11 +0200
changeset 6303
ec9ebaf206fb
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
permissions
-rw-r--r--

Got rid of the Windows "DotNet"-Hack (i.e. using _ instead of . as first character of special directories).

# -*- coding: utf-8 -*-

# Copyright (c) 2003 - 2018 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the vcs interface to Subversion.

It consists of the subversion class, the project helper classes and some
Subversion specific dialogs.
"""

eric ide

mercurial