diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2016-08-09 16:05:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-13 07:22:19 +0700 |
commit | ac818b091eb0d2992722083503a5c78fc80f34d2 (patch) | |
tree | f432e0e14b4e74697c86233977ad1514a39181e0 /python/python-patch/README | |
parent | 9e9270ea8b6b3d8d129e1f74562e0616ae9d45c6 (diff) | |
download | slackbuilds-ac818b091eb0d2992722083503a5c78fc80f34d2.tar.gz |
python/python-patch: Added (library to parse+apply unified diffs).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-patch/README')
-rw-r--r-- | python/python-patch/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/python/python-patch/README b/python/python-patch/README new file mode 100644 index 0000000000..c16a8c4059 --- /dev/null +++ b/python/python-patch/README @@ -0,0 +1,17 @@ +Library to parse and apply unified diffs + +Features + + - Automatic correction of * Linefeeds according to patched file * + Diffs broken by stripping trailing whitespace * a/ and b/ prefixes + - Single file, which is a command line tool and a library + - No dependencies outside Python stdlib + - Patch format detection (SVN, HG, GIT) + - Nice diffstat histogram + +Things that don't work out of the box: + + - File renaming, creation and removal + - Directory tree operations + - Version control specific properties + - Non-unified diff formats |