summaryrefslogtreecommitdiffstats
path: root/test/snapshot.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/snapshot.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/snapshot.test')
-rw-r--r--test/snapshot.test4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/snapshot.test b/test/snapshot.test
index 51a8913..1d73a93 100644
--- a/test/snapshot.test
+++ b/test/snapshot.test
@@ -21,9 +21,7 @@
$ quilt fork
> Fork of patch %{P}snapshot created as %{P}snapshot-2
- $ quilt revert g.txt
- > Changes to g.txt in patch patches/snapshot-2 reverted
-
+ $ rm g.txt
$ quilt add h.txt
> File h.txt added to patch %{P}snapshot-2