~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/lockdir.py

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
        # have a similar bug allowing someone to think they got the lock
243
243
        # when it's already held.
244
244
        #
245
 
        # See <https://bugs.edge.launchpad.net/bzr/+bug/498378> for one case.
 
245
        # See <https://bugs.launchpad.net/bzr/+bug/498378> for one case.
246
246
        #
247
247
        # Strictly the check is unnecessary and a waste of time for most
248
248
        # people, but probably worth trapping if something is wrong.