class documentation

A backend for the Git smart server implementation.

Method open_repository Open the repository at a path.
def open_repository(self, path):

Open the repository at a path.

Returns: Instance of BackendRepo

Parameters
pathPath to the repository
Raises
NotGitRepositoryno git repository was found at path