summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/project.py b/project.py
index 45229e54..1beee2a6 100644
--- a/project.py
+++ b/project.py
@@ -733,9 +733,7 @@ class Project(object):
733 last_mine = commit_id 733 last_mine = commit_id
734 cnt_mine += 1 734 cnt_mine += 1
735 735
736 if not local_changes and not upstream_gain: 736 if not upstream_gain and cnt_mine == len(local_changes):
737 # Trivially no changes caused by the upstream.
738 #
739 return 737 return
740 738
741 if self.IsDirty(consider_untracked=False): 739 if self.IsDirty(consider_untracked=False):