summaryrefslogtreecommitdiffstats
path: root/test/conflicts.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/conflicts.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/conflicts.test')
-rw-r--r--test/conflicts.test32
1 files changed, 16 insertions, 16 deletions
diff --git a/test/conflicts.test b/test/conflicts.test
index b8c6d11..0581fbd 100644
--- a/test/conflicts.test
+++ b/test/conflicts.test
@@ -23,50 +23,50 @@ anymore, then the patch is fixed.
< g
$ quilt new a.diff
- > Patch a is now on top
+ > Patch a.diff is now on top
$ quilt add one.txt
- > File one.txt added to patch a
+ > File one.txt added to patch a.diff
$ mv one.txt one.orig
$ sed -e "s/4/4+/" -e 's/d/d+/' one.orig > one.txt
$ quilt refresh
- > Refreshed patch a
+ > Refreshed patch a.diff
$ quilt pop -q
- > Removing a
+ > Removing a.diff
> No patches applied
$ sed -e "s/^\\([17]\\)\$/\\1-/" one.orig > one.txt
$ quilt push -q
- > Applying a
- > Now at patch a
+ > Applying a.diff
+ > Now at patch a.diff
$ quilt pop -q
- > Removing a
+ > Removing a.diff
> No patches applied
$ sed -e "s/^\\([1267]\\)\$/\\1-/" one.orig > one.txt
$ quilt push -q
- > Applying a
- > Now at patch a
+ > Applying a.diff
+ > Now at patch a.diff
$ quilt pop -q
- > Removing a
+ > Removing a.diff
> No patches applied
$ sed -e "s/^\\([123567]\\)\$/\\1-/" one.orig > one.txt
$ quilt push -q
- > Applying a
+ > Applying a.diff
> 1 out of 2 hunks FAILED -- rejects in file one.txt
- > Patch a does not apply (enforce with -f)
+ > Patch a.diff does not apply (enforce with -f)
$ quilt push -qf
- > Applying a
+ > Applying a.diff
> 1 out of 2 hunks FAILED -- saving rejects to file one.txt.rej
- > Applied a (forced; needs refresh)
+ > Applied a.diff (forced; needs refresh)
$ mv one.txt one.x
$ sed -e "s/4/4+/" one.x > one.txt
@@ -107,7 +107,7 @@ anymore, then the patch is fixed.
> g
$ quilt refresh
- > Refreshed patch a
+ > Refreshed patch a.diff
$ cat patches/a.diff | grep -v "^\\(---\\|+++\\)"
> Index: d/one.txt
@@ -132,7 +132,7 @@ anymore, then the patch is fixed.
> g
$ quilt pop -q
- > Removing a
+ > Removing a.diff
> No patches applied
$ cd ..