--- 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'),
}