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

dlax (Denis Laxalde) phabricator at mercurial-scm.org
Fri Dec 1 04:01:12 EST 2017


dlax requested changes to this revision.
dlax added a comment.
This revision now requires changes to proceed.


  > In the future, the --inmemory flag might be deprecated in favor of something more intelligent
  
  Perhaps the option should be flagged experimental then?
  
  Also, would be nice to have some test coverage.

INLINE COMMENTS

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

Not sure this is needed.

REPOSITORY
  rHG Mercurial

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

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


More information about the Mercurial-devel mailing list