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/conflicts.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/conflicts.test') diff --git a/test/conflicts.test b/test/conflicts.test index 1b16f36..b8c6d11 100644 --- a/test/conflicts.test +++ b/test/conflicts.test @@ -60,7 +60,7 @@ anymore, then the patch is fixed. $ sed -e "s/^\\([123567]\\)\$/\\1-/" one.orig > one.txt $ quilt push -q > Applying a - > 1 out of 2 hunks FAILED -- saving rejects to file one.txt.rej + > 1 out of 2 hunks FAILED -- rejects in file one.txt > Patch a does not apply (enforce with -f) $ quilt push -qf -- cgit