aboutsummaryrefslogtreecommitdiff
path: root/python/python-patch/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-06 17:11:21 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 01:41:49 +0700
commit6c0dfa094b990f03f19521263a91f0b0250bac9f (patch)
tree8d8b3689422f65cb6c8303fbff53a6f4d1f18e76 /python/python-patch/README
parentde5b4d6188762436d318f65917f5bb5466f85460 (diff)
python/python-patch: Renamed python2-patch.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-patch/README')
-rw-r--r--python/python-patch/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/python/python-patch/README b/python/python-patch/README
deleted file mode 100644
index b28cd5faac..0000000000
--- a/python/python-patch/README
+++ /dev/null
@@ -1,17 +0,0 @@
-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