diff options
-rw-r--r-- | project.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -637,7 +637,6 @@ class Project(object): | |||
637 | "branch %s is published but is now %d commits behind", | 637 | "branch %s is published but is now %d commits behind", |
638 | branch.name, | 638 | branch.name, |
639 | len(upstream_gain)) | 639 | len(upstream_gain)) |
640 | syncbuf.info(self, "consider merging or rebasing the unpublished commits") | ||
641 | return | 640 | return |
642 | elif upstream_gain: | 641 | elif upstream_gain: |
643 | # We can fast-forward safely. | 642 | # We can fast-forward safely. |