diff options
Diffstat (limited to 'doClean.go')
| -rw-r--r-- | doClean.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -184,8 +184,8 @@ func userToDevelRequiresGitPush(repo *gitpb.Repo, branchName string) error { return fmt.Errorf("user branch not clean to delete %d %d", missing, b2) } if missing == 0 { - log.Info("THIS MEANS THE LOCAL BRANCH IS OK TO DELETE missing =", missing) - return nil + // log.Info("THIS MEANS THE LOCAL BRANCH IS OK TO DELETE missing =", missing) + log.Info("THIS IS REALLY BAD RIGHT NOW. must to git push / git merge missing =", missing, b2) } return fmt.Errorf("user branch not clean to delete. maybe it is? devel might be ahead of user branch. %d %d", missing, b2) } |
