Colin Watson wrote:
> Just do something like:
>
> unmerge 34363
> foreach $bug (13417, 13710, 25092) {
> close $bug
> reopen $bug $originalsubmitter{$bug}
> }
> merge 13417 34363
What about an "originator" command which does the equivalent of that
close and reopen? Would it be too much difficult to implement?