changeset 33097 | fce4ed2912bb |
parent 32337 | 46ba2cdda476 |
child 35209 | 9153871d50e0 |
--- a/tests/test-lock-badness.t Sun Jun 25 03:11:55 2017 +0530 +++ b/tests/test-lock-badness.t Sun Jun 25 08:20:05 2017 +0530 @@ -26,7 +26,7 @@ > l = repo._lock(repo.vfs, 'testlock', False, unlock, None, 'test lock') > return l > - > @command('testlockexc') + > @command(b'testlockexc') > def testlockexc(ui, repo): > testlock = acquiretestlock(repo, True) > try: