hgext/fix.py
changeset 43193 2d1f9880af1b
parent 43117 8ff1ecfadcd1
child 43217 5cb3e6f4e069
--- a/hgext/fix.py	Fri Oct 11 18:56:59 2019 -0700
+++ b/hgext/fix.py	Sat Oct 12 22:22:17 2019 -0400
@@ -631,7 +631,7 @@
             proc = subprocess.Popen(
                 procutil.tonativestr(command),
                 shell=True,
-                cwd=repo.root,
+                cwd=procutil.tonativestr(repo.root),
                 stdin=subprocess.PIPE,
                 stdout=subprocess.PIPE,
                 stderr=subprocess.PIPE,