Show More
@@ -1883,7 +1883,7 b' def handlehgtagsfnodes(op, inpart):' | |||
|
1883 | 1883 | def bundle2getvars(op, part): |
|
1884 | 1884 | '''unbundle a bundle2 containing shellvars on the server''' |
|
1885 | 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 | 1887 | hookargs = {} |
|
1888 | 1888 | for key, value in part.advisoryparams: |
|
1889 | 1889 | key = key.upper() |
General Comments 0
You need to be logged in to leave comments.
Login now