on second thought, don't change sync to exit nonzero on successful conflicted merge resolution
For one thing, that breaks the test suite. May revisit later.
This commit is contained in:
parent
ac000241b5
commit
2a297dd6d1
3 changed files with 2 additions and 4 deletions
|
@ -276,7 +276,7 @@ mergeFrom branch = do
|
|||
return r
|
||||
runmerge a = ifM a
|
||||
( return True
|
||||
, void resolveMerge >> return False
|
||||
, resolveMerge
|
||||
)
|
||||
|
||||
{- Resolves a conflicted merge. It's important that any conflicts be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue