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

Darcs.Repository.InternalTypes

Synopsis

Documentation

data Repository p Source

Constructors

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

Instances

data RepoType p Source

Instances

modifyCache :: RepoPatch p => Repository p -> (Cache -> Cache) -> Repository pSource

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