Mercurial > hg
comparison mercurial/dirstate.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 | 481db51c83e9 |
children | 24e493ec2229 |
comparison
equal
deleted
inserted
replaced
39787:e05d7c71f209 | 39788:69defbb83be7 |
---|