D3959: rebase: add --stop option to stop rebase at any point (issue5206)

Yuya Nishihara yuya at tcha.org
Tue Aug 14 20:37:20 EDT 2018


Queued, many thanks.

> +    elif stop:
> +        rbsrt = rebaseruntime(repo, ui)
> +        rbsrt.restorestatus()

Perhaps `restorestatus()` needs to be covered by the lock to prevent it from
being updated by another process. Can you send a follow up?


More information about the Mercurial-devel mailing list