vcsgui-0.1.1.0: GUI library for source code management systems

Safe HaskellNone
LanguageHaskell98

VCSGui.Mercurial

Description

 

Synopsis

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.