~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remotebranch.py

  • Committer: Robert Collins
  • Date: 2005-09-29 00:24:44 UTC
  • Revision ID: robertc@robertcollins.net-20050929002444-76fe66e99fb9bcd5
reinstate testfetch test case

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
            self.base = _find_remote_root(baseurl)
120
120
        else:
121
121
            self.base = baseurl
122
 
            self._check_format()
 
122
            self._check_format(False)
123
123
 
124
124
        self.inventory_store = RemoteStore(baseurl + '/.bzr/inventory-store/')
125
125
        self.text_store = RemoteStore(baseurl + '/.bzr/text-store/')