hgext/narrow/narrowcommands.py
changeset 41076 8ecb17b7f432
parent 41043 ce0bc2952e2a
child 41176 4475322b7533
--- a/hgext/narrow/narrowcommands.py	Fri Dec 28 18:14:10 2018 -0500
+++ b/hgext/narrow/narrowcommands.py	Fri Dec 28 12:51:47 2018 -0800
@@ -207,7 +207,7 @@
                               hint=_('use --force-delete-local-changes to '
                                      'ignore'))
 
-    with ui.uninterruptable():
+    with ui.uninterruptible():
         if revstostrip:
             tostrip = [unfi.changelog.node(r) for r in revstostrip]
             if repo['.'].node() in tostrip:
@@ -284,7 +284,7 @@
     # silence the devel-warning of applying an empty changegroup
     overrides = {('devel', 'all-warnings'): False}
 
-    with ui.uninterruptable():
+    with ui.uninterruptible():
         common = commoninc[0]
         if ellipsesremote:
             ds = repo.dirstate