From: Nick Ing-Simmons Date: Fri, 24 Aug 2001 07:08:45 +0000 (+0000) Subject: When applying patch via Porting/apply fails, do p4 refresh X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af28e72be41e35986e36821c9cd0c6a965c950c3;p=p5sagit%2Fp5-mst-13.2.git When applying patch via Porting/apply fails, do p4 refresh to get old files back. p4raw-id: //depot/perl@11741 --- diff --git a/Porting/apply b/Porting/apply index a0b01cc..c313ee6 100644 --- a/Porting/apply +++ b/Porting/apply @@ -52,7 +52,7 @@ else { if (@edit) { - System("p4 revert @edit"); + System("p4 refresh @edit"); } }