diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
