~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Robert Collins
  • Date: 2005-08-25 06:20:21 UTC
  • mto: (974.1.50) (1185.1.10) (1092.3.1)
  • mto: This revision was merged to the branch mainline in revision 1139.
  • Revision ID: robertc@robertcollins.net-20050825062021-d7d1b19582ceb297
should run tests before committing, tsk. move an import to fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
668
668
        from bzrlib.branch import copy_branch, find_cached_branch
669
669
        import tempfile
670
670
        import errno
 
671
        from shutil import rmtree
671
672
        cache_root = tempfile.mkdtemp()
672
673
        try:
673
674
            if revision is None: