~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Andrew Bennetts
  • Date: 2010-07-28 07:05:19 UTC
  • mfrom: (5050.3.15 2.2)
  • mto: (5050.3.16 2.2)
  • mto: This revision was merged to the branch mainline in revision 5365.
  • Revision ID: andrew.bennetts@canonical.com-20100728070519-kkflohg6djas3ui4
Merge lp:bzr/2.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1054
1054
        elif a == '--coverage':
1055
1055
            opt_coverage_dir = argv[i + 1]
1056
1056
            i += 1
 
1057
        elif a == '--profile-imports':
 
1058
            pass # already handled in startup script Bug #588277
1057
1059
        elif a.startswith('-D'):
1058
1060
            debug.debug_flags.add(a[2:])
1059
1061
        else: