aboutsummaryrefslogtreecommitdiff
path: root/Annex/MetaData.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-01-07 14:21:12 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-01-07 14:21:12 -0400
commit3729ee0549993ccb648b7f798c9c400661350cdf (patch)
tree2aa2ca2dfb48b0724bf1bb6fde4040e9d06fdcc9 /Annex/MetaData.hs
parent4a05793349c55477cde81455810bfe57444ae9bf (diff)
migrate: Copy over metadata to new key.
Diffstat (limited to 'Annex/MetaData.hs')
-rw-r--r--Annex/MetaData.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/MetaData.hs b/Annex/MetaData.hs
index 0751bbb49..88415ffde 100644
--- a/Annex/MetaData.hs
+++ b/Annex/MetaData.hs
@@ -30,7 +30,7 @@ import Data.Time.Clock.POSIX
- When the file has been modified, the metadata is copied over
- from the old key to the new key. Note that it looks at the old key as
- committed to HEAD -- the new key may or may not have already been staged
- - in th annex.
+ - in the index.
-
- Also, can generate new metadata, if configured to do so.
-}