/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 bzrlib/plugins/launchpad/test_lp_open.py

Fix more 'edge' references in comments and one test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
            'bzr+ssh://bazaar.launchpad.net/~foo/bar/baz')
97
97
        self.build_tree(['lp/a/'])
98
98
        self.assertEqual(
99
 
            ['Opening https://code.edge.launchpad.net/~foo/bar/baz in web '
 
99
            ['Opening https://code.launchpad.net/~foo/bar/baz in web '
100
100
             'browser'],
101
101
            self.run_open('.', working_dir='lp/a'))