hgext/mq.py
changeset 31216 21fa3d3688f3
parent 31033 861b070d92da
child 31243 816bc3b35bac
--- a/hgext/mq.py	Tue Mar 07 12:52:00 2017 -0800
+++ b/hgext/mq.py	Thu Mar 02 03:52:36 2017 +0100
@@ -434,7 +434,7 @@
         except IOError:
             curpath = os.path.join(path, 'patches')
         self.path = patchdir or curpath
-        self.opener = scmutil.opener(self.path)
+        self.opener = scmutil.vfs(self.path)
         self.ui = ui
         self.baseui = baseui
         self.applieddirty = False