~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.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:
1723
1723
                "May not fetch while in a write group.")
1724
1724
        # fast path same-url fetch operations
1725
1725
        # TODO: lift out to somewhere common with RemoteRepository
1726
 
        # <https://bugs.edge.launchpad.net/bzr/+bug/401646>
 
1726
        # <https://bugs.launchpad.net/bzr/+bug/401646>
1727
1727
        if (self.has_same_location(source)
1728
1728
            and fetch_spec is None
1729
1729
            and self._has_same_fallbacks(source)):