• Show log

    Commit

  • Hash : 805c476c
    Author : Russell Belfer
    Date : 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.