D1232: rebase: add the --inmemory option flag; assign a wctx object for the rebase

dlax (Denis Laxalde) phabricator at mercurial-scm.org
Fri Dec 8 03:43:23 EST 2017


dlax added inline comments.

INLINE COMMENTS

> rebase.py:738
> +    if 'inmemory' not in opts:
> +        opts['inmemory'] = False
>      rbsrt = rebaseruntime(repo, ui, opts)

This is useless because "inmemory" will be in `opts` and because you wrote `opts.get('inmemory', False)` in `rebaseruntime.__init__()` above.

REPOSITORY
  rHG Mercurial

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

To: phillco, #hg-reviewers, dlax, durin42
Cc: durin42, dlax, mercurial-devel


More information about the Mercurial-devel mailing list