mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
a2578335c8
commit
214643208d
@ -230,6 +230,7 @@ class GetTranslations(Translations): # {{{
|
|||||||
def run(self, opts):
|
def run(self, opts):
|
||||||
if not self.modified_translations:
|
if not self.modified_translations:
|
||||||
subprocess.check_call(['bzr', 'merge', self.BRANCH])
|
subprocess.check_call(['bzr', 'merge', self.BRANCH])
|
||||||
|
subprocess.check_call(['bzr', 'resolve', '--take-other'])
|
||||||
self.check_for_errors()
|
self.check_for_errors()
|
||||||
|
|
||||||
if self.modified_translations:
|
if self.modified_translations:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user