From 6c0dfa094b990f03f19521263a91f0b0250bac9f Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Thu, 6 May 2021 17:11:21 +0100 Subject: python/python-patch: Renamed python2-patch. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python-patch/README | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 python/python-patch/README (limited to 'python/python-patch/README') 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 -- cgit v1.2.3