/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to cmds.py

Add get_source_branch_url/get_target_branch_url methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
313
313
            for instance in hoster_cls.iter_instances():
314
314
                for mp in instance.iter_my_proposals():
315
315
                    print(mp.url)
 
316
                    print(mp.get_source_branch_url())
 
317
                    print(mp.get_target_branch_url())