mercurial/repair.py
changeset 41079 8ecb17b7f432
parent 39761 b2ec79559a4b
child 41101 cfd95219102d
--- a/mercurial/repair.py	Fri Dec 28 18:14:10 2018 -0500
+++ b/mercurial/repair.py	Fri Dec 28 12:51:47 2018 -0800
@@ -188,7 +188,7 @@
         tmpbundlefile = backupbundle(repo, savebases, saveheads, node, 'temp',
                                      compress=False, obsolescence=False)
 
-    with ui.uninterruptable():
+    with ui.uninterruptible():
         try:
             with repo.transaction("strip") as tr:
                 # TODO this code violates the interface abstraction of the