This commit is contained in:
Kovid Goyal 2013-01-03 16:43:07 +05:30
parent a2578335c8
commit 214643208d

View file

@ -230,6 +230,7 @@ def modified_translations(self):
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: