summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-09-13 21:01:29 +0000
committerJean Delvare <khali@linux-fr.org>2005-09-13 21:01:29 +0000
commit0df349d659a696582ddc0ef7b81233ee31b9f88d (patch)
tree1f8045e606dff0aaa4acf261047774fccffba94e /test
parent3b0c0ff09ade3ff448ae48ff2f7ef1eabfc5c6c8 (diff)
downloadquilt-0df349d659a696582ddc0ef7b81233ee31b9f88d.tar.gz
- quilt/annotate.in: New option "-p patch" to stop checking for changes
at the specified rather than the topmost patch. - bash_completion: Support the new -p option. - test/annotation.test: Test the new -p option.
Diffstat (limited to 'test')
-rw-r--r--test/annotate.test23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/annotate.test b/test/annotate.test
index 3ca7514..81cb85a 100644
--- a/test/annotate.test
+++ b/test/annotate.test
@@ -62,6 +62,29 @@
> 2 patches/patch2
> 3 patches/patch3
+ $ quilt annotate -p patch3 foo
+ > foo
+ > 2 baz
+ >
+ > 1 patches/patch
+ > 2 patches/patch2
+ > 3 patches/patch3
+
+ $ quilt annotate -p patch2 foo
+ > foo
+ > 1 Bar
+ > 2 baz
+ >
+ > 1 patches/patch
+ > 2 patches/patch2
+
+ $ quilt annotate -p patch foo
+ > foo
+ > 1 Bar
+ > 1 Baz
+ >
+ > 1 patches/patch
+
$ quilt new patch4
> Patch patches/patch4 is now on top