summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-07-18 10:18:13 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-07-18 10:18:13 +0000
commit78a7ca38e25c940f034c1cc95a510bfd31a92f47 (patch)
tree55713a3cf2f56c83593f66b1f3c7d2b06cf0d150 /test
parentfec91df889939ac235f95de38865e40460033616 (diff)
downloadquilt-78a7ca38e25c940f034c1cc95a510bfd31a92f47.tar.gz
- quilt/annotate.in: Fix case where the file is created/deleted
by a patch. - Makefile.in: add uninstall target.
Diffstat (limited to 'test')
-rw-r--r--test/annotate.test29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/annotate.test b/test/annotate.test
index 4f6def8..e0906a1 100644
--- a/test/annotate.test
+++ b/test/annotate.test
@@ -59,5 +59,34 @@
> 2 patches/patch2
> 3 patches/patch3
+ $ quilt new patch4
+ > Patch patches/patch4 is now on top
+
+ $ cat > jkl
+ < abc
+ < def
+
+ $ quilt add jkl wrz
+ > File jkl added to patch patches/patch4
+ > File wrz added to patch patches/patch4
+
+ $ rm jkl
+ $ cat > wrz
+ < one
+ < two
+
+ $ quilt refresh
+ > Refreshed patch patches/patch4
+
+ $ quilt annotate jkl
+ >
+ > 1 patches/patch4
+
+ $ quilt annotate wrz
+ > 1 one
+ > 1 two
+ >
+ > 1 patches/patch4
+
$ cd ..
$ rm -rf d