vcs-revision-0.0.2: Facilities for accessing the version control revision of the current directory.

Safe HaskellSafe-Inferred

Distribution.VcsRevision.Svn

Synopsis

Documentation

getRevision :: IO (Maybe (String, Bool))Source

Nothing if we're not in a svn repo, Just (revision,modified) if we're in a repo.