quickcheck property for parsing of content identifier logs
This commit is contained in:
parent
7c25cc7715
commit
936aee6a60
7 changed files with 40 additions and 16 deletions
|
@ -6,6 +6,7 @@
|
|||
-}
|
||||
|
||||
module Logs.ContentIdentifier (
|
||||
module X,
|
||||
recordContentIdentifier,
|
||||
getContentIdentifiers,
|
||||
) where
|
||||
|
@ -15,7 +16,7 @@ import Logs
|
|||
import Logs.MapLog
|
||||
import Types.Remote (ContentIdentifier)
|
||||
import qualified Annex.Branch
|
||||
import Logs.ContentIdentifier.Pure
|
||||
import Logs.ContentIdentifier.Pure as X
|
||||
import qualified Annex
|
||||
|
||||
import qualified Data.Map as M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue