D135: rebase: use one dirstateguard for when using rebase.singletransaction

martinvonz (Martin von Zweigbergk) phabricator at mercurial-scm.org
Tue Jul 18 11:31:58 EDT 2017


martinvonz added inline comments.

INLINE COMMENTS

> rebase.py:483
> +
> +            dsguard = util.nullcontextmanager()
> +            if ui.configbool('rebase', 'singletransaction'):

As in the previous patch, this can be None here and in the cases below

REPOSITORY
  rHG Mercurial

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

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

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


More information about the Mercurial-devel mailing list