3

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

Jeremy S.
  • 6,423
  • 13
  • 48
  • 67

2 Answers2

5

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

Jeremy S.
  • 6,423
  • 13
  • 48
  • 67
0

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.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
NimChimpsky
  • 46,453
  • 60
  • 198
  • 311