~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

Merge cleanup into first-try

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: