IDEADEV-35161 (Allow to revert single file deletion in Changes | Repository view)
commit663ed5ce4dd28c96aec914ab8a02237212bb8c4a
authorIrina Chernushina <Irina.Chernushina@jetbrains.com>
Fri, 31 Jul 2009 15:00:34 +0000 (31 19:00 +0400)
committerIrina Chernushina <Irina.Chernushina@jetbrains.com>
Fri, 31 Jul 2009 15:00:34 +0000 (31 19:00 +0400)
tree6410c9df99e549dd14e7f15012fe5ffc3ea67af8
parent6121ec7ea9b1ba1445de192859e6d4c2b070e492
IDEADEV-35161 (Allow to revert single file deletion in Changes | Repository view)
platform-resources/src/idea/VcsActions.xml
platform-resources_eng/src/messages/VcsBundle.properties
vcs-api/src/com/intellij/openapi/vcs/VcsDataKeys.java
vcs-impl/src/com/intellij/openapi/vcs/changes/actions/RevertChangeListAction.java [new file with mode: 0644]
vcs-impl/src/com/intellij/openapi/vcs/changes/actions/RevertCommittedStuffAbstractAction.java [moved from vcs-impl/src/com/intellij/openapi/vcs/changes/actions/RevertChangesAction.java with 76% similarity]
vcs-impl/src/com/intellij/openapi/vcs/changes/actions/RevertSelectedChangesAction.java [new file with mode: 0644]
vcs-impl/src/com/intellij/openapi/vcs/changes/committed/CommittedChangesTreeBrowser.java
vcs-impl/src/com/intellij/openapi/vcs/changes/committed/RepositoryChangesBrowser.java
vcs-impl/src/com/intellij/openapi/vcs/changes/ui/ChangesBrowser.java