summaryrefslogtreecommitdiff
path: root/hideFunction.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-03-02 20:47:10 -0600
committerJeff Carr <[email protected]>2024-03-02 20:47:10 -0600
commit1a90d070bb298d3109d42e92acfdeea82cf3eef0 (patch)
treea7059b8fd3d14741d43595204015a0abf6014ba4 /hideFunction.go
parentd60a565d889461fb04063d831cd63334156cd091 (diff)
keep trying to increment versions
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 5bf3feb..2feac4d 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" {