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