~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_remote.py

Fix all comments where bugs.edge.launchpad.net was used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1534
1534
    def test_get_multi_line_branch_conf(self):
1535
1535
        # Make sure that multiple-line branch.conf files are supported
1536
1536
        #
1537
 
        # https://bugs.edge.launchpad.net/bzr/+bug/354075
 
1537
        # https://bugs.launchpad.net/bzr/+bug/354075
1538
1538
        client = FakeClient()
1539
1539
        client.add_expected_call(
1540
1540
            'Branch.get_stacked_on_url', ('memory:///',),