D6699: unshelve: abort on using --keep and --interactive together

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Fri Aug 9 14:55:25 EDT 2019


pulkit added inline comments.

INLINE COMMENTS

> shelve.py:971
> +    if interactive and opts.get('keep'):
> +        raise error.Abort(_('--keep on interactive is not yet supported'))
>  

`--keep on --interactive ...`

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D6699/new/

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

To: navaneeth.suresh, #hg-reviewers
Cc: pulkit, mercurial-devel


More information about the Mercurial-devel mailing list