Software Freedom Law Center

Changeset 27

Show
Ignore:
Timestamp:
12/11/07 21:09:01 (1 year ago)
Author:
bkuhn
Message:

# File name changes were not complete in last revision.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dev-tools/update-loblaw-test.plx

    r26 r27  
    299299 
    300300    # See if this is a file we are actually processing over to the hg repository 
    301     next unless defined $DUAL_REVISIONED_FILE_LIST{$file}; 
    302     my $outputFile = $DUAL_REVISIONED_FILE_LIST{$file}; 
     301    next unless defined $DUAL_REVISIONED_FILE_LIST{$inputFile}; 
     302    my $outputFile = $DUAL_REVISIONED_FILE_LIST{$inputFile}; 
    303303 
    304304    if ($operation =~ /^\s*(?:U|M|\~|L|A)\s*/) { 
     
    320320             $LOCK_CLEANUP_CODE); 
    321321      } 
    322       read_from_process($HG, 'add', "$LOBLAW_TEST_HG_CHECKOUT/$file") 
     322      read_from_process($HG, 'add', "$LOBLAW_TEST_HG_CHECKOUT/$outputFile") 
    323323        if ($operation =~ /^\s*A\s*/); 
    324324    } elsif ($operation =~ /^\s*D\s*/) { 

SFLC Main Page

[frdm] Support SFLC