summaryrefslogtreecommitdiff
path: root/hideFunction.go
diff options
context:
space:
mode:
Diffstat (limited to 'hideFunction.go')
-rw-r--r--hideFunction.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/hideFunction.go b/hideFunction.go
index a9f835b..5bf3feb 100644
--- a/hideFunction.go
+++ b/hideFunction.go
@@ -21,10 +21,10 @@ func hideFunction(r *repolist.RepoRow) {
}
// always show repos that have not been merged ?
- if r.GoState() == "merge to devel" {
- r.Show()
- return
- }
+// if r.GoState() == "merge to devel" {
+// r.Show()
+// return
+// }
// hide read-only repos
if os.Getenv("AUTOTYPIST_READONLY") == "hide" {