synch_hg_p4/synch_hg_p4.pl
changeset 1 4a4ca5a019bb
parent 0 02cd6b52f378
equal deleted inserted replaced
0:02cd6b52f378 1:4a4ca5a019bb
     1 #! perl
     1 #! perl
     2 
     2 
     3 # sync_hg_p4.pl
     3 # Copyright (c) 2009 Symbian Foundation Ltd
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the License "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Symbian Foundation Ltd - initial contribution.
       
    11 # 
       
    12 # Contributors:
       
    13 #
       
    14 # Description:
       
    15 # Perl script to synchronise a Perforce branch with a Mercurial repository
     4 
    16 
     5 use strict;
    17 use strict;
     6 use Getopt::Long;
    18 use Getopt::Long;
     7 use File::Temp qw/ tempfile tempdir /;	# for tempfile()
    19 use File::Temp qw/ tempfile tempdir /;	# for tempfile()
     8 
    20