~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

(parthm) Estimated records to be fetched are now shown for fetch (2a only).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1336
1336
            except errors.NoWorkingTree:
1337
1337
                source.bzrdir.create_workingtree(revision_id)
1338
1338
                return
1339
 
 
1340
 
        if not lightweight:
1341
 
            message = ('Copying history to "%s". '
1342
 
                'To checkout without local history use --lightweight.' % to_location)
1343
 
            ui.ui_factory.show_message(message)
1344
1339
        source.create_checkout(to_location, revision_id, lightweight,
1345
1340
                               accelerator_tree, hardlink)
1346
1341