summaryrefslogtreecommitdiff
path: root/Porting/repository.pod
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/repository.pod')
-rw-r--r--Porting/repository.pod6
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