resolvemerge: New plumbing command that runs the automatic merge conflict resolver.

This commit is contained in:
Joey Hess 2014-07-11 16:45:18 -04:00
parent 003ebf58f5
commit cb66ca3a76
6 changed files with 60 additions and 3 deletions

View file

@ -5,7 +5,10 @@
- Licensed under the GNU GPL version 3 or higher.
-}
module Annex.AutoMerge (autoMergeFrom) where
module Annex.AutoMerge
( autoMergeFrom
, resolveMerge
) where
import Common.Annex
import qualified Annex.Queue