Rev 3229: Remove cruft left in RemoteRepository - supports_external_lookips is a format attribute. in http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
Robert Collins
robertc at robertcollins.net
Fri Feb 22 04:46:52 GMT 2008
At http://people.ubuntu.com/~robertc/baz2.0/shallow-branch
------------------------------------------------------------
revno: 3229
revision-id:robertc at robertcollins.net-20080222044646-uq0datkkxj96d24d
parent: pqm at pqm.ubuntu.com-20080220014008-9appc9kw4rjg8v1k
committer: Robert Collins <robertc at robertcollins.net>
branch nick: remove Repository.supports_external_lookups
timestamp: Fri 2008-02-22 15:46:46 +1100
message:
Remove cruft left in RemoteRepository - supports_external_lookips is a format attribute.
modified:
bzrlib/remote.py remote.py-20060720103555-yeeg2x51vn0rbtdp-1
=== modified file 'bzrlib/remote.py'
--- a/bzrlib/remote.py 2008-02-12 05:17:25 +0000
+++ b/bzrlib/remote.py 2008-02-22 04:46:46 +0000
@@ -297,9 +297,6 @@
self._reconcile_fixes_text_parents = False
self._reconcile_backsup_inventory = False
self.base = self.bzrdir.transport.base
- # Can this repository be given external locations to lookup additional
- # data.
- self.supports_external_lookups = False
def __str__(self):
return "%s(%s)" % (self.__class__.__name__, self.base)
More information about the bazaar-commits
mailing list