/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: Michael Hudson
  • Date: 2008-07-22 00:08:17 UTC
  • mto: (3569.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3571.
  • Revision ID: michael.hudson@canonical.com-20080722000817-yx714k2csohzbx6z
fix problem

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
        return self._real_bzrdir.clone(url, revision_id=revision_id,
229
229
            force_new_repo=force_new_repo, preserve_stacking=preserve_stacking)
230
230
 
 
231
    def get_config(self):
 
232
        self._ensure_real()
 
233
        return self._real_bzrdir.get_config()
 
234
 
231
235
 
232
236
class RemoteRepositoryFormat(repository.RepositoryFormat):
233
237
    """Format for repositories accessed over a _SmartClient.