~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Robert Collins
  • Date: 2005-10-20 03:06:20 UTC
  • mfrom: (1185.16.80)
  • Revision ID: robertc@robertcollins.net-20051020030620-3fa3160be265c585
mergeĀ fromĀ Martin

Show diffs side-by-side

added added

removed removed

Lines of Context:
450
450
    --profile
451
451
        Run under the Python profiler.
452
452
    """
453
 
    import bzrlib.transport
454
 
    bzrlib.transport.register_builtin_transports()
455
 
    
456
453
    argv = [a.decode(bzrlib.user_encoding) for a in argv]
457
454
 
458
455
    opt_profile = opt_no_plugins = opt_builtin = False