Files
openide/platform/vcs-impl
Nadya Zabrodina 79facb311f [patch]: when we calculation transaction we should remember applied text range for exactly applied hunk for further interactive processing
* do not store transactions calculated during apply somehow etc - they are not exact at all;
* remember after start offset in SplitHunk;
* cleanUp GenericPatchApplier;
* collect and construct information about applied and not applied patches to AppliedSplitPatchHunk;
* remove unused changeType
* return first and last changed lines in hunk as applied index (without context lines);
2016-04-25 15:36:06 +03:00
..