~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Parth Malwankar
  • Date: 2010-04-30 09:52:08 UTC
  • mto: This revision was merged to the branch mainline in revision 5210.
  • Revision ID: parth.malwankar@gmail.com-20100430095208-xbotuttawohxqsfa
heavyweight checkout shows a message indicating history copy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1350
1350
            except errors.NoWorkingTree:
1351
1351
                source.bzrdir.create_workingtree(revision_id)
1352
1352
                return
 
1353
 
 
1354
        if not lightweight:
 
1355
            self.outf.write('Copying history to "%s". '
 
1356
                'This may take some time.\n' % to_location)
1353
1357
        source.create_checkout(to_location, revision_id, lightweight,
1354
1358
                               accelerator_tree, hardlink)
1355
1359