Binary file handling support for HgDiffParser

Review Request #375 — Created May 7, 2008 and submitted

roccoblues
Review Board SVN (deprecated)
reviewboard
This patch add's support for binary file handling to the HgDiffParser.

This only works for changed binary files. From the mercurial exported diff we can't tell if a binary file is added or changed. So new binary files currently raise "FileNotFoundError". 


chipx86
  1. Looks good (aside from the trailing whitespace, which I've fixed). Thanks!
    
    Committed in r1350
  2. 
      
Loading...