D1303: py3: handle keyword arguments in hgext/gpg.py

yuja (Yuya Nishihara) phabricator at mercurial-scm.org
Sat Nov 4 03:37:49 EDT 2017


yuja added inline comments.

INLINE COMMENTS

> gpg.py:317
> +        editor = cmdutil.getcommiteditor(editform='gpg.sign',
> +                                            **pycompat.byteskwargs(opts))
>          repo.commit(message, opts['user'], opts['date'], match=msigs,

Fixed this to call strkwargs().

REPOSITORY
  rHG Mercurial

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

To: pulkit, #hg-reviewers, yuja
Cc: mercurial-devel


More information about the Mercurial-devel mailing list