summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2013-05-23 08:31:52 +0200
committerJean Delvare <jdelvare@suse.de>2013-05-23 08:31:52 +0200
commit8ebb056d26ec43e94a2a7d2a5fe0b9a1c227f658 (patch)
tree10808af27a94957a30992e9f4ab5ddf271f8bab1 /test
parente2e58301e8379a9d67fe308a3c1cdcf8b0b35538 (diff)
downloadquilt-8ebb056d26ec43e94a2a7d2a5fe0b9a1c227f658.tar.gz
patches: Add support for multiple files
Add support for multiple files to "quilt patches". Patches will be printed, that modify any of the listed files.
Diffstat (limited to 'test')
-rw-r--r--test/two.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/two.test b/test/two.test
index 3698e9f..d6b7f2f 100644
--- a/test/two.test
+++ b/test/two.test
@@ -174,3 +174,12 @@
$ quilt patches file4
> %{_P}patch1.diff
> %{_P}subdir/patch3.diff
+
+ $ quilt pop -q patch2.diff
+ > Removing patch %{_P}subdir/patch3.diff
+ > Now at patch %{_P}patch2.diff
+
+ $ quilt patches -v dir/file3 file4
+ > + %{_P}patch1.diff
+ > = %{_P}patch2.diff
+ > %{_P}subdir/patch3.diff