summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-04 22:55:40 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-04 22:55:40 -0400
commit2337dcd05909f462318a5ea849dfb6ce415ef1e1 (patch)
tree0abd7d7c4a6cf3ec1ea96581e333b7a2a5fb7500 /Annex
parentd259c769074cc7307a64ddd55f3f309ad6725138 (diff)
style
Diffstat (limited to 'Annex')
-rw-r--r--Annex/AutoMerge.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/Annex/AutoMerge.hs b/Annex/AutoMerge.hs
index 02a3fa753..2ed26b78f 100644
--- a/Annex/AutoMerge.hs
+++ b/Annex/AutoMerge.hs
@@ -110,12 +110,12 @@ resolveMerge' (Just us) them u = do
kthem <- getkey LsFiles.valThem LsFiles.valThem
case (kus, kthem) of
-- Both sides of conflict are annexed files
- (Just keyUs, Just keyThem) -> resolveby $
- if keyUs == keyThem
- then makelink keyUs
- else do
- makelink keyUs
- makelink keyThem
+ (Just keyUs, Just keyThem)
+ | keyUs /= keyThem -> resolveby $ do
+ makelink keyUs
+ makelink keyThem
+ | otherwise -> resolveby $
+ makelink keyUs
-- Our side is annexed file, other side is not.
(Just keyUs, Nothing) -> resolveby $ do
graftin them file