summaryrefslogtreecommitdiffstats
path: root/test/subdir.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-01-31 13:44:56 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-01-31 13:44:56 +0000
commit62afdab5581516fb7c6f055572ceb81d4c1cc2e9 (patch)
treef73b5fc7f521c575357a3afe04a89a1de2ab76ec /test/subdir.test
parentc4189640171632e4b3812dcc6a82b118c682b6b3 (diff)
downloadquilt-62afdab5581516fb7c6f055572ceb81d4c1cc2e9.tar.gz
- No longer remove common extensions (.dif, .diff, .patch, .gz,
.bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
Diffstat (limited to 'test/subdir.test')
-rw-r--r--test/subdir.test16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/subdir.test b/test/subdir.test
index 2763b8f..5e6bbda 100644
--- a/test/subdir.test
+++ b/test/subdir.test
@@ -5,11 +5,11 @@
$ cat > subdir/file
< old file
- $ quilt new test
- > Patch test is now on top
+ $ quilt new test.patch
+ > Patch test.patch is now on top
$ quilt add subdir/file
- > File subdir/file added to patch test
+ > File subdir/file added to patch test.patch
$ cat > subdir/file
< new contents
@@ -17,11 +17,11 @@
This creates the patches/ directory:
$ quilt refresh
- > Refreshed patch test
+ > Refreshed patch test.patch
$ cd subdir
$ quilt add file2
- > File subdir/file2 added to patch test
+ > File subdir/file2 added to patch test.patch
$ cat > file2
< another file
@@ -30,7 +30,7 @@
< yet another file
$ quilt add file3
- > File subdir/file3 added to patch test
+ > File subdir/file3 added to patch test.patch
$ rm file3
$ quilt files
@@ -60,10 +60,10 @@
> -yet another file
$ quilt refresh
- > Refreshed patch test
+ > Refreshed patch test.patch
$ quilt remove file2
- > File subdir/file2 removed from patch test
+ > File subdir/file2 removed from patch test.patch
$ quilt files
> subdir/file