summaryrefslogtreecommitdiff
path: root/windowPatches.go
diff options
context:
space:
mode:
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 {