darcs-2.16.4: a distributed, interactive, smart revision control system
Safe HaskellNone
LanguageHaskell2010

Darcs.Repository.Inventory

Synopsis

Documentation

data Inventory Source #

Instances

Instances details
Eq Inventory Source # 
Instance details

Defined in Darcs.Repository.Inventory

Show Inventory Source # 
Instance details

Defined in Darcs.Repository.Inventory

data PatchHash Source #

Instances

Instances details
Eq PatchHash Source # 
Instance details

Defined in Darcs.Repository.Inventory

Show PatchHash Source # 
Instance details

Defined in Darcs.Repository.Inventory

ValidHash 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.