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

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Tue Aug 14 20:47:07 EDT 2018


yuja added a comment.


  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?

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D3959

To: khanchi97, #hg-reviewers
Cc: pulkit, yuja, mercurial-devel


More information about the Mercurial-devel mailing list