| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
VCSGui.Mercurial
Description
- showCommitGUI :: Ctx ()
- showLogGUI :: Ctx ()
- module VCSGui.Common
Documentation
showCommitGUI :: Ctx () Source
Calls showCommitGUI with a ListStore and OkCallBack setup for Mercurial.
This will display a window to enter a commit message and select the files to be commited by this commit.
showLogGUI :: Ctx () Source
Calls showLogGUI using hg. This will display all log entries. The branch to be displayed can be selected.
Any commit can be checked out, creating a new branch if the commit is not already the HEAD of any branch.
module VCSGui.Common