Show More
@@ -286,14 +286,6 b' def reposetup(ui, repo):' | |||||
286 | if _isserver(ui) and repo.local(): |
|
286 | if _isserver(ui) and repo.local(): | |
287 | repo.bundlestore = bundlestore(repo) |
|
287 | repo.bundlestore = bundlestore(repo) | |
288 |
|
288 | |||
289 | def uisetup(ui): |
|
|||
290 | # remotenames circumvents the default push implementation entirely, so make |
|
|||
291 | # sure we load after it so that we wrap it. |
|
|||
292 | order = extensions._order |
|
|||
293 | order.remove('infinitepush') |
|
|||
294 | order.append('infinitepush') |
|
|||
295 | extensions._order = order |
|
|||
296 |
|
||||
297 | def extsetup(ui): |
|
289 | def extsetup(ui): | |
298 | commonsetup(ui) |
|
290 | commonsetup(ui) | |
299 | if _isserver(ui): |
|
291 | if _isserver(ui): |
General Comments 0
You need to be logged in to leave comments.
Login now