projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
89d6097
)
When applying patch via Porting/apply fails, do p4 refresh
Nick Ing-Simmons [Fri, 24 Aug 2001 07:08:45 +0000 (07:08 +0000)]
to get old files back.
p4raw-id: //depot/perl@11741
Porting/apply
patch
|
blob
|
blame
|
history
diff --git
a/Porting/apply
b/Porting/apply
index
a0b01cc
..
c313ee6
100644
(file)
--- a/
Porting/apply
+++ b/
Porting/apply
@@
-52,7
+52,7
@@
else
{
if (@edit)
{
- System("p4 revert @edit");
+ System("p4 refresh @edit");
}
}