eric6/Plugins/VcsPlugins/vcsPySvn/__init__.py

Tue, 02 Mar 2021 17:12:08 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 02 Mar 2021 17:12:08 +0100
branch
maintenance
changeset 8142
43248bafe9b2
parent 7923
91e843545d9a
permissions
-rw-r--r--

Merged with default branch to prepare a new release.

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

# Copyright (c) 2006 - 2021 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. This package is based upon the pysvn interface.
"""

eric ide

mercurial