Override "p4 diff" to handle change numbers.
authorIain Patterson <me@iain.cx>
Sat, 16 Apr 2011 11:43:00 +0000 (12:43 +0100)
committerIain Patterson <me@iain.cx>
Mon, 27 Jan 2014 14:50:15 +0000 (14:50 +0000)
commitf5afac834b03d5ee46adec982095852609b1b58c
treee8bab47e2f77559b039567ca70912cff8d1b255f
parent6b31a2df164c14ef4fb443f6eb617b83b14fd60d
Override "p4 diff" to handle change numbers.

Wrapper around "p4 diff" which detects use of the -c flag and calls
p4-diffchange, thus enabling uses such as "p4 diff -c 12345" which will
show diffs only for files opened in changelist 12345.
opt/p4/p4-diff [new file with mode: 0755]