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

Darcs.Repository.Inventory

Synopsis

Documentation

data Inventory Source #

Instances

Instances details
Show Inventory Source # 
Instance details

Defined in Darcs.Repository.Inventory

Eq Inventory Source # 
Instance details

Defined in Darcs.Repository.Inventory

data PatchHash Source #

Instances

Instances details
Show PatchHash Source # 
Instance details

Defined in Darcs.Repository.Inventory

ValidHash PatchHash Source # 
Instance details

Defined in Darcs.Repository.Inventory

Eq PatchHash Source # 
Instance details

Defined in Darcs.Repository.Inventory

pokePristineHash :: PristineHash -> ByteString -> Doc Source #

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

skipPristineHash :: ByteString -> ByteString Source #

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

pristineName :: ByteString Source #