From 6444d13378279cfeb1477e6b68b7baf07cf6dbc4 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 31 Oct 2003 15:53:54 +0000 Subject: - No longer verify if patches remove cleanly by reverse applying them: This doesn't always succeed, and the the equivalent of `quilt diff -z' should suffice, anyway. - Add `touch .pc/$patch' after successful refresh: Speeds up `quilt pop' after a refresh. - Update test suite. - apatch was printing a spurious newline. --- test/one.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/one.test') diff --git a/test/one.test b/test/one.test index b5bbeb1..d1298c5 100644 --- a/test/one.test +++ b/test/one.test @@ -76,7 +76,7 @@ of the installed quilt with `make check'. $ quilt pop -R > Removing patch2 - > patching file dir/file3 + > Removing dir/file3 > > Now at patch patch1 @@ -138,7 +138,7 @@ of the installed quilt with `make check'. $ echo "Another line here, too." >> dir/file3 $ quilt pop -R > Removing subdir/patch3 - > patching file file4 + > Restoring file4 > > Now at patch patch2 -- cgit