summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go13
1 files changed, 12 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index b0c7d7d..23b845a 100644
--- a/structs.go
+++ b/structs.go
@@ -13,8 +13,19 @@ var reposwin *gadgets.BasicWindow
var reposbox *gui.Node
var reposgrid *gui.Node
var reposgroup *gui.Node
+
+var me repoType
+
+type repoType struct {
+ script [][]string
+ toMoveToBranch string // what the current working branch name is
+
+ mainBranch *gadgets.BasicCombobox
+ develBranch *gadgets.BasicCombobox
+ userBranch *gadgets.BasicCombobox
+}
+
var cmds *gui.Node
-var script [][]string
var doit *gui.Node
var dryrun *gui.Node