Also, where would I find them?
Tortoise HG. All the tortoise goodness, now for Mercurial.
UPDATE july 2020: The original official website linked above is abandoned.
The project moved to: https://foss.heptapod.net/mercurial/tortoisehg/thg
GUI clients & Other tools: https://www.mercurial-scm.org/wiki/OtherTools
IMO best GUI Hg client for OSX is SoureTree - http://sourcetreeapp.com
I was using MacHg, which is ok (and free), but SourceTree has better support, ongoing development and better workflow.
If your on OSX then MacHg is IMHO quite nice. (I wrote it and maintain it...)
If you're using eclipse:
Visual Studio Code has a simple plugin for a few basic operations: https://marketplace.visualstudio.com/items?itemName=mrcrowl.hg
The pending changes are highlighted in the editor and support for the basic commit/push/pull/update workflows.
If you want to use the console you can check out: https://bitbucket.org/lc2817/hgv
There is also hgview
http://www.hgview.org/ which has a ncurses based CUI somewhat like tig
as well as a GUI for viewing the logs. You can only view the logs from this program, but that is really all I want a user interface for.
© 2022 - 2024 — McMap. All rights reserved.