Mercurial > hg
diff hgext/githelp.py @ 39788:69defbb83be7
py3: use '%d' for integers instead of '%s'
Python 3 does not allow using "%s" for integers.
This makes the test works on Python 3. The test still does not pass because
there is a deprecation warning.
Differential Revision: https://phab.mercurial-scm.org/D4696
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Sun, 23 Sep 2018 23:35:38 +0300 |
parents | c3960c7e66fa |
children | c303d65d2e34 |