~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: John Arbash Meinel
  • Date: 2006-07-03 13:48:52 UTC
  • mfrom: (1835 +trunk)
  • mto: This revision was merged to the branch mainline in revision 1836.
  • Revision ID: john@arbash-meinel.com-20060703134852-295eeb195b8e2811
[merge] bzr.dev 1835

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':