~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-07-02 00:49:15 UTC
  • mfrom: (1706.2.8 bzr.dev.lsprof)
  • Revision ID: pqm@pqm.ubuntu.com-20060702004915-501855cc9fc14e10
(robey) updates for lsprof

Show diffs side-by-side

added added

removed removed

Lines of Context:
596
596
        elif a == '--lsprof':
597
597
            opt_lsprof = True
598
598
        elif a == '--lsprof-file':
 
599
            opt_lsprof = True
599
600
            opt_lsprof_file = argv[i + 1]
600
601
            i += 1
601
602
        elif a == '--no-plugins':