Changeset 27
- Timestamp:
- 12/11/07 21:09:01 (1 year ago)
- Files:
-
- trunk/dev-tools/update-loblaw-test.plx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dev-tools/update-loblaw-test.plx
r26 r27 299 299 300 300 # 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}; 303 303 304 304 if ($operation =~ /^\s*(?:U|M|\~|L|A)\s*/) { … … 320 320 $LOCK_CLEANUP_CODE); 321 321 } 322 read_from_process($HG, 'add', "$LOBLAW_TEST_HG_CHECKOUT/$ file")322 read_from_process($HG, 'add', "$LOBLAW_TEST_HG_CHECKOUT/$outputFile") 323 323 if ($operation =~ /^\s*A\s*/); 324 324 } elsif ($operation =~ /^\s*D\s*/) {