~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
        if same_file:
165
165
            pass
166
166
        else:
167
 
            # https://bugs.edge.launchpad.net/bzr/+bug/408193
 
167
            # https://bugs.launchpad.net/bzr/+bug/408193
168
168
            self.assertContainsRe(err, "hardlinking working copy files is "
169
169
                "not currently supported")
170
170
            raise KnownFailure("--hardlink doesn't work in formats "