Reputation: 6653
I am new to IntelliJ and simply can't find the revisions graph for a Mercurial project in IntelliJ.
Upvotes: 3
Views: 1448
Reputation: 47300
you need the plugin hg4idea although I don't remember it having a nice pretty graph of commits, just a history.
Try sourcetree or tortoisehg, for a graph.
Upvotes: 0
Reputation: 6653
Actually found it myself and it is a little tricky to find.
Go to View > Tool Windows > Changes
or click Command + 9 in Mac
There you will find a tab called Log which gives you the graphical view.
Upvotes: 6