hgext/share.py
changeset 43506 9f70512ae2cf
parent 43270 6a8c166a93a6
child 44979 2fd8a8c11273
--- a/hgext/share.py	Sun Nov 10 07:30:14 2019 -0800
+++ b/hgext/share.py	Fri Nov 08 11:19:20 2019 -0800
@@ -122,7 +122,7 @@
     if pool:
         pool = util.expandpath(pool)
 
-    opts[r'shareopts'] = {
+    opts['shareopts'] = {
         b'pool': pool,
         b'mode': ui.config(b'share', b'poolnaming'),
     }