D1782: rebase: don't run IMM if running rebase in a transaction

quark (Jun Wu) phabricator at mercurial-scm.org
Wed Dec 27 18:35:53 EST 2017


quark accepted this revision.
quark added inline comments.

INLINE COMMENTS

> rebase.py:783
> +    if (opts.get('continue') or opts.get('abort') or
> +            repo.currenttransaction() is None):
>          # in-memory rebase is not compatible with resuming rebases.

The indentation is usually like:

  if (opts.get('continue') or opts.get('abort') or
      repo.currenttransaction() is None):

REPOSITORY
  rHG Mercurial

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

To: phillco, #hg-reviewers, quark
Cc: quark, mercurial-devel, sid0


More information about the Mercurial-devel mailing list