diff options
Diffstat (limited to 'common.go')
| -rw-r--r-- | common.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -99,6 +99,10 @@ func (r *RepoRow) IsDirty() bool { return r.Status.IsDirty() } +func (r *RepoRow) RepoType() string { + return r.pb.RepoType() +} + func (r *RepoRow) ReadOnly() bool { if r == nil { log.Warn("ReadOnly() repo == nil") |
