1
0
Fork 0

stage patch

This commit is contained in:
Mikhail Goncharov 2020-02-06 12:57:50 +01:00
parent 9cc6ccd98d
commit f06f2e2f30

View file

@ -104,6 +104,7 @@ class ApplyPatch:
self.repo.git.commit('-a', '-m', 'dependencies')
print('All depended diffs are applied')
self._apply_diff(self.diff_id, revision_id)
self.repo.git.add('-u', '.')
print('done.')
finally:
self._write_error_message()