summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-12 15:16:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-12 15:16:44 -0400
commite413a17c99b9f20dcee75243e426d97fcedf14d7 (patch)
tree9020a680cd277b08e34f27f40ef65e48b95204e9
parentc78c6083295c621f4140bfb920837b118b4f2ab3 (diff)
format comment
-rw-r--r--Annex/Direct.hs6
1 files changed, 3 insertions, 3 deletions
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