yuja added a comment.

  >   nodes = None
  > 
  > - if opts['bookmark'] or revs: +        if opts.get('bookmark') or revs:
  
  There's one more `opts['bookmark']`. That's why `opts.get('bookmark')` was
  rewritten as `opts[...]`.

REPOSITORY
  rHG Mercurial

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

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

Reply via email to