Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hish.VCS
Contents
Version Control System
Every version control system provides functions as follows
Methods
vcsAhead :: a -> String -> Maybe String Source
tracking ahead
vcsBehind :: a -> String -> Maybe String Source
tracking behind
vcsCleanliness :: a -> String -> Maybe String Source
determining the cleanliness of working-tree
- # - clean working directory
- ? - clean but existing untracked file
- * - dirty
vcsCurrentBranch :: a -> String -> Maybe String Source