summaryrefslogtreecommitdiffstats
path: root/test/snapshot.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2007-04-27 11:58:05 +0000
committerAndreas Gruenbacher <agruen@suse.de>2007-04-27 11:58:05 +0000
commitf1c186eeb1de83d7a9b74bafda49e6167a95c7f9 (patch)
tree6ae1bea9bef5e3eae31e09a313a9804f65774c00 /test/snapshot.test
parent19b6aaf2f81ded0ee807abc2a6768c9f7ae4bee2 (diff)
downloadquilt-f1c186eeb1de83d7a9b74bafda49e6167a95c7f9.tar.gz
- Rename the ``remove'' command to ``revert'': this removes
ambiguities with the delete command, and more closely matches what the command does.
Diffstat (limited to 'test/snapshot.test')
-rw-r--r--test/snapshot.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snapshot.test b/test/snapshot.test
index f711066..51a8913 100644
--- a/test/snapshot.test
+++ b/test/snapshot.test
@@ -21,8 +21,8 @@
$ quilt fork
> Fork of patch %{P}snapshot created as %{P}snapshot-2
- $ quilt remove g.txt
- > File g.txt removed from patch %{P}snapshot-2
+ $ quilt revert g.txt
+ > Changes to g.txt in patch patches/snapshot-2 reverted
$ quilt add h.txt
> File h.txt added to patch %{P}snapshot-2