diff --git a/setup/translations.py b/setup/translations.py index 3942953179..e3622d394e 100644 --- a/setup/translations.py +++ b/setup/translations.py @@ -230,6 +230,7 @@ class GetTranslations(Translations): # {{{ def run(self, opts): if not self.modified_translations: subprocess.check_call(['bzr', 'merge', self.BRANCH]) + subprocess.check_call(['bzr', 'resolve', '--take-other']) self.check_for_errors() if self.modified_translations: