diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -57,14 +57,6 @@ type mainType struct { gitAuthor *gadgets.OneLiner // ENV GIT_AUTHOR NAME and EMAIL forgeMode *gadgets.OneLiner // is the user in 'master', 'devel' or 'user' branches - // displays a summary of all the repos - // has total dirty, total read-only - // total patches, etc - // summary *patchSummary - - // when switch to user or devel branches, autocreate them - autoCreateBranches *gui.Node - // these hold the branches that the user can switch all // the repositories to them newBranch *gui.Node // deprecate? @@ -74,6 +66,9 @@ type mainType struct { repoDevelMergeB *gui.Node // "merge to devel" repos button repoWritableB *gui.Node // "what repos are writable" repos button demoB *gui.Node // opens the demo + modeReleaseW *gui.Node // opens the release window + modePatchW *gui.Node // opens the patch window + modeUserW *gui.Node // opens the user/hack window argvCheckoutUser bool // shared between the GUI and the command line tools argvCheckoutDevel bool // shared between the GUI and the command line tools |
