diff mercurial/repair.py @ 41076:8ecb17b7f432

procutil: correct spelling of uninterruptable -> uninterruptible Differential Revision: https://phab.mercurial-scm.org/D5488
author Kyle Lippincott <spectral@google.com>
date Fri, 28 Dec 2018 12:51:47 -0800
parents b2ec79559a4b
children cfd95219102d
line wrap: on
line diff
--- 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