From 67b0df979f03d64ecdfa0d0224466c1541e9321c Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 19 Sep 2006 15:13:46 +0000 Subject: - quilt/scripts/patchfns.in: Drop support for "-pab" in series file, for it breaks compatibility with previous versions of quilt, and is inconsistent. - test/dir-a-b.test: Drop test case for "-pab" in series file. --- test/dir-a-b.test | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) (limited to 'test/dir-a-b.test') diff --git a/test/dir-a-b.test b/test/dir-a-b.test index 4104510..a1713ce 100644 --- a/test/dir-a-b.test +++ b/test/dir-a-b.test @@ -20,52 +20,6 @@ < @@ -1 +0,0 @@ < -d - $ echo "ab.diff -pab" > patches/series - $ quilt series - > patches/ab.diff - - $ quilt push -q - > Applying patch patches/ab.diff - > Now at patch patches/ab.diff - - $ quilt diff --no-index - > --- a/test.txt - > +++ b/test.txt - > @@ -1 +1 @@ - > -a - > +b - > --- /dev/null - > +++ b/test2.txt - > @@ -0,0 +1 @@ - > +c - > --- a/test3.txt - > +++ /dev/null - > @@ -1 +0,0 @@ - > -d - - $ rm -f patches/ab.diff - $ quilt refresh --no-index - > Refreshed patch patches/ab.diff - - $ cat patches/ab.diff - > --- a/test.txt - > +++ b/test.txt - > @@ -1 +1 @@ - > -a - > +b - > --- /dev/null - > +++ b/test2.txt - > @@ -0,0 +1 @@ - > +c - > --- a/test3.txt - > +++ /dev/null - > @@ -1 +0,0 @@ - > -d - - $ quilt pop -qR - > Removing patch patches/ab.diff - > No patches applied - $ echo "ab.diff" > patches/series $ quilt push -q -- cgit