/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: Alexander Belchenko
  • Date: 2008-02-28 21:25:30 UTC
  • mfrom: (3243 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3246.
  • Revision ID: bialix@ukr.net-20080228212530-pcrt1sc4vcezapgr
merge bzr.dev

Show diffs side-by-side

added added

removed removed

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