README 585 B

123456789101112131415161718
  1. Library to parse and apply unified diffs
  2. Features
  3. - Automatic correction of * Linefeeds according to patched file *
  4. Diffs broken by stripping trailing whitespace * a/ and b/ prefixes
  5. - Single file, which is a command line tool and a library
  6. - No dependencies outside Python stdlib
  7. - Patch format detection (SVN, HG, GIT)
  8. - Nice diffstat histogram
  9. Things that don't work out of the box:
  10. - File renaming, creation and removal
  11. - Directory tree operations
  12. - Version control specific properties
  13. - Non-unified diff formats