Comment 0 for bug 253448

Revision history for this message
Mathias Gug (mathiaz) wrote : add a command to delete a thread

combine-thread is used to remove a thread from the stack when its code has been merged in one of the down-threads.

However, there are use cases where the code in the thread is no longer relevant and should be completely removed.

For example, ubuntu made a patch to a package. Debian fixed the bug using a different patch, thus the ubuntu patch should be completely removed from the loom (using combine-thread in this case will keep the code around in the threads above the combined threads).