add startAction parameter for KeySha
I have a use planned for this in Command.Migrate. Sponsored-by: unqueued on Patreon
This commit is contained in:
parent
1f811c340d
commit
b55efc179a
22 changed files with 34 additions and 31 deletions
|
@ -77,7 +77,7 @@ seek o = case batchOption o of
|
|||
c <- currentVectorClock
|
||||
let ww = WarnUnmatchLsFiles "metadata"
|
||||
let seeker = AnnexedFileSeeker
|
||||
{ startAction = start c o
|
||||
{ startAction = const $ start c o
|
||||
, checkContentPresent = Nothing
|
||||
, usesLocationLog = False
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue