Versions in this module Expand all Collapse all v1 v1.0.0 Jun 10, 2015 Changes in this version + const Bzr + const CVS + const Git + const Hg + const SVN + type Repo interface + Cleanup func() error + FetchCommits func() error + GetClonePath func() string + GetCloneURL func() string + GetCommits func() []model.Commit + GetDefaultBranch func() string + GetName func() string + GetRepository func() *model.Repository + GetVCS func() string + func New(cfg config.DataConfig, path string) (Repo, error)