PyFoam.Basics.GitInterface module

A VCS-interface to Mercurial

class PyFoam.Basics.GitInterface.GitInterface(path, init=False)[source]

Bases: PyFoam.Basics.GeneralVCSInterface.GeneralVCSInterface

The interface class to git

Only a partial implementation (As much as the BuildHelper needs)

branchName()[source]
getRevision()[source]
getRoot(path)[source]
update(timeout=None)[source]