pull/26/head
Louis Vézina 7 years ago
parent eb500e0f17
commit e71aba1143

@ -42,6 +42,7 @@ def check_and_apply_update(repo=local_repo, remote_name='origin'):
tree,
[repo.head.target, remote_id])
repo.state_cleanup()
result = 'Conflict detected when trying to update.'
else:
raise AssertionError('Unknown merge analysis result')

Loading…
Cancel
Save