~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

(lifeless) Use the production Launchpad instance for XML-RPC requests (and
 also changes existing bug references to remove .edge from them. (Martin [gz])

Show diffs side-by-side

added added

removed removed

Lines of Context:
3245
3245
        # XXX: It's a bit ugly that the network name is here, because we'd
3246
3246
        # like to believe that format objects are stateless or at least
3247
3247
        # immutable,  However, we do at least avoid mutating the name after
3248
 
        # it's returned.  See <https://bugs.edge.launchpad.net/bzr/+bug/504102>
 
3248
        # it's returned.  See <https://bugs.launchpad.net/bzr/+bug/504102>
3249
3249
        self._network_name = None
3250
3250
 
3251
3251
    def __repr__(self):