darcs-beta-2.7.98.1: a distributed, interactive, smart revision control system

Darcs.Repository.InternalTypes

Synopsis

Documentation

data Repository p recordedstate unrecordedstate tentativestate Source

Constructors

Repo !String ![DarcsFlag] !RepoFormat !(RepoType p) 

Instances

Show (Repository p recordedstate unrecordedstate tentativestate) 

data RepoType p Source

Instances

modifyCache :: forall p r u t. RepoPatch p => Repository p r u t -> (Cache -> Cache) -> Repository p r u tSource

modifyCache repository function modifies the cache of repository with function, remove duplicates and sort the results with compareByLocality.