yuja added a comment.

  > @@ -936,7 +942,7 @@
  >
  >   if opts.get("name"):
  >       shelved.append(opts["name"])
  >
  > - if abortf or continuef and not interactive:
  >
  > +    if abortf or continuef:
  
  mercurial/shelve.py:938: local variable 'interactive' is assigned to but 
never used
  
  Maybe `--continue --interactive` has to be banned if the mode can't be
  overridden by the command option.

REPOSITORY
  rHG Mercurial

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

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

To: navaneeth.suresh, #hg-reviewers, pulkit
Cc: yuja, 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