testing dirty check
This commit is contained in:
parent
b672943d0e
commit
9ce889b404
3
doGui.go
3
doGui.go
|
@ -45,8 +45,7 @@ func debug() {
|
||||||
tmp = fmt.Sprintf("writable (%d)", me.found.Len())
|
tmp = fmt.Sprintf("writable (%d)", me.found.Len())
|
||||||
me.repoWritableB.SetLabel(tmp)
|
me.repoWritableB.SetLabel(tmp)
|
||||||
|
|
||||||
me.found = new(gitpb.Repos)
|
doDirty()
|
||||||
findDirty()
|
|
||||||
tmp = fmt.Sprintf("dirty (%d)", me.found.Len())
|
tmp = fmt.Sprintf("dirty (%d)", me.found.Len())
|
||||||
me.repoDirtyB.SetLabel(tmp)
|
me.repoDirtyB.SetLabel(tmp)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue