diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-08-24 07:08:45 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-08-24 07:08:45 +0000 |
commit | af28e72be41e35986e36821c9cd0c6a965c950c3 (patch) | |
tree | 6a793fd4f28b98365362910af10f7aaf88df55cb /Porting/apply | |
parent | 89d60977162f464114a3f311f9059bb0c281bdbd (diff) | |
download | perl-af28e72be41e35986e36821c9cd0c6a965c950c3.tar.gz |
When applying patch via Porting/apply fails, do p4 refresh
to get old files back.
p4raw-id: //depot/perl@11741
Diffstat (limited to 'Porting/apply')
-rw-r--r-- | Porting/apply | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/apply b/Porting/apply index a0b01cc56e..c313ee60e6 100644 --- a/Porting/apply +++ b/Porting/apply @@ -52,7 +52,7 @@ else { if (@edit) { - System("p4 revert @edit"); + System("p4 refresh @edit"); } } |