diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-06 12:12:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-06 12:12:59 +0000 |
commit | a2c6387bcf04cf5542d4fb14b9aa2a097a31350e (patch) | |
tree | 2fbb61a37c3be242d089aaa50f132e11765ecda6 /Porting/repository.pod | |
parent | 0dfa9f3773ecb4814239b03fbd8b84e449a97c6b (diff) | |
download | perl-a2c6387bcf04cf5542d4fb14b9aa2a097a31350e.tar.gz |
Ultimate discouragement for the old tools, from Andreas.
p4raw-id: //depot/perl@16428
Diffstat (limited to 'Porting/repository.pod')
-rw-r--r-- | Porting/repository.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Porting/repository.pod b/Porting/repository.pod index 5887e21199..d1667b79a0 100644 --- a/Porting/repository.pod +++ b/Porting/repository.pod @@ -328,9 +328,9 @@ back into the mainline, they do: Generating a patch for change#42 is done as follows: - % p4 describe -du 42 | p4desc | p4d2p > change-42.patch + % p4genpatch 42 > change-42.patch -F<p4desc> and F<>p4d2p> are to be found in //depot/perl/Porting/. +F<p4genpatch> is to be found in //depot/perl/Porting/. The usual routine to apply a patch is @@ -356,7 +356,7 @@ Other useful Perforce commands % p4 describe -du 12345 # show change 12345 Note: the output of "p4 describe" is not in proper diff format, use -the F<Porting/p4d2p> to convert. +the F<Porting/p4genpatch> to get a diff-compatible format. % p4 diff -se ./... # have I modified something but forgotten # to "p4 edit", easy faux pas with autogenerated |