diff options
Diffstat (limited to 'revert.go')
| -rw-r--r-- | revert.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,8 @@ package repostatus -import "go.wit.com/log" - // reverts master to devel // used in the unwind process of making GUI releases +/* func (rs *RepoStatus) RevertMasterToDevel() bool { if rs.CheckDirty() { log.Info("sorry, it's still dirty") @@ -39,3 +38,4 @@ func (rs *RepoStatus) RevertMasterToDevel() bool { log.Info("SOMETHING FAILED") return false } +*/ |
