a73x

Patch checkout: create local branch from patch revision

closed   by alex emery

Add 'collab patch checkout <id>' to create a local branch from the patch's latest revision commit. This bridges the gap between seeing a patch and actually reviewing it with editor/LSP/tests. Should handle naming the branch (e.g. collab/patch/<short-id>) and checking out the right commit.

Close reason: Implemented in 6e02a0d — collab patch checkout <id> creates a collab/<short-id> branch from the latest revision