summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/structs.go b/structs.go
index c6a55a2..ab84811 100644
--- a/structs.go
+++ b/structs.go
@@ -10,7 +10,7 @@ type RepoStatus struct {
hidden bool
changed bool
- repopath string
+ // repopath string
lasttagrev string
tags map[string]string
@@ -35,9 +35,9 @@ type RepoStatus struct {
develBranchVersion *gadgets.OneLiner
userBranchVersion *gadgets.OneLiner
- mainWorkingName *gadgets.OneLiner
+ mainWorkingName *gadgets.OneLiner
develWorkingName *gadgets.OneLiner
- userWorkingName *gadgets.OneLiner
+ userWorkingName *gadgets.OneLiner
develMerge *gui.Node
releaseVersion *gui.Node