Show More
@@ -132,10 +132,10 b' def clone(orig, ui, source, *args, **opt' | |||
|
132 | 132 | if pool: |
|
133 | 133 | pool = util.expandpath(pool) |
|
134 | 134 | |
|
135 |
opts[r'shareopts'] = |
|
|
136 |
pool |
|
|
137 |
mode |
|
|
138 |
|
|
|
135 | opts[r'shareopts'] = { | |
|
136 | 'pool': pool, | |
|
137 | 'mode': ui.config('share', 'poolnaming', 'identity'), | |
|
138 | } | |
|
139 | 139 | |
|
140 | 140 | return orig(ui, source, *args, **opts) |
|
141 | 141 |
General Comments 0
You need to be logged in to leave comments.
Login now