summaryrefslogtreecommitdiffstats
path: root/test/snapshot2.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-02-20 14:30:45 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-02-20 14:30:45 +0000
commitbd0773bed9c43affd7f0af8b04fa9850bdd588b2 (patch)
tree381c147a8a42ed8f595c0446f8f67fcb31e29ad8 /test/snapshot2.test
parent2e083b83410563b1bc5ff8b2379315178ccc7bfd (diff)
downloadquilt-bd0773bed9c43affd7f0af8b04fa9850bdd588b2.tar.gz
- Sub-directory support:
+ Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well. - quilt files, diff, refresh: Sort the files in the patch alphabetically.
Diffstat (limited to 'test/snapshot2.test')
-rw-r--r--test/snapshot2.test7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/snapshot2.test b/test/snapshot2.test
index e8aa8a8..b0d91e7 100644
--- a/test/snapshot2.test
+++ b/test/snapshot2.test
@@ -1,8 +1,9 @@
- $ mkdir -p d/patches d/d
- $ cd d/d
-
+ $ mkdir -p d/d
+ $ cd d
$ quilt new snapshot
> Patch snapshot is now on top
+
+ $ cd d
$ quilt add f.txt
> File d/f.txt added to patch snapshot
$ cat > f.txt