##// END OF EJS Templates
infinitepush: opt out of changegroup3 unless explicitly configured...
Matt Harbison -
r51175:806ca6bd default
parent child Browse files
Show More
@@ -330,6 +330,11 b' def extsetup(ui):'
330 clientextsetup(ui)
330 clientextsetup(ui)
331
331
332
332
333 def uipopulate(ui):
334 if not ui.hasconfig(b"experimental", b"changegroup3"):
335 ui.setconfig(b"experimental", b"changegroup3", False, b"infinitepush")
336
337
333 def commonsetup(ui):
338 def commonsetup(ui):
334 wireprotov1server.commands[b'listkeyspatterns'] = (
339 wireprotov1server.commands[b'listkeyspatterns'] = (
335 wireprotolistkeyspatterns,
340 wireprotolistkeyspatterns,
General Comments 0
You need to be logged in to leave comments. Login now