Commit 805c476c83d100696b9ebe578f0ee2399d55b3c8

Russell Belfer 2013-01-11T11:20:44

Fix diff patch line number calculation This was just wrong. Added a test that verifying patch line numbers even for hunks further into a file and then fixed the algorithm. I needed to add a little extra state into the patch so that I could track old and new file numbers independently, but it should be okay.