class documentation

class FileSystemBackend(Backend):

View In Hierarchy

Simple backend looking up Git repositories in the local file system.

Method __init__ Undocumented
Method open_repository Open the repository at a path.
Instance Variable root Undocumented
def __init__(self, root=os.sep):

Undocumented

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
root =

Undocumented