Matias Bordese

Results 35 comments of Matias Bordese

Sorry for not replying before. What I think it could be possible is to add some kind of plugin support allowing for unified diff variations, so if you know you...

Well, the init method expects a file-like object, that's why. An option would be to have a `from_string` class method to initialize from a string.

Hi, Right, this is not supported at the moment. I think this is not exactly (standard) unified diff format but some sort of extension on top of it when merging...

Makes sense, will update the readme. Although not explicitly mentioned, Python 2.x and 3.x are supported (reflected in pypi and travis).

I think this could make sense. It will be a way to extend the package to handle VCS specifics, given that it is something frequently asked. I'm +1 to give...