From 62bd0f6702118e955134d18b1abb31f2cbd0b368 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Wed, 25 Aug 2004 11:41:25 +0000 Subject: - Refresh command: recognize and ignore header lines generated by ``cvs diff''. - Add a missing print_patch call (cosmetic). --- scripts/patchfns.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/patchfns.in') diff --git a/scripts/patchfns.in b/scripts/patchfns.in index f1ee98f..36f3d4f 100644 --- a/scripts/patchfns.in +++ b/scripts/patchfns.in @@ -597,7 +597,7 @@ patch_description() then @AWK@ ' $1 == "***" || $1 == "---" { exit } - /^Index:[ \t]|^diff[ \t]|^==*$/ \ + /^Index:[ \t]|^diff[ \t]|^==*$|^RCS file: |^retrieving revision [0-9]+(\.[0-9]+)*$/ \ { eat = eat $0 "\n" next } { print eat $0 -- cgit