D1556: py3: use pycompat.bytestr() or '%d' in place of str()

2017-12-03 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG4ee493ea1c13: py3: use pycompat.bytestr() or '%d' in place of str() (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1556?vs=40

D1556: py3: use pycompat.bytestr() or '%d' in place of str()

2017-12-02 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 4084. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1556?vs=4049&id=4084 REVISION DETAIL https://phab.mercurial-scm.org/D1556 AFFECTED FILES mercurial/cmdutil.py CHANGE DETAILS diff --git a/mercurial/cmdutil.py

D1556: py3: use pycompat.bytestr() or '%d' in place of str()

2017-12-01 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > cmdutil.py:828 > 'h': lambda: short(node), > -'m': lambda: re.sub('[^\w]', '_', str(desc)) > +'m': lambda: re.sub('[^\w]', '_', pycompat.b

D1556: py3: use pycompat.bytestr() or '%d' in place of str()

2017-12-01 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 4049. pulkit retitled this revision from "py3: use pycompat.bytestr() in place of str()" to "py3: use pycompat.bytestr() or '%d' in place of str()". REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1556?vs=3980&id=4049 R