Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

question says it all. I really like the Brotherbard GitX fork - is there something along the same lines for Hg?

share|improve this question
3  
Dangit, I wish there was a "vote to not close". – David Wolever Apr 13 '10 at 1:17
re: close voters - there is a similar question on OS X Git GUIs and it's not even CW! stackoverflow.com/questions/83789/… – Ken Liu Apr 13 '10 at 3:30

5 Answers

Sourcetree (http://www.sourcetreeapp.com) has a good clean gui and supports Mercurial and Git but it isn't free...

share|improve this answer
8  
It seems to be free by now, after Atlassian bought it in support for their other sold products. – haraldkl Feb 13 '12 at 13:58

MacHg is a fairly full OSX client:

It is a native OSX GUI client for Mercurial. It is modern and fully multi-threaded using Grand Central Dispatch and threading goodness. It has a clean interface and allows multiple repositories per document, using a standard mac sidebar interface. It incrementally loads data so its very fast. Ie it easily handles browsing the mozilla repository which is 3.35Gb. MacHg is fully featured handling all standard Mercurial commands, and additionally provides history editing features through the Mercurial rebase, strip, collapse, and histedit extensions.

share|improve this answer

Murky is about it, but it's nowhere near as mature as GitX.

share|improve this answer

I use Murky. There are two things to note:

  1. When you enter the repository url use this pattern: https://username:password@domain.com. That's the only place where you can enter your username and password.

  2. There are some things you can't do through the GUI (I think merge is one of them), in which case you can launch the terminal from the app and use the command line. You'll then see any changes update in the GUI.

share|improve this answer

TortoiseHg is an OK GUI. OSX port is reported as "in progress."

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.