pulkit added inline comments.

INLINE COMMENTS

> cmdutil.py:274
>          """
> -        if not opts.get('interactive-unshelve'):
> +        if not (allowunfinished or opts.get('interactive-unshelve')):
>              checkunfinished(repo, commit=True)

Why not get rid of `interactive-shelve` passed by unshelve and make that pass 
`allowunfinished=True` to dorecord?

REPOSITORY
  rHG Mercurial

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

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

To: navaneeth.suresh, #hg-reviewers
Cc: pulkit, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to