flickzeug 0.5.1

A fork of diffy: diff, patch, and merge library featuring Myers' algorithm, unified diff format parsing, fuzzy patch application, and three-way merge with conflict detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
---
source: src/apply.rs
expression: err_msg
---
error applying hunk #1: could not find context in target file

Hunk content:
@@ -1,3 +1,4 @@
 line 1
-line 2
+line 2 modified
+new line
 line 3