summaryrefslogtreecommitdiffstats
path: root/test/snapshot2.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-03-13 23:25:46 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-03-13 23:25:46 +0000
commita8592ac4467b34abd9b0ffae9192163dc68112bc (patch)
tree6665dfb526098395d8631e057a44474c6dea2d31 /test/snapshot2.test
parent8f761704d62fccdf2829c5b3e0203161231f3901 (diff)
downloadquilt-a8592ac4467b34abd9b0ffae9192163dc68112bc.tar.gz
- Revert `quilt fork' to how it originally worked: fork the
*topmost* patch, not the next unapplied patch. Adapt the test suite accordingly. - Add flag to backup-files.c to make sure that files in the working tree have a link count of at most one. Use this where appropriate. - Fix a bug in `quilt snapshot': Taking snapshots caused files to get link counts bigger than one, so modifying them could cause multiple files to get modified. Speed up the command, too. - Update the documentation. Add example1.test from the documentation.
Diffstat (limited to 'test/snapshot2.test')
-rw-r--r--test/snapshot2.test8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/snapshot2.test b/test/snapshot2.test
index b0d91e7..0f993cc 100644
--- a/test/snapshot2.test
+++ b/test/snapshot2.test
@@ -17,17 +17,9 @@
$ quilt refresh
> Refreshed patch snapshot
$ quilt snapshot
- $ quilt pop -q
- > Removing snapshot
- > No patches applied
-
$ quilt fork
> Fork of snapshot created as snapshot-2
- $ quilt push -q
- > Applying snapshot-2
- > Now at patch snapshot-2
-
$ quilt remove g.txt
> File d/g.txt removed from patch snapshot-2