Mercurial > public > mercurial-scm > hg
diff tests/test-push-race.t @ 50796:02eae2df911a
wrapfunction: use sysstr instead of bytes as argument in various tests
This is as valid and simpler, it will help us to eventually get ride of
`safehasattr`.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 10 Jul 2023 19:34:04 +0200 |
parents | 5069a89a936e |
children |
line wrap: on
line diff
--- a/tests/test-push-race.t Mon Jul 10 19:33:14 2023 +0200 +++ b/tests/test-push-race.t Mon Jul 10 19:34:04 2023 +0200 @@ -76,7 +76,7 @@ > return orig(pushop) > > def uisetup(ui): - > extensions.wrapfunction(exchange, b'_pushbundle2', delaypush) + > extensions.wrapfunction(exchange, '_pushbundle2', delaypush) > EOF $ waiton () {