~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-10-05 20:39:07 UTC
  • mfrom: (5042.1.3 524627-createworkingtree)
  • Revision ID: pqm@pqm.ubuntu.com-20101005203907-tc90rcruoountj6x
(gz) Fix signature of RemoteBzrDir.create_workingtree (Neil
 Martinsen-Burrell) (Martin Pool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
        self._real_bzrdir.destroy_branch(name=name)
272
272
        self._next_open_branch_result = None
273
273
 
274
 
    def create_workingtree(self, revision_id=None, from_branch=None):
 
274
    def create_workingtree(self, revision_id=None, from_branch=None,
 
275
        accelerator_tree=None, hardlink=False):
275
276
        raise errors.NotLocalUrl(self.transport.base)
276
277
 
277
278
    def find_branch_format(self, name=None):