summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 19:47:48 -0600
committerJeff Carr <[email protected]>2025-01-30 19:47:48 -0600
commit5f0a271bf767a35370b6fcf078847f9fceba8d7d (patch)
treed5918f1bc7b9951b8d356d1b722a903188149ebb /windowPatches.go
parent25fe17d59cd4081ac1204e9686859af773bd69c1 (diff)
almost there on a first git am attemptv0.22.66
Diffstat (limited to 'windowPatches.go')
-rw-r--r--windowPatches.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/windowPatches.go b/windowPatches.go
index 423aae5..1bdc755 100644
--- a/windowPatches.go
+++ b/windowPatches.go
@@ -154,6 +154,7 @@ func (r *patchesWindow) addPatchsetNew(pset *forgepb.Patchset) {
r.psetgrid.NewLabel(pset.Name)
r.psetgrid.NewLabel(pset.Comment)
r.psetgrid.NewLabel(pset.GitAuthorName)
+ // r.psetgrid.NewLabel(pset.RepoNamespace)
if pset.State == "BROKEN" {
r.psetgrid.NewLabel("Bad")
} else {