summaryrefslogtreecommitdiffstats
path: root/test/revert2.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2007-05-06 12:40:06 +0000
committerAndreas Gruenbacher <agruen@suse.de>2007-05-06 12:40:06 +0000
commitbd1dfdab48e3cda765b37efa7d61fb51ae113b4a (patch)
treea10189c9fabbd319ce15ab71f0e3671a3c6dc4e2 /test/revert2.test
parentf08763e88006195c13c2072c466e248d9cb001a1 (diff)
downloadquilt-bd1dfdab48e3cda765b37efa7d61fb51ae113b4a.tar.gz
- Mail command: when only a single patch is specified, only mail
that one. Only mail all patches to the end of the series if the last patch is '-', or no patches have been specified. - Revert command: change semantics to really revert the changes relative to the patch instead of removing the file from the patch. That's much more useful; the other behavior is available as ``quilt diff <file> | patch -p1'', anyway. - Update German translation.
Diffstat (limited to 'test/revert2.test')
-rw-r--r--test/revert2.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/revert2.test b/test/revert2.test
index af86a93..d1c6bd0 100644
--- a/test/revert2.test
+++ b/test/revert2.test
@@ -19,11 +19,12 @@
$ quilt refresh
> Refreshed patch patches/revert.patch
+ $ echo will-revert > bar
$ quilt revert bar
> Changes to bar in patch patches/revert.patch reverted
$ quilt refresh
- > Refreshed patch patches/revert.patch
+ > Patch patches/revert.patch is unchanged
$ cd ..
$ rm -rf d