/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: John Arbash Meinel
  • Date: 2008-03-14 10:55:37 UTC
  • mfrom: (3275 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3281.
  • Revision ID: john@arbash-meinel.com-20080314105537-v9h2ue0uxvs1dyn6
[merge] bzr.dev 3275

Show diffs side-by-side

added added

removed removed

Lines of Context:
298
298
        self._reconcile_fixes_text_parents = False
299
299
        self._reconcile_backsup_inventory = False
300
300
        self.base = self.bzrdir.transport.base
301
 
        # Can this repository be given external locations to lookup additional
302
 
        # data.
303
 
        self.supports_external_lookups = False
304
301
 
305
302
    def __str__(self):
306
303
        return "%s(%s)" % (self.__class__.__name__, self.base)