View | Details | Raw Unified | Return to bug 29325
Collapse All | Expand All

(-)a/misc/commit_file.pl (-2 / +1 lines)
Lines 108-114 sub revert_batch { Link Here
108
108
109
    print "... reverting batch -- please wait\n";
109
    print "... reverting batch -- please wait\n";
110
    my ($num_deleted, $num_errors, $num_reverted, $num_items_deleted, $num_ignored) =
110
    my ($num_deleted, $num_errors, $num_reverted, $num_items_deleted, $num_ignored) =
111
        BatchRevertRecords($import_batch_id, 100, \&print_progress_and_commit);
111
        BatchRevertRecords( $import_batch_id );
112
    print "... finished reverting batch\n";
112
    print "... finished reverting batch\n";
113
113
114
    print <<_SUMMARY_;
114
    print <<_SUMMARY_;
115
- 

Return to bug 29325