comparison tests/test-dispatch.t @ 41347:40787a96fda7

py3: fix test-update-atomic.t The .replace('o', '') hack on oct() return value is required because: % python -c 'print(oct(10))' 012 % python3 -c 'print(oct(10))' 0o12 Differential Revision: https://phab.mercurial-scm.org/D5684
author Augie Fackler <augie@google.com>
date Thu, 24 Jan 2019 15:03:00 -0500
parents 0d703063d0c8
children 93a7539a546e
comparison
equal deleted inserted replaced
41346:9448b2e4c9fa 41347:40787a96fda7