diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1462,6 +1462,8 @@ class Project(object): | |||
1462 | cnt_mine += 1 | 1462 | cnt_mine += 1 |
1463 | 1463 | ||
1464 | if not upstream_gain and cnt_mine == len(local_changes): | 1464 | if not upstream_gain and cnt_mine == len(local_changes): |
1465 | # The copy/linkfile config may have changed. | ||
1466 | self._CopyAndLinkFiles() | ||
1465 | return | 1467 | return |
1466 | 1468 | ||
1467 | if self.IsDirty(consider_untracked=False): | 1469 | if self.IsDirty(consider_untracked=False): |