##// END OF EJS Templates
infinitepush: replace `remotenames.hoist` with `remotenames.hoistedpeer`...
Pulkit Goyal -
r37249:15691d71 default
parent child Browse files
Show More
@@ -233,7 +233,7 b' def _tryhoist(ui, remotebookmark):'
233 '''
233 '''
234
234
235 if common.isremotebooksenabled(ui):
235 if common.isremotebooksenabled(ui):
236 hoist = ui.config('remotenames', 'hoist') + '/'
236 hoist = ui.config('remotenames', 'hoistedpeer') + '/'
237 if remotebookmark.startswith(hoist):
237 if remotebookmark.startswith(hoist):
238 return remotebookmark[len(hoist):]
238 return remotebookmark[len(hoist):]
239 return remotebookmark
239 return remotebookmark
General Comments 0
You need to be logged in to leave comments. Login now