darcs-2.14.1: a distributed, interactive, smart revision control system

Safe HaskellNone
LanguageHaskell2010

Darcs.Repository.Inventory

Synopsis

Documentation

data PatchHash #

Instances
Eq PatchHash # 
Instance details

Defined in Darcs.Repository.Inventory

Show PatchHash # 
Instance details

Defined in Darcs.Repository.Inventory

ValidHash PatchHash # 
Instance details

Defined in Darcs.Repository.Inventory

pokePristineHash :: String -> 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.