diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-01-07 14:21:12 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-01-07 14:21:12 -0400 |
commit | 3729ee0549993ccb648b7f798c9c400661350cdf (patch) | |
tree | 2aa2ca2dfb48b0724bf1bb6fde4040e9d06fdcc9 /Annex | |
parent | 4a05793349c55477cde81455810bfe57444ae9bf (diff) |
migrate: Copy over metadata to new key.
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/MetaData.hs | 2 |
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. -} |