D2895: py3: use "%d" % int instead of str(int)

2018-03-19 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG1bf555cb680e: py3: use "%d" % int instead of str(int) (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2895?vs=7100&id=7113 RE

D2895: py3: use "%d" % int instead of str(int)

2018-03-19 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY We need to use bytes internally. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D2895 AFFECTED FILES mercurial/commands.py CHANGE D