138
146
locs['shared repository'] = repository.user_url
139
147
order = ['control directory', 'light checkout root',
140
148
'repository checkout root', 'checkout root',
142
'repository', 'repository branch', 'branch root',
150
'shared repository', 'repository', 'repository branch',
144
152
return [(n, locs[n]) for n in order if n in locs]