Changeset 33
- Timestamp:
- 12/22/07 17:54:14 (1 year ago)
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/dev-tools/update-loblaw-test.plx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r28 r33 1 2007-12-22 Bradley M. Kuhn <bkuhn@softwarefreedom.org> 2 3 * dev-tools/update-loblaw-test.plx (ProcessRevision): Fixed hg 4 commit to put the -l option in the right place. 5 1 6 2007-12-11 Bradley M. Kuhn <bkuhn@softwarefreedom.org> 2 7 trunk/dev-tools/update-loblaw-test.plx
r31 r33 339 339 } 340 340 $tempFH->close(); 341 my @vals = read_from_process($HG, ' -l', $tempFile, 'commit',341 my @vals = read_from_process($HG, 'commit', '-l', $tempFile, 342 342 "$LOBLAW_TEST_HG_CHECKOUT/$outputFile"); 343 343 unlink($tempFile);