summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index 8bfe557..d1b24ef 100644
--- a/structs.go
+++ b/structs.go
@@ -70,8 +70,12 @@ type mainType struct {
// these hold the branches that the user can switch all
// the repositories to them
- newBranch *gui.Node
- setBranchB *gui.Node
+ newBranch *gui.Node // deprecate?
+ setBranchB *gui.Node // deprecate?
+ repoAllB *gui.Node // "all" repos button
+ repoDirtyB *gui.Node // "dirty" repos button
+ repoDevelMergeB *gui.Node // "merge to devel" repos button
+ repoWritableB *gui.Node // "what repos are writable" repos button
argvCheckoutUser bool // shared between the GUI and the command line tools
argvCheckoutDevel bool // shared between the GUI and the command line tools