From 3277df52256cfb00d32580fa8519fa2a428a9a92 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Mon, 15 Nov 2004 22:43:19 +0000 Subject: - Get rid of the apatch and rpatch helper scripts: Integrate them in the push and pop commands. This should bring a small performance improvement. --- doc/README.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') diff --git a/doc/README.in b/doc/README.in index 0f080d2..446574c 100644 --- a/doc/README.in +++ b/doc/README.in @@ -22,12 +22,6 @@ Helper files/scripts patchfns A collection of functions. -apatch - Add a patch. Used by pushpatch. - -rpatch - Remove a patch. Used by poppatch. - parse-patch {-s|-u} section file [< replacement] Select a %section from a patch (-s) or replace a %section with the text from standard input (-u). -- cgit