Mercurial > hg
diff hgweb.cgi @ 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 | 4b0fc75f9403 |
children | 47ef023d0165 |