eric6/Plugins/VcsPlugins/vcsGit/__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) 2014 - 2021 Detlev Offenbach <detlev@die-offenbachs.de>
#

"""
Package implementing the vcs interface to Git.

It consists of the git class, the project helper classes and some
Git specific dialogs.
"""

eric ide

mercurial