summaryrefslogtreecommitdiffstats
path: root/test/snapshot2.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/snapshot2.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/snapshot2.test')
-rw-r--r--test/snapshot2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/snapshot2.test b/test/snapshot2.test
index 0e25d79..8e1bc9e 100644
--- a/test/snapshot2.test
+++ b/test/snapshot2.test
@@ -21,8 +21,8 @@
$ quilt fork
> Fork of patch %{_P}snapshot created as %{_P}snapshot-2
- $ quilt remove g.txt
- > File d/g.txt removed from patch %{_P}snapshot-2
+ $ quilt revert g.txt
+ > Changes to d/g.txt in patch ../patches/snapshot-2 reverted
$ quilt add h.txt
> File d/h.txt added to patch %{_P}snapshot-2