summaryrefslogtreecommitdiffstats
path: root/test/annotate.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-27 04:56:22 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-27 04:56:22 +0000
commiteb3b510dfa4cb718c7d8235e2456927d614279b8 (patch)
treeb29d1771b60509d8af79d2103cbfcdb72ac76bb4 /test/annotate.test
parentadb27b98bbdb196acc171da9dc14f09fff9d035d (diff)
downloadquilt-eb3b510dfa4cb718c7d8235e2456927d614279b8.tar.gz
- Unify existing -p and -n parameters that specify a patch:
always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
Diffstat (limited to 'test/annotate.test')
-rw-r--r--test/annotate.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/annotate.test b/test/annotate.test
index fb73696..1d84604 100644
--- a/test/annotate.test
+++ b/test/annotate.test
@@ -63,7 +63,7 @@
> 2 patches/patch2
> 3 patches/patch3
- $ quilt annotate -p patch3 foo
+ $ quilt annotate -P patch3 foo
> foo
> 2 baz
>
@@ -71,7 +71,7 @@
> 2 patches/patch2
> 3 patches/patch3
- $ quilt annotate -p patch2 foo
+ $ quilt annotate -P patch2 foo
> foo
> 1 Bar
> 2 baz
@@ -79,7 +79,7 @@
> 1 patches/patch
> 2 patches/patch2
- $ quilt annotate -p patch foo
+ $ quilt annotate -P patch foo
> foo
> 1 Bar
> 1 Baz