From af28e72be41e35986e36821c9cd0c6a965c950c3 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Fri, 24 Aug 2001 07:08:45 +0000 Subject: [PATCH] When applying patch via Porting/apply fails, do p4 refresh to get old files back. p4raw-id: //depot/perl@11741 --- Porting/apply | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); } } -- 2.7.4