-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
repo: move resolving of concurrent operations to repo level (#111)
It's useful for the UI layer to know that there's been concurrent operations, so it can inform the user that that happened. It'll be even more useful when we soon start making the resolution involve rebasing commits, since that's even more important for the UI layer to present to the user. This patch gets us a bit closer to that by moving the resolution to the repo level.
- Loading branch information
1 parent
5feebe6
commit 67b7efc
Showing
2 changed files
with
70 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters