darcs

Darcs.Repository.InternalTypes

Synopsis

Documentation

data Repository p

Constructors

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

Instances

data RepoType p

Instances

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

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