From e7bb642fdbcfa9bb1d7265781f56d89e398f90b9 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Fri, 9 Jul 2004 07:26:21 +0000 Subject: - Switch from echo to printf for all translations: This is more stable than having expansions in messages that might change independent of the message. - Add print_patch function and always use it when printing patch names. Remove -n options from various scripts and use a global switch QUILT_PATCHES_PREFIX in .quiltrc to decide between patch names with and without directory prefix. Depending on user experience this switch may eventually go away. - Add --diffstat option to refresh command: If given, this option inserts diffstat statistics at the end of the patch header, or refreshes the existing diffstat output. No special tags in the path file (%diffstat or the like) are needed. - Minor fix inserting changelog into RPM specfile. --- test/failpop.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/failpop.test') diff --git a/test/failpop.test b/test/failpop.test index 57c3daa..9cd3ed0 100644 --- a/test/failpop.test +++ b/test/failpop.test @@ -5,23 +5,23 @@ < This is test.txt. $ quilt new test.diff - > Patch test.diff is now on top + > Patch %{P}test.diff is now on top $ quilt add test.txt - > File test.txt added to patch test.diff + > File test.txt added to patch %{P}test.diff $ cat >> test.txt < Line two. $ quilt refresh - > Refreshed patch test.diff + > Refreshed patch %{P}test.diff $ sleep 2 $ sed -e "s/ /_/g" patches/test.diff > patches/test.new $ mv patches/test.new patches/test.diff $ quilt pop - > Patch test.diff does not remove cleanly (enforce with -f). + > Patch %{P}test.diff does not remove cleanly (enforce with -f) $ cd .. $ rm -rf d -- cgit