diff options
Diffstat (limited to 'update.go')
| -rw-r--r-- | update.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,7 @@ import ( "go.wit.com/log" ) +/* func (rs *RepoStatus) gitBranchAll() { r := rs.Run([]string{"git", "branch", "--all"}) if r.Error != nil { @@ -19,6 +20,7 @@ func (rs *RepoStatus) gitBranchAll() { rs.targetBranch.AddText(s) } } +*/ func (rs *RepoStatus) UpdateNew() { log.Info("gui update", rs.pb.GetFullPath()) |
