~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/remote.py

  • Committer: Martin Pool
  • Date: 2007-04-23 07:18:26 UTC
  • mto: (2420.2.2 bzr.http.auth)
  • mto: This revision was merged to the branch mainline in revision 2462.
  • Revision ID: mbp@sourcefrog.net-20070423071826-0vcm0vzp4jp3ajax
review cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
599
599
            osutils.rmtree(tmpdir)
600
600
        # TODO: if the server doesn't support this operation, maybe do it the
601
601
        # slow way using the _real_repository?
 
602
        #
 
603
        # TODO: Suggestion from john: using external tar is much faster than
 
604
        # python's tarfile library, but it may not work on windows.
602
605
 
603
606
    def set_make_working_trees(self, new_value):
604
607
        raise NotImplementedError(self.set_make_working_trees)