I'm sick of doing Right Click -> Team -> Commit etc. every time I want to access a Mercurial command, and I'm not inclined to learning new keyboard shortcuts.
Is there an easy way to add the most important Mercurial commands (push, pull, commit, update, merge, ...) to an Eclipse toolbar without writing my own plugin to do the job?
It's possible for git (right click on toolbar -> customize perspective -> git), so I'm having a hard time believing that nobody came up with a plugin to accomplish the same for Mercurial.
All I found after an extensive search was this unassigned proposal in the issue tracker of the MercurialEclipse plugin bitbucket repository. It has had the status new
even though it was proposed nearly three years ago, so I don't suppose the developer is going to implement it in the near future...
Any pointers in the right direction would be greatly appreciated.