stage patch
This commit is contained in:
parent
9cc6ccd98d
commit
f06f2e2f30
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue