summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/project.py b/project.py
index 27ea748f..dda01331 100644
--- a/project.py
+++ b/project.py
@@ -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