about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-01-17 10:00:00 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-01-17 10:00:00 +0000
commit188da2f53384d241dfb0c2873b554950d91593ec (patch)
tree3e6e52c03e0f3b26391a07c5b11c935503472426
parent76a1e7ba4b339f742cee59c96ef7266714f6dc9c (diff)
downloadzsh-188da2f53384d241dfb0c2873b554950d91593ec.tar.gz
zsh-188da2f53384d241dfb0c2873b554950d91593ec.tar.xz
zsh-188da2f53384d241dfb0c2873b554950d91593ec.zip
unposted: complete a few minor new p4 options
-rw-r--r--ChangeLog6
-rw-r--r--Completion/Unix/Command/_perforce3
2 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d1c63c32b..c6affa01e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
-2008-01-16  Clint Adams  <clint@zsh.org>
+2008-01-17  Peter Stephenson  <pws@csr.com>
 
-	* 24402: Completion/Unix/Command/_sed: complete more than
-	one input file.
+	* unposted: Completion/Unix/Command/_perforce: a few minor
+	news options.
 
 2008-01-14  Peter Stephenson  <pws@csr.com>
 
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index 28eda3080..8bb67b2e5 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -1728,6 +1728,7 @@ _perforce_cmd_edit() {
 (( $+functions[_perforce_cmd_filelog] )) ||
 _perforce_cmd_filelog() {
   _arguments -s : \
+    '-h[follow branc/copy from records]' \
     '-i[follow branches]' \
     '-l[long output, full change text]' \
     '-L[long output, truncated change text]' \
@@ -1823,6 +1824,7 @@ _perforce_cmd_group() {
     '-d[delete group]' \
     '-o[output to stdout]' \
     '-i[read from stdin]' \
+    '(-o)-a[allow non-super owner to modify group]' \
     '1::perforce group:_perforce_groups'
 }
 
@@ -1832,6 +1834,7 @@ _perforce_cmd_groups() {
   _arguments -s : \
     '-i[show indirect membership by subgroups]' \
     '-m[set max groups to show]:max groups: ' \
+    '-v[show summary data]' \
     '1::user or group name:_perforce_users_or_groups'
 }