summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'
}