Jeremy S.
Jeremy S.

Reputation: 6653

How to visualize revisions graph in IntelliJ (Mercurial)

I am new to IntelliJ and simply can't find the revisions graph for a Mercurial project in IntelliJ.

Upvotes: 3

Views: 1448

Answers (2)

NimChimpsky
NimChimpsky

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

Jeremy S.
Jeremy S.

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.

enter image description here

Upvotes: 6

Related Questions