vcs annotate: fix possible issue with "commit number"
authorAleksey Pivovarov <AMPivovarov@gmail.com>
Sat, 20 Jun 2015 11:22:23 +0000 (14:22 +0300)
committerAleksey Pivovarov <AMPivovarov@gmail.com>
Thu, 3 Sep 2015 16:28:01 +0000 (19:28 +0300)
commit5e1973701bf61e01087bb070c1ddb2cb42d310a1
treee7a2e5f1ecfdc41a8bfcd2dd20bd595d6d9128c4
parent6c53af9c034d0c15c5f5256b9e018164e80529a3
vcs annotate: fix possible issue with "commit number"

We know that fileAnnotation.getRevisions() are sorted properly, while old comparator could return invalid result (ex: for commits with the same timestamp in git)
platform/vcs-impl/src/com/intellij/openapi/vcs/actions/AnnotateToggleAction.java
platform/vcs-impl/src/com/intellij/openapi/vcs/actions/HistoryIdColumn.java