summaryrefslogtreecommitdiff
path: root/common.go
diff options
context:
space:
mode:
Diffstat (limited to 'common.go')
-rw-r--r--common.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.go b/common.go
index dedbd04..fafc11a 100644
--- a/common.go
+++ b/common.go
@@ -34,6 +34,7 @@ func (r *RepoList) FindRepo(path string) *RepoRow {
return repo
}
+/*
func (r *RepoList) AllRepos() []*RepoRow {
var all []*RepoRow
for _, repo := range me.allrepos {
@@ -50,6 +51,7 @@ func AllRepos() []*RepoRow {
}
return all
}
+*/
// a human readable state of the current repo
func (r *RepoRow) State() string {