add a note after successful conflicted merge resolution

This commit is contained in:
Joey Hess 2013-11-14 14:18:15 -04:00
parent b0f7c80378
commit 2d0a05c0fe

View file

@ -321,6 +321,7 @@ resolveMerge = do
, Param "-m"
, Param "git-annex automatic merge conflict fix"
]
showLongNote "Merge conflict was automatically resolved; you may want to examine the result."
return merged
resolveMerge' :: LsFiles.Unmerged -> Annex (Maybe FilePath)