hgext/share.py
changeset 33020 fac9941bd542
parent 32337 46ba2cdda476
child 33021 24c0a9a7fa86
--- a/hgext/share.py	Thu Jun 22 03:22:30 2017 +0530
+++ b/hgext/share.py	Thu Jun 22 03:24:12 2017 +0530
@@ -132,7 +132,7 @@
     if pool:
         pool = util.expandpath(pool)
 
-    opts['shareopts'] = dict(
+    opts[r'shareopts'] = dict(
         pool=pool,
         mode=ui.config('share', 'poolnaming', 'identity'),
     )