aboutsummaryrefslogtreecommitdiff
path: root/Annex/Content
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-17 15:11:21 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-17 15:11:21 -0400
commit6668fe0ca201fb28311ca10300afc06136d38211 (patch)
tree76b01abe2e4227f0c2ad29f71b665cfe0194c1e6 /Annex/Content
parentbf1d81bd3ec7b4128d13ca04d2a90c8165d5ee2f (diff)
update for DiffTree type change (which fixes assistant in subdir confusion bug)
Diffstat (limited to 'Annex/Content')
-rw-r--r--Annex/Content/Direct.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Content/Direct.hs b/Annex/Content/Direct.hs
index 3de6b12a3..b0b8621e9 100644
--- a/Annex/Content/Direct.hs
+++ b/Annex/Content/Direct.hs
@@ -101,7 +101,7 @@ addAssociatedFile key file = do
else file':files
{- Associated files are always stored relative to the top of the repository.
- - The input FilePath is relative to the CWD. -}
+ - The input FilePath is relative to the CWD, or is absolute. -}
normaliseAssociatedFile :: FilePath -> Annex FilePath
normaliseAssociatedFile file = do
top <- fromRepo Git.repoPath