From e413a17c99b9f20dcee75243e426d97fcedf14d7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 12 Dec 2013 15:16:44 -0400 Subject: format comment --- Annex/Direct.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Annex/Direct.hs') diff --git a/Annex/Direct.hs b/Annex/Direct.hs index 1034e6547..5d4b6a402 100644 --- a/Annex/Direct.hs +++ b/Annex/Direct.hs @@ -162,9 +162,9 @@ mergeDirect d branch g = do - There are really only two types of changes: An old item can be deleted, - or a new item added. Two passes are made, first deleting and then - adding. This is to handle cases where eg, a file is deleted and a - - directory is added. The diff-tree output may list these in the opposite - - order, but we cannot really add the directory until the file with the - - same name is remvoed. + - directory is added. (The diff-tree output may list these in the opposite + - order, but we cannot add the directory until the file with the + - same name is removed.) -} mergeDirectCleanup :: FilePath -> Git.Ref -> Git.Ref -> Annex () mergeDirectCleanup d oldsha newsha = do -- cgit v1.2.3