I have got project with local mercurial repository. There is view “changes -> local” where I can commit new changes, but there is no view “changes -> repository” where I can view list of my commits. How can I view my commits if I have only local Mercurial repository (using Intellij Idea)?
I have got project with local mercurial repository. There is view changes -> local
Share
Unfortunately in latest IntelliJ (11.1.1) support for mercurial is not complete. If you wish to view your local commits – use console or Tortoise HG or other tool.