darcs-2.16.5: a distributed, interactive, smart revision control system
Safe HaskellSafe-Inferred
LanguageHaskell2010

Darcs.Repository.Inventory

Synopsis

Documentation

data Inventory #

Instances

Instances details
Show Inventory # 
Instance details

Defined in Darcs.Repository.Inventory

Eq Inventory # 
Instance details

Defined in Darcs.Repository.Inventory

data PatchHash #

Instances

Instances details
Show PatchHash # 
Instance details

Defined in Darcs.Repository.Inventory

ValidHash PatchHash # 
Instance details

Defined in Darcs.Repository.Inventory

Eq PatchHash # 
Instance details

Defined in Darcs.Repository.Inventory

pokePristineHash :: PristineHash -> ByteString -> Doc #

Replace the pristine hash at the start of a raw, unparsed HeadInventory or add it if none is present.

skipPristineHash :: ByteString -> ByteString #

skipPristineHash drops the 'pristine: HASH' prefix line, if present.