Mercurial > hg
comparison mercurial/statichttprepo.py @ 37584:fd0e6678ba0f
py3: suppress the return value of write() in tests/test-subrepo-missing.t
write() on Python 3 returns a value whereas does not return anything on Python 2.
So we need to supress the value.
Differential Revision: https://phab.mercurial-scm.org/D3283
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Thu, 12 Apr 2018 08:06:39 -0700 |
parents | 214f61abd865 |
children | 0664be4f0c1f |
comparison
equal
deleted
inserted
replaced
37583:6939b6ac960a | 37584:fd0e6678ba0f |
---|