hgext/remotefilelog/repack.py
changeset 40497 3fbfbc8c9f82
parent 40496 60eb35b0c11c
child 40506 10c10da14c5d
--- a/hgext/remotefilelog/repack.py	Wed Oct 03 13:54:45 2018 -0400
+++ b/hgext/remotefilelog/repack.py	Wed Oct 03 14:01:04 2018 -0400
@@ -50,7 +50,7 @@
     if packsonly:
         cmd.append('--packsonly')
     repo.ui.warn(msg)
-    extutil.runbgcommand(cmd, encoding.environ)
+    procutil.runbgcommand(cmd, encoding.environ)
 
 def fullrepack(repo, options=None):
     """If ``packsonly`` is True, stores creating only loose objects are skipped.