~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_commit.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
608
608
        self.assertContainsRe(err, r'modified test\nCommitted revision 2.')
609
609
 
610
610
    def test_commit_readonly_checkout(self):
611
 
        # https://bugs.edge.launchpad.net/bzr/+bug/129701
 
611
        # https://bugs.launchpad.net/bzr/+bug/129701
612
612
        # "UnlockableTransport error trying to commit in checkout of readonly
613
613
        # branch"
614
614
        self.make_branch('master')