[Differential] [Commented On] D62: rebase: add config to move rebase into a single transaction

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Wed Jul 12 16:54:13 EDT 2017


martinvonz added inline comments.

INLINE COMMENTS

> rebase.py:721
> +            except error.InterventionRequired:
> +                tr.close()
> +                raise

Won't this and tr's context manager together double-close the transaction?

REPOSITORY
  rHG Mercurial

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

EMAIL PREFERENCES
  https://phab.mercurial-scm.org/settings/panel/emailpreferences/

To: durham, #hg, martinvonz, phillco
Cc: phillco, mercurial-devel


More information about the Mercurial-devel mailing list