diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1694,6 +1694,8 @@ class Project: | |||
1694 | project=self.name, | 1694 | project=self.name, |
1695 | ) | 1695 | ) |
1696 | ) | 1696 | ) |
1697 | return | ||
1698 | syncbuf.later1(self, _doff, not verbose) | ||
1697 | return | 1699 | return |
1698 | elif pub == head: | 1700 | elif pub == head: |
1699 | # All published commits are merged, and thus we are a | 1701 | # All published commits are merged, and thus we are a |