A common review workflow is to annotate several lines and then copy the complete annotation output for use elsewhere.
Today this requires planning the handoff before launching revdiff. Piping stdout to a clipboard command copies the annotations after quitting, while using --output with --post-flush-command copies the current snapshot after pressing O. If revdiff is already running without either setup, there does not appear to be a direct way to copy all annotations.
It would be helpful to have a simple, discoverable way to copy all current annotations from within an active review session. The specific interface and clipboard mechanism are open to whatever fits revdiff best.
A common review workflow is to annotate several lines and then copy the complete annotation output for use elsewhere.
Today this requires planning the handoff before launching revdiff. Piping stdout to a clipboard command copies the annotations after quitting, while using
--outputwith--post-flush-commandcopies the current snapshot after pressingO. If revdiff is already running without either setup, there does not appear to be a direct way to copy all annotations.It would be helpful to have a simple, discoverable way to copy all current annotations from within an active review session. The specific interface and clipboard mechanism are open to whatever fits revdiff best.