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

2017-11-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGde1f045781e0: py3: handle keyword arguments in hgext/gpg.py (authored by pulkit, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D1303?vs=3240=3278#toc REPOSITORY rHG

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

2017-11-04 Thread yuja (Yuya Nishihara)
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

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

2017-11-02 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1303 AFFECTED FILES hgext/gpg.py CHANGE DETAILS diff --git a/hgext/gpg.py b/hgext/gpg.py ---