summaryrefslogtreecommitdiffstats
path: root/test/one.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-02-16 20:16:58 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-02-16 20:16:58 +0000
commit867131b0791c4276cfdd273c20c3136ab63557f3 (patch)
tree1cc8c29e66126becc5457c48cd434d11424a4be6 /test/one.test
parent114573d37141d67fbfe8dec85169142cbc14a1e1 (diff)
downloadquilt-867131b0791c4276cfdd273c20c3136ab63557f3.tar.gz
Merge version of James's temp file patch (some further improvements,
hopefully). Also, fix some messages that seem to have been reset to a previous version during I18N, and update the test script.
Diffstat (limited to 'test/one.test')
-rw-r--r--test/one.test12
1 files changed, 8 insertions, 4 deletions
diff --git a/test/one.test b/test/one.test
index 5f7d2b4..15cf951 100644
--- a/test/one.test
+++ b/test/one.test
@@ -56,9 +56,10 @@ Refreshed patch patch2
$ quilt add -p patch1 dir/file3
File dir/file3 modified by patch patch2
$ quilt pop
+Removing patch2
Removing dir/file3
-Removed patch2, now at patch1
+Now at patch patch1
$ quilt add file4
File file4 added to patch patch1
$ echo "This is file 4." > file4
@@ -68,6 +69,7 @@ $ quilt push
Applying patch2
patching file dir/file3
+Now at patch patch2
$ quilt new subdir/patch3.diff
Patch subdir/patch3 is now on top
$ quilt add file4
@@ -101,12 +103,14 @@ $ quilt refresh -f patch1
Refreshed patch patch1
$ echo "Another line here, too." >> dir/file3
$ quilt pop
+Removing subdir/patch3
patching file file4
-Removed subdir/patch3, now at patch2
+Now at patch patch2
$ quilt refresh patch2
Refreshed patch patch2
$ quilt pop -qa
-Removed patch2, now at patch1
-Removed patch1, no patches applied
+Removing patch2
+Removing patch1
+No patches applied
$ rm -r dir patches