equal
deleted
inserted
replaced
602 v = ui.configbool('server', 'bundle1.%s' % action, None) |
602 v = ui.configbool('server', 'bundle1.%s' % action, None) |
603 if v is not None: |
603 if v is not None: |
604 return v |
604 return v |
605 |
605 |
606 if gd: |
606 if gd: |
607 v = ui.configbool('server', 'bundle1gd', None) |
607 v = ui.configbool('server', 'bundle1gd') |
608 if v is not None: |
608 if v is not None: |
609 return v |
609 return v |
610 |
610 |
611 return ui.configbool('server', 'bundle1') |
611 return ui.configbool('server', 'bundle1') |
612 |
612 |