eric6/Plugins/VcsPlugins/vcsGit/__init__.py

Sun, 02 Jun 2019 11:38:28 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 02 Jun 2019 11:38:28 +0200
changeset 7034
ca42317bb307
parent 6942
2602857055c5
child 7360
9190402e4505
permissions
-rw-r--r--

git, hg: added code to handle situations where the project helper object has not been created yet.

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

# Copyright (c) 2014 - 2019 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