Show More
@@ -1883,7 +1883,7 b' def handlehgtagsfnodes(op, inpart):' | |||||
1883 | def bundle2getvars(op, part): |
|
1883 | def bundle2getvars(op, part): | |
1884 | '''unbundle a bundle2 containing shellvars on the server''' |
|
1884 | '''unbundle a bundle2 containing shellvars on the server''' | |
1885 | # An option to disable unbundling on server-side for security reasons |
|
1885 | # An option to disable unbundling on server-side for security reasons | |
1886 |
if op.ui.configbool('push', 'pushvars.server' |
|
1886 | if op.ui.configbool('push', 'pushvars.server'): | |
1887 | hookargs = {} |
|
1887 | hookargs = {} | |
1888 | for key, value in part.advisoryparams: |
|
1888 | for key, value in part.advisoryparams: | |
1889 | key = key.upper() |
|
1889 | key = key.upper() |
@@ -361,6 +361,9 b" coreconfigitem('progress', 'refresh'," | |||||
361 | coreconfigitem('progress', 'width', |
|
361 | coreconfigitem('progress', 'width', | |
362 | default=dynamicdefault, |
|
362 | default=dynamicdefault, | |
363 | ) |
|
363 | ) | |
|
364 | coreconfigitem('push', 'pushvars.server', | |||
|
365 | default=False, | |||
|
366 | ) | |||
364 | coreconfigitem('server', 'bundle1', |
|
367 | coreconfigitem('server', 'bundle1', | |
365 | default=True, |
|
368 | default=True, | |
366 | ) |
|
369 | ) |
General Comments 0
You need to be logged in to leave comments.
Login now