diff contrib/python3-whitelist @ 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 9448b2e4c9fa
children 07ade2dc41db
line wrap: on
line diff
--- a/contrib/python3-whitelist	Thu Jan 24 15:02:28 2019 -0500
+++ b/contrib/python3-whitelist	Thu Jan 24 15:03:00 2019 -0500
@@ -690,6 +690,7 @@
 test-unionrepo.t
 test-unrelated-pull.t
 test-up-local-change.t
+test-update-atomic.t
 test-update-branches.t
 test-update-dest.t
 test-update-issue1456.t