From 203148363f459635b1be40b8c6ed376073230dda Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Aug 2011 16:14:12 -0400 Subject: split groups of related functions out of Utility --- Git/UnionMerge.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Git/UnionMerge.hs') diff --git a/Git/UnionMerge.hs b/Git/UnionMerge.hs index b0da07170..a5bcbeac4 100644 --- a/Git/UnionMerge.hs +++ b/Git/UnionMerge.hs @@ -18,7 +18,7 @@ import Data.Maybe import Data.String.Utils import Git -import Utility +import Utility.SafeCommand {- Performs a union merge between two branches, staging it in the index. - Any previously staged changes in the index will be lost. -- cgit v1.2.3