~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to command.py

  • Committer: Aaron Bentley
  • Date: 2007-12-22 02:01:03 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20071222020103-ggjszok7n974e1l2
Update branches, multi-pull to new APIs, create trees

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import bzrlib
2
2
from bzrlib import commands
 
3
from bzrlib import option
3
4
 
4
5
from version import *
5
6
 
26
27
    if bzrlib_version == desired or (bzrlib_version == desired_plus and
27
28
                                     bzrlib.version_info[3] == 'dev'):
28
29
        return
 
30
    # force ImportReplacer to be evaluated
 
31
    commands.option._verbosity_level
29
32
    try:
30
33
        from bzrlib.trace import warning
31
34
    except ImportError: