darcs-2.14.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 :: String -> ByteString -> Doc Source #

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

peekPristineHash :: ByteString -> String Source #

skipPristineHash :: ByteString -> ByteString Source #

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

pristineName :: ByteString Source #