~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Parth Malwankar
  • Date: 2010-05-04 12:17:20 UTC
  • mto: This revision was merged to the branch mainline in revision 5210.
  • Revision ID: parth.malwankar@gmail.com-20100504121720-h6ec74khx8morevu
message tweaked as discussed with GaryvdM, vila.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1353
1353
 
1354
1354
        if not lightweight:
1355
1355
            message = ('Copying history to "%s". '
1356
 
                'This may take some time.' % to_location)
 
1356
                'To checkout without local history use --lightweight.' % to_location)
1357
1357
            ui.ui_factory.show_message(message)
1358
1358
        source.create_checkout(to_location, revision_id, lightweight,
1359
1359
                               accelerator_tree, hardlink)