/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/tests/blackbox/test_commit.py

Merge fix for bug #583667 from 2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
654
654
        self.assertContainsRe(err, r'modified test\nCommitted revision 2.')
655
655
 
656
656
    def test_commit_readonly_checkout(self):
657
 
        # https://bugs.edge.launchpad.net/bzr/+bug/129701
 
657
        # https://bugs.launchpad.net/bzr/+bug/129701
658
658
        # "UnlockableTransport error trying to commit in checkout of readonly
659
659
        # branch"
660
660
        self.make_branch('master')