changeset 41076 | 8ecb17b7f432 |
parent 39479 | 3ba87d5b9ad3 |
child 46226 | 0826d684a1b5 |
--- a/tests/test-nointerrupt.t Fri Dec 28 18:14:10 2018 -0500 +++ b/tests/test-nointerrupt.t Fri Dec 28 12:51:47 2018 -0800 @@ -13,7 +13,7 @@ > > @command(b'sleep', [], _(b'TIME'), norepo=True) > def sleep(ui, sleeptime=b"1", **opts): - > with ui.uninterruptable(): + > with ui.uninterruptible(): > for _i in itertools.repeat(None, int(sleeptime)): > time.sleep(1) > ui.warn(b"end of unsafe operation\n")