There's been a number of new things we've added in IntelliJ IDEA 10.5 related to version control support. You can try them already in a latest EAP build. And here's a quick overview.
Do not forget things... TODO!
Now you can easily ensure you haven't forgotten to implement a method, and double-check the important places in your code before commit. Just mark those places in code with TODO.
IntelliJ IDEA's new "Check TODO" before commit inspection will notify about all new and edited TODO items.
It will also confirm about TODO items in the changed fragments (in case they are not actual any mor