PyFoam.Basics.GitInterface module
A VCS-interface to Mercurial
- class PyFoam.Basics.GitInterface.GitInterface(path, init=False)[source]
Bases:
GeneralVCSInterfaceThe interface class to git
Only a partial implementation (As much as the BuildHelper needs)
- __annotations__ = {}
- __init__(path, init=False)[source]
- Parameters:
path – path which is supposed to be under version control
init – initialize the version control system here
- __module__ = 'PyFoam.Basics.GitInterface'