From: Hugo van der Sanden Date: Mon, 23 Dec 2002 03:38:59 +0000 (+0000) Subject: handy hint: getting a perforce change as a usable patch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=44897049c7ce4054501bf4c45cf5cb8ee2f04dc9;p=p5sagit%2Fp5-mst-13.2.git handy hint: getting a perforce change as a usable patch p4raw-id: //depot/perl@18337 --- diff --git a/Porting/repository.pod b/Porting/repository.pod index 5f73179..9b59bba 100644 --- a/Porting/repository.pod +++ b/Porting/repository.pod @@ -366,6 +366,9 @@ Other useful Perforce commands Note: the output of "p4 describe" is not in proper diff format, use the F to get a diff-compatible format. +(Note that it may be easier to get one already prepared: grep +L for APC, and append eg "/diffs/12345.gz" to one of the +URLs to get a usable patch.) % p4 diff -se ./... # have I modified something but forgotten # to "p4 edit", easy faux pas with autogenerated