"revert" action for committed changelist (IDEADEV-13292); refactoring to introduce...
commitc25867f1c9dba6f153553068ff8283f049930c08
authorDmitry Jemerov <yole@intellij.com>
Mon, 14 Jan 2008 10:32:58 +0000 (14 13:32 +0300)
committerDmitry Jemerov <yole@intellij.com>
Mon, 14 Jan 2008 10:32:58 +0000 (14 13:32 +0300)
tree1e324aca55bb389ba8fe315c919b7d8bf70c9a12
parent856ea12ebd5e0222120c7cd87fb2aeccd98fab62
"revert" action for committed changelist (IDEADEV-13292); refactoring to introduce TextFilePatch and BinaryFilePatch as FilePatch subclasses
18 files changed:
resources/src/idea/VcsActions.xml
resources_eng/src/messages/ActionsBundle.properties
resources_eng/src/messages/VcsBundle.properties
vcs-api/src/com/intellij/openapi/vcs/changes/ChangesUtil.java
vcs-impl/src/com/intellij/openapi/diff/impl/patch/BinaryFilePatch.java [new file with mode: 0644]
vcs-impl/src/com/intellij/openapi/diff/impl/patch/FilePatch.java
vcs-impl/src/com/intellij/openapi/diff/impl/patch/PatchBuilder.java
vcs-impl/src/com/intellij/openapi/diff/impl/patch/PatchReader.java
vcs-impl/src/com/intellij/openapi/diff/impl/patch/TextFilePatch.java [new file with mode: 0644]
vcs-impl/src/com/intellij/openapi/diff/impl/patch/UnifiedDiffWriter.java
vcs-impl/src/com/intellij/openapi/vcs/changes/actions/CreatePatchFromChangesAction.java
vcs-impl/src/com/intellij/openapi/vcs/changes/actions/RevertChangesAction.java [new file with mode: 0644]
vcs-impl/src/com/intellij/openapi/vcs/changes/patch/ApplyPatchAction.java
vcs-impl/src/com/intellij/openapi/vcs/changes/patch/ApplyPatchDialog.java
vcs-impl/src/com/intellij/openapi/vcs/changes/patch/CreatePatchCommitExecutor.java
vcs-impl/src/com/intellij/openapi/vcs/changes/shelf/ShelveChangesManager.java
vcs-impl/src/com/intellij/openapi/vcs/changes/shelf/ShelvedChange.java
vcs-impl/src/com/intellij/openapi/vcs/changes/shelf/ShelvedChangeList.java