Comment 4 for bug 622886

Revision history for this message
James Westby (james-w) wrote :

It appears that I have a modified version that does

    config = params.branch.get_config()
    command = config._get_location_config()._get_user_option("pre_change_branch_tip_test_command")

so it appears as though the branch.get_config() isn't looking at locations.conf
for some reason.

Thanks,

James