about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-02-22 14:40:06 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-02-22 14:40:06 +0000
commit21307324337a613ef53e437219ddcbc3f3bb53ff (patch)
tree3a2201d291a469c80dc64bd987758103ae569db1
parentca82aaf80e27d0a47ef70c5bd015c8fb1a38d09c (diff)
downloadzsh-21307324337a613ef53e437219ddcbc3f3bb53ff.tar.gz
zsh-21307324337a613ef53e437219ddcbc3f3bb53ff.tar.xz
zsh-21307324337a613ef53e437219ddcbc3f3bb53ff.zip
unposted: new p4 change option -u
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Unix/Command/_perforce1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2bba5038a..18b351bee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-22  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Completion/Unix/Command/_perforce: new option
+	p4 change -u.
+
 2008-02-22  Clint Adams  <clint@zsh.org>
 
 	* 24578: Completion/Debian/Command/_dpkg: stop completing
diff --git a/Completion/Unix/Command/_perforce b/Completion/Unix/Command/_perforce
index 8bb67b2e5..6b8a63c1b 100644
--- a/Completion/Unix/Command/_perforce
+++ b/Completion/Unix/Command/_perforce
@@ -1571,6 +1571,7 @@ _perforce_cmd_change() {
     '(-o -i)-d[discard newly created pending change]' \
     '(-d -i -f)-o[output specification to standard output]' \
     '(-d -o)-i[read specification from standard input]' \
+    '(-d -o)-u[force change of jobs or description by owner]' \
     "(-i)1::change:_perforce_changes$ctype"
 }