more OsPath conversion
Sponsored-by: k0ld
This commit is contained in:
parent
474cf3bc8b
commit
71195cce13
33 changed files with 198 additions and 194 deletions
|
@ -32,7 +32,7 @@ requiredContentSet u expr = do
|
|||
setLog requiredContentLog u expr
|
||||
Annex.changeState $ \st -> st { Annex.requiredcontentmap = Nothing }
|
||||
|
||||
setLog :: RawFilePath -> UUID -> PreferredContentExpression -> Annex ()
|
||||
setLog :: OsPath -> UUID -> PreferredContentExpression -> Annex ()
|
||||
setLog logfile uuid@(UUID _) val = do
|
||||
c <- currentVectorClock
|
||||
Annex.Branch.change (Annex.Branch.RegardingUUID [uuid]) logfile $
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue