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:
Joey Hess 2013-11-14 14:36:48 -04:00
parent ac000241b5
commit 2a297dd6d1
3 changed files with 2 additions and 4 deletions

View file

@ -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