[ANN] GUI log, status, and commit

Brad Schick schickb at gmail.com
Sun Aug 12 00:23:44 CDT 2007


I've created an extension for mercurial called gtools. The extension
provides graphical status, log, and commit dialogs. The dialogs provide
a nice way to see what is happening in a repository, and can launch
external diff and edit tools that open source files in-place whenever
possible. This lets you save changes made to source files directly back
to your working copy.

gtools has been tested on Linux and Windows and should work on OS X. The
installation process is still rather involved, but it will get easier in
the future. Setup details are here:
http://www.robotbattle.com/gtools/

Screenshots:

* log window on unbuntu:
http://www.robotbattle.com/images/glog.png

* status window on winxp (diff closed):
http://www.robotbattle.com/images/gstatus2.png

* status window on unbuntu (diff open):
http://www.robotbattle.com/images/gstatus.png

* commit window on winxp (diff open):
http://www.robotbattle.com/images/gcommit.png


-Brad


More information about the Mercurial mailing list