summaryrefslogtreecommitdiffstats
path: root/test/subdir.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-07-09 07:26:21 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-07-09 07:26:21 +0000
commite7bb642fdbcfa9bb1d7265781f56d89e398f90b9 (patch)
tree1ad9d16ce37e504ba72f9315c94ca9eb95597133 /test/subdir.test
parentc871d820f8f00819613068aa77cb00d89e4508af (diff)
downloadquilt-e7bb642fdbcfa9bb1d7265781f56d89e398f90b9.tar.gz
- 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.
Diffstat (limited to 'test/subdir.test')
-rw-r--r--test/subdir.test14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/subdir.test b/test/subdir.test
index e4334d5..46ac36e 100644
--- a/test/subdir.test
+++ b/test/subdir.test
@@ -6,10 +6,10 @@
< old file
$ quilt new test.patch
- > Patch test.patch is now on top
+ > Patch %{P}test.patch is now on top
$ quilt add subdir/file
- > File subdir/file added to patch test.patch
+ > File subdir/file added to patch %{P}test.patch
$ cat > subdir/file
< new contents
@@ -17,11 +17,11 @@
This creates the patches/ directory:
$ quilt refresh
- > Refreshed patch test.patch
+ > Refreshed patch %{P}test.patch
$ cd subdir
$ quilt add file2
- > File subdir/file2 added to patch test.patch
+ > File subdir/file2 added to patch %{P}test.patch
$ cat > file2
< another file
@@ -30,7 +30,7 @@
< yet another file
$ quilt add file3
- > File subdir/file3 added to patch test.patch
+ > File subdir/file3 added to patch %{P}test.patch
$ rm file3
$ quilt files
@@ -60,10 +60,10 @@
> -yet another file
$ quilt refresh
- > Refreshed patch test.patch
+ > Refreshed patch %{P}test.patch
$ quilt remove file2
- > File subdir/file2 removed from patch test.patch
+ > File subdir/file2 removed from patch %{P}test.patch
$ quilt files
> subdir/file