notes on ImportableContents history not being used for retrieval
This commit is contained in:
parent
bcd55b365c
commit
c2d6f335a6
2 changed files with 9 additions and 1 deletions
|
@ -59,6 +59,12 @@ data ImportableContents info = ImportableContents
|
|||
-- ^ Used by remotes that support importing historical versions of
|
||||
-- files that are stored in them. This is equivilant to a git
|
||||
-- commit history.
|
||||
--
|
||||
-- When retrieving a historical version of a file,
|
||||
-- old ImportLocations from importableHistory are not used;
|
||||
-- the content is no longer expected to be present at those
|
||||
-- locations. So, if a remote does not support Key/Value access,
|
||||
-- it should not populate the importableHistory.
|
||||
}
|
||||
deriving (Show, Generic)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue