D3280: py3: use b'%d' to convert int to bytes instead of str()

2018-04-12 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG5b836a4c9a1f: py3: use b'%d' to convert int to bytes instead of str() (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3280?vs=

D3280: py3: use b'%d' to convert int to bytes instead of str()

2018-04-12 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/D3280 AFFECTED FILES hgext/convert/git.py CHANGE DETAILS diff --git a/hgext/convert/git.py b/hgext/conv